grml-rescueboot
maintainer Bevan
· 20 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-owned domain (deb.grml.org) used to build the package; downloading source code from a non-whitelisted but plausible project host for building is normal AUR packaging behavior and not inherently dangerous.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a project-owned domain (deb.grml.org) used to build the package; downloading source code from a non-whitelisted but plausible project host for building is normal AUR packaging behavior and not inherently dangerous.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:17
source=("http://deb.grml.org/pool/main/g/${pkgname}/${pkgname}_${pkgver}.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Michael Lass <bevan@bi-co.net>
2
# Contributor: Max Roder <maxroder@web.de>
3
4
# This PKGBUILD is maintained on github:
5
# https://github.com/michaellass/AUR
6
7
pkgname=grml-rescueboot
8
pkgver=0.6.9
9
pkgrel=1
10
pkgdesc="grub2 script to add grml iso images to the grub2 boot menu"
11
url="http://wiki.grml.org/doku.php?id=rescueboot"
12
arch=(any)
13
license=(GPL-2.0-or-later)
14
depends=(grub)
15
install=grml-rescueboot.install
16
backup=(etc/default/grml-rescueboot)
17
source=("http://deb.grml.org/pool/main/g/${pkgname}/${pkgname}_${pkgver}.tar.xz")
18
sha256sums=('4f0295be247a94d063b8a32ae42be44242cbd498c2880b71acb33ad6be9722c9')
19
20
package() {
21
cd "${srcdir}/${pkgname}-${pkgver}"
22
23
install -Dm755 42_grml ${pkgdir}/etc/grub.d/42_grml
24
install -Dm644 etc/default/${pkgname} ${pkgdir}/etc/default/${pkgname}
25
install -d ${pkgdir}/boot/grml
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 15:49:13 | MEDIUM | 1 |