retro-graphics-toolkit
maintainer ExtraordinaryBen
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |