pops-usb-setup
maintainer tallero
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:24
"https://archive.org/download/pops-iox/POPSTARTER.ELF"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
2
3
_opl_url="https://github.com/ps2homebrew/Open-PS2-Loader"
4
_opl_ver="1.1.0"
5
_opl_name="OPNPS2LD"
6
_pops_url="https://github.com/AnimMouse/POPS-binaries"
7
_pops_commit="c63de15"
8
_popstarter_name="POPStarter_SMB_Quickstarter_Pack_20200209"
9
_popstarter_smb="https://bitbucket.org/ShaolinAssassin/popstarter-documentation-stuff/downloads/$_popstarter_name.zip"
10
11
pkgname=pops-usb-setup
12
pkgver=0.0.1
13
pkgrel=5
14
pkgdesc="Setup a USB drive for the POPS emulator"
15
arch=('x86_64' 'i686' 'pentium4')
16
url="https://gitlab.com/tallero/pops-usb-setup"
17
license=('AGPL3')
18
depends=('python')
19
makedepends=('git' 'p7zip' 'python-setuptools')
20
options=(!strip)
21
source=("git+$url"
22
"git+$_pops_url#commit=$_pops_commit"
23
"$_opl_url/releases/download/v$_opl_ver/$_opl_name.7z"
24
"https://archive.org/download/pops-iox/POPSTARTER.ELF"
25
"https://archive.org/download/pops-iox/POPS_IOX.PAK"
26
"$_popstarter_smb")
27
sha512sums=(SKIP
28
SKIP
29
e39a5537f8bfd5fcc9964f1d20302a02f5936c3bd5154db61b85aa16d9182a83f70135c4782ef38ca1120137c2c19c508587d3a7e69016008f2c77dca44ac50b
30
2449bc74620434e8ef6e6bf0f564957b0ba80a9ea53d15a3245e2873367f61d8e0d0670f04003c3dc6d778c6a540be35570052d6f8ccd7201e6dbf6b4600ba9e
31
d171b51f19080f1dcbd25acdd3c8695014352472dd2a164b6053bfe8bb52741ef35e1852a244ba18c018a79eecd26ce185fc9d67bde85f32f48a7fdca01bf751
32
SKIP)
33
34
package() {
35
36
module_dir="$srcdir/$pkgname/pops_usb_setup"
37
38
mv $srcdir/$_opl_name/$_opl_name-v$_opl_ver.ELF \
39
$module_dir/opl/$_opl_name.ELF
40
41
mv $srcdir/POPS-binaries/* \
42
$module_dir/usb/bitbucket
43
44
mv $srcdir/POPS_IOX.PAK \
45
$module_dir/usb/archive
46
47
mv $srcdir/POPSTARTER.ELF \
48
$module_dir/usb/archive
49
50
mv $srcdir/$_popstarter_name/network_modules/* \
51
$module_dir/smb/
52
53
cd $pkgname
54
55
python3 setup.py install --root="$pkgdir"
56
}
57
58
# vim:set ts=2 sw=2 et:
59
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 |