pops-usb-setup
The package downloads project-related data files (ELF, PAK, 7z, zip) from non-whitelisted hosts like archive.org and bitbucket, but these are used as static assets, not executed at build/install time; the worst case of a swap is limited to tampered data, not code execution.
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 project-related data files (ELF, PAK, 7z, zip) from non-whitelisted hosts like archive.org and bitbucket, but these are used as static assets, not executed at build/install time; the worst case of a swap is limited to tampered data, not code execution.
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:24
"https://archive.org/download/pops-iox/POPSTARTER.ELF"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
_opl_url="https://github.com/ps2homebrew/Open-PS2-Loader"
_opl_ver="1.1.0"
_opl_name="OPNPS2LD"
_pops_url="https://github.com/AnimMouse/POPS-binaries"
_pops_commit="c63de15"
_popstarter_name="POPStarter_SMB_Quickstarter_Pack_20200209"
_popstarter_smb="https://bitbucket.org/ShaolinAssassin/popstarter-documentation-stuff/downloads/$_popstarter_name.zip"
pkgname=pops-usb-setup
pkgver=0.0.1
pkgrel=5
pkgdesc="Setup a USB drive for the POPS emulator"
arch=('x86_64' 'i686' 'pentium4')
url="https://gitlab.com/tallero/pops-usb-setup"
license=('AGPL3')
depends=('python')
makedepends=('git' 'p7zip' 'python-setuptools')
options=(!strip)
source=("git+$url"
"git+$_pops_url#commit=$_pops_commit"
"$_opl_url/releases/download/v$_opl_ver/$_opl_name.7z"
"https://archive.org/download/pops-iox/POPSTARTER.ELF"
"https://archive.org/download/pops-iox/POPS_IOX.PAK"
"$_popstarter_smb")
sha512sums=(SKIP
SKIP
e39a5537f8bfd5fcc9964f1d20302a02f5936c3bd5154db61b85aa16d9182a83f70135c4782ef38ca1120137c2c19c508587d3a7e69016008f2c77dca44ac50b
2449bc74620434e8ef6e6bf0f564957b0ba80a9ea53d15a3245e2873367f61d8e0d0670f04003c3dc6d778c6a540be35570052d6f8ccd7201e6dbf6b4600ba9e
d171b51f19080f1dcbd25acdd3c8695014352472dd2a164b6053bfe8bb52741ef35e1852a244ba18c018a79eecd26ce185fc9d67bde85f32f48a7fdca01bf751
SKIP)
package() {
module_dir="$srcdir/$pkgname/pops_usb_setup"
mv $srcdir/$_opl_name/$_opl_name-v$_opl_ver.ELF \
$module_dir/opl/$_opl_name.ELF
mv $srcdir/POPS-binaries/* \
$module_dir/usb/bitbucket
mv $srcdir/POPS_IOX.PAK \
$module_dir/usb/archive
mv $srcdir/POPSTARTER.ELF \
$module_dir/usb/archive
mv $srcdir/$_popstarter_name/network_modules/* \
$module_dir/smb/
cd $pkgname
python3 setup.py install --root="$pkgdir"
}
# vim:set ts=2 sw=2 et:
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 |