rrootage
maintainer escondida
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code from SourceForge and Debian's official archive, both plausible project sources; the non-whitelisted host (http.debian.net) redirects to Debian's infrastructure, and the build uses standard patches and compilation, posing no execution risk beyond typical AUR packages.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads source code from SourceForge and Debian's official archive, both plausible project sources; the non-whitelisted host (http.debian.net) redirects to Debian's infrastructure, and the build uses standard patches and compilation, posing no execution risk beyond typical AUR packages.
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:14
"http://http.debian.net/debian/pool/main/r/rrootage/rrootage_0.23a-12.debian.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Ivy Foster <code@escondida.tk>
2
3
pkgname=rrootage
4
pkgver=0.23a
5
pkgrel=2
6
pkgdesc='Abstract shooter, created by Kenta Cho and ported to Linux by Evil Mr Henry.'
7
url='http://rrootage.sourceforge.net/'
8
license=('custom:rrootage')
9
10
arch=(x86_64 i686)
11
depends=(libbulletml sdl_mixer)
12
source=(
13
"https://downloads.sourceforge.net/rrootage/rRootage-$pkgver.tar.gz"
14
"http://http.debian.net/debian/pool/main/r/rrootage/rrootage_0.23a-12.debian.tar.xz"
15
)
16
sha256sums=(
17
964edbe21802e3e40d6a8da19b61132decacd13bf9a71bac86abce012379ff07
18
d0c35a0572ae1185b0f34c8df66d878481b7d83440ad9b9585610f4010437f88
19
)
20
21
prepare() {
22
cd rRootage
23
24
for patch in ../debian/patches/*.patch; do
25
patch -Np1 <"$patch"
26
done
27
}
28
29
build() {
30
make -C rRootage/src -f makefile.lin
31
}
32
33
package() {
34
cd debian
35
install -D -m 644 rrootage.6 "$pkgdir/usr/share/man/man6/rrootage.6"
36
install -D -m 644 rrootage.desktop \
37
"$pkgdir/usr/share/applications/rrootage.desktop"
38
install -D -m 644 rrootage.xpm "$pkgdir/usr/share/pixmaps/rrootage.xpm"
39
40
cd "$srcdir/rRootage"
41
install -d "$pkgdir/usr/share/games"
42
cp -r rr_share "$pkgdir/usr/share/games/rrootage"
43
install -D src/rrootage "$pkgdir/usr/bin/rrootage"
44
45
install -D -m 644 readme.txt "$pkgdir/usr/share/licenses/rrootage/README.jp"
46
install -m 644 readme_e.txt "$pkgdir/usr/share/licenses/rrootage/README.en"
47
48
install -D -m 644 readme.txt "$pkgdir/usr/share/doc/rrootage/README.jp"
49
install -m 644 readme_e.txt "$pkgdir/usr/share/doc/rrootage/README.en"
50
install -m 644 readme_linux "$pkgdir/usr/share/doc/rrootage/README"
51
}
52
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 00:09:25 | LOW | 2 |