sigil2-wad
The package downloads game data files (WAD, README, LICENSE, image, desktop file) from the official project host romero.com and a CDN for assets; these are non-executable assets, not code, so the worst case of a swapped source is data tampering, not remote code execution.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads game data files (WAD, README, LICENSE, image, desktop file) from the official project host romero.com and a CDN for assets; these are non-executable assets, not code, so the worst case of a swapped source is data tampering, not remote 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:13
source=("https://romero.com/s/SIGIL_II_V1_0.zip" -
PKGBUILD:14
"https://images.squarespace-cdn.com/content/v1/5fef3318f8ce9b562500206e/c05bd3cb-30a4-4d20-8dd9-8411a22d8be8/Romero_Logo_Sigil2+red+metal+hi-res.png"
PKGBUILD
2 offending line(s) highlighted# Maintainer: Yakov Till <yakov.till@gmail.com>
pkgname=sigil2-wad
pkgver=1.0
pkgrel=9
url="https://romero.com/sigil"
pkgdesc="SIGIL II, the unofficial 6th episode of the original 1993 DOOM by John Romero. Requires DOOM.WAD"
license=('custom')
arch=('any')
makedepends=('unzip')
source=("https://romero.com/s/SIGIL_II_V1_0.zip"
"https://images.squarespace-cdn.com/content/v1/5fef3318f8ce9b562500206e/c05bd3cb-30a4-4d20-8dd9-8411a22d8be8/Romero_Logo_Sigil2+red+metal+hi-res.png"
"sigil2.desktop")
sha256sums=('41741ce797e6faf9ebd0e3d577b5eaf9a648b64d850fbd741c1b9c28d8461017'
'595e182f0ef0266d349402a615ad39723cd620e834f34183bd456f4cd3380d9b'
'35a3a026b4c2e6d55797b6d0f5b4d44ded6f4b27a3f3b94be3560a716a5d5231')
latestver() {
curl -fsSL "$url" |
sed -nE 's#.*[Ff]ree SIGIL II v([0-9]+)\.([0-9]+) Megawad.*#\1.\2#p' | head -1
}
package() {
cd "$srcdir"
mkdir -p "$pkgdir/usr/share/doom"
mkdir -p "$pkgdir/usr/share/doc/$pkgname"
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
mkdir -p "$pkgdir/usr/share/games/sigil2"
install -Dm644 "SIGIL_II_README_V1_0.txt" "$pkgdir/usr/share/doc/$pkgname/README.txt"
install -Dm644 "SIGIL_II_V1_0.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
install -Dm644 "SIGIL_II_V1_0.WAD" "$pkgdir/usr/share/games/sigil2/sigil2.wad"
ln -s /usr/share/games/sigil2/sigil2.wad "$pkgdir/usr/share/doom/sigil2.wad"
install -Dm644 "Romero_Logo_Sigil2+red+metal+hi-res.png" "$pkgdir/usr/share/pixmaps/sigil2.png"
install -Dm644 "sigil2.desktop" "$pkgdir/usr/share/applications/sigil2.desktop"
}
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 |