devkitarm-r47-bin
The package downloads prebuilt devkitARM and libgba binaries from a personal server, but these are legacy development tools intended for GBA development; the source is not whitelisted, yet the host is plausibly associated with the devkitPro project maintainers, and the package installs only static toolchain and library files without executing remote code or exfiltrating data.
Triggered rules
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 prebuilt devkitARM and libgba binaries from a personal server, but these are legacy development tools intended for GBA development; the source is not whitelisted, yet the host is plausibly associated with the devkitPro project maintainers, and the package installs only static toolchain and library files without executing remote code or exfiltrating data.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:10
source=(https://wii.leseratte10.de/devkitPro/devkitARM/r47%20%282017%29/devkitARM_r47-x86_64-linux.tar.bz2
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sterophonick
pkgname=devkitarm-r47-bin
_pkgname='devkitarm-r47-bin'
pkgver=r47
pkgrel=1
pkgdesc="Older version of devkitARM and libgba (GCC 7.1.0). Intended for legacy GBA dev."
url='https://sourceforge.net/projects/devkitadv/'
arch=(x86_64 i686)
makedepends=(p7zip)
source=(https://wii.leseratte10.de/devkitPro/devkitARM/r47%20%282017%29/devkitARM_r47-x86_64-linux.tar.bz2
https://wii.leseratte10.de/devkitPro/libgba/libgba_0.5.1/libgba-0.5.1.tar.bz2)
md5sums=('77212d6eaaeedefe4b40d9101b0acf7a' '1ae988c7c19b336852d0cb36c64f9f03')
license=('gplv3')
options=(!debug !strip)
noextract=('libgba-0.5.1.tar.bz2')
package() {
cd $srcdir
mkdir -p $pkgdir/opt/devkitpro-old/libgba
cp -r devkitARM $pkgdir/opt/devkitpro-old
7z x libgba-0.5.1.tar.bz2 -o$srcdir
7z x libgba-0.5.1.tar -o$pkgdir/opt/devkitpro-old/libgba
chmod -R 777 $pkgdir/opt/devkitpro-old
}
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 |