gcfscape
maintainer defusq
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:11
source=('http://nemstools.github.io/files/gcfscape186.zip'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Connor McFarlane <cm at semtex dot net>
2
3
pkgname=gcfscape
4
pkgver=1.8.6
5
pkgrel=2
6
pkgdesc='An explorer for Half-Life file packages (bsp, gcf, vpk, wad, pak, etc)'
7
arch=('any')
8
url='https://nemstools.github.io/pages/GCFScape-Download.html'
9
license=('custom')
10
depends=('wine')
11
source=('http://nemstools.github.io/files/gcfscape186.zip'
12
"${pkgname}.sh"
13
"${pkgname}.png"
14
"${pkgname}.desktop")
15
sha256sums=('5b61408a83b61afc9c775534cf02749edfde8e570bf17604bc191f6dc57055b0'
16
'd557d4399cb3408394b3beb36080c3e3bc0c0ab5f1115ad60c3bca680d391cee'
17
'42c09b6faf39e47abfa8a12eff248962c1075c7c674d303afb5207cbc44d8bc5'
18
'27e63fefe7b6a4ba32f64b7f9cd92c307c052c43450babd87ab0d79ecf89d51f')
19
20
package() {
21
install -Dd "$pkgdir/usr/share/${pkgname}"
22
cp -r "$srcdir/x64" "$pkgdir/usr/share/${pkgname}"
23
24
install -D "$srcdir/Readme.txt" "$pkgdir/usr/share/${pkgname}"
25
26
install -Dm0644 "$srcdir/${pkgname}.desktop" "$pkgdir/usr/share/applications/${pkgname}.desktop"
27
install -Dm0644 "$srcdir/${pkgname}.png" "$pkgdir/usr/share/${pkgname}"
28
install -Dm0755 "$srcdir/${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
29
}
30
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 |