gcfscape
The package downloads a source zip from a non-whitelisted host, but it is the project's own official release location, checksums are provided and verified, and the content is a self-contained Windows binary run via Wine, posing minimal supply-chain risk.
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 a source zip from a non-whitelisted host, but it is the project's own official release location, checksums are provided and verified, and the content is a self-contained Windows binary run via Wine, posing minimal supply-chain risk.
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:11
source=('http://nemstools.github.io/files/gcfscape186.zip'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Connor McFarlane <cm at semtex dot net>
pkgname=gcfscape
pkgver=1.8.6
pkgrel=2
pkgdesc='An explorer for Half-Life file packages (bsp, gcf, vpk, wad, pak, etc)'
arch=('any')
url='https://nemstools.github.io/pages/GCFScape-Download.html'
license=('custom')
depends=('wine')
source=('http://nemstools.github.io/files/gcfscape186.zip'
"${pkgname}.sh"
"${pkgname}.png"
"${pkgname}.desktop")
sha256sums=('5b61408a83b61afc9c775534cf02749edfde8e570bf17604bc191f6dc57055b0'
'd557d4399cb3408394b3beb36080c3e3bc0c0ab5f1115ad60c3bca680d391cee'
'42c09b6faf39e47abfa8a12eff248962c1075c7c674d303afb5207cbc44d8bc5'
'27e63fefe7b6a4ba32f64b7f9cd92c307c052c43450babd87ab0d79ecf89d51f')
package() {
install -Dd "$pkgdir/usr/share/${pkgname}"
cp -r "$srcdir/x64" "$pkgdir/usr/share/${pkgname}"
install -D "$srcdir/Readme.txt" "$pkgdir/usr/share/${pkgname}"
install -Dm0644 "$srcdir/${pkgname}.desktop" "$pkgdir/usr/share/applications/${pkgname}.desktop"
install -Dm0644 "$srcdir/${pkgname}.png" "$pkgdir/usr/share/${pkgname}"
install -Dm0755 "$srcdir/${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
}
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 |