retro-graphics-toolkit
LOW
maintainer ExtraordinaryBen
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads source code from GitHub and lua.org, both legitimate project hosts; building from source is normal for AUR, and no untrusted or executable payloads are involved.
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 GitHub and lua.org, both legitimate project hosts; building from source is normal for AUR, and no untrusted or executable payloads are involved.
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
https://www.lua.org/ftp/lua-$_luaver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ben DeCamp <ben_decamp@outlook.com>
2
pkgname=retro-graphics-toolkit
3
pkgver=1.1RC
4
pkgrel=1
5
pkgdesc="Retro Graphics Editor for Video Game Consoles"
6
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
7
url="https://github.com/ComputerNerd/Retro-Graphics-Toolkit"
8
license=('GPLv3')
9
groups=()
10
depends=('fltk')
11
_gitcommit="c5e91e165aeb97a6cb7d6b15189538046cd301f0"
12
_luaver=5.3.5
13
source=(https://github.com/ComputerNerd/Retro-Graphics-Toolkit/archive/$_gitcommit.zip
14
https://www.lua.org/ftp/lua-$_luaver.tar.gz
15
lua-Makefile.patch
16
retro-graphics-toolkit.desktop
17
retro-graphics-toolkit.png
18
RetroGraphicsToolkit.sh
19
)
20
md5sums=('a71b4960dabbdafb1bd5f7baacc21317'
21
'4f4b4f323fd3514a68e0ab3da8ce3455'
22
'2cb035965ad4c8b82ffc4235ef98855b'
23
'40d2bcd7d7ad3de6f67b29b28935ec57'
24
'272d6ba5c03ec6e688bb7312abb88568'
25
'0b1b08ffcbddd6400a07ce3a3fbc0172')
26
27
build() {
28
patch $srcdir/lua-$_luaver/src/Makefile < lua-Makefile.patch
29
cd $srcdir/lua-$_luaver/src
30
make linux
31
32
mv $srcdir/lua-$_luaver/ $srcdir/Retro-Graphics-Toolkit-$_gitcommit/lua
33
cd $srcdir/Retro-Graphics-Toolkit-$_gitcommit
34
make
35
}
36
37
package() {
38
install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
39
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
40
install -d "$pkgdir/opt/$pkgname"
41
install "$srcdir/Retro-Graphics-Toolkit-$_gitcommit/RetroGraphicsToolkit" "$pkgdir/opt/$pkgname/RetroGraphicsToolkit"
42
install -D $srcdir/Retro-Graphics-Toolkit-$_gitcommit/*.lua "$pkgdir/opt/$pkgname/"
43
install -d "$pkgdir/usr/bin"
44
install "$srcdir/RetroGraphicsToolkit.sh" $pkgdir/usr/bin/RetroGraphicsToolkit
45
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |