hyrule-conquest
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 72%): The source is a game mod (data/assets for 0ad) hosted on Dropbox, verified by an md5sum. The content is a mod archive installed as read-only data files under /usr/share/0ad/data/mods — no binaries are executed, no scripts are run from the archive, and no code is compiled. Dropbox is an unofficial host and the md5sum is weak (not sha256), but the mod is pure game data (maps, scripts, assets) for a well-known open-source game engine. The supply-chain concern is real but low-impact: even if the archive were tampered with, the worst realistic outcome is corrupted game data or malicious JavaScript-like scripts interpreted by 0ad's SpiderMonkey engine — a non-trivial but limited attack surface. This is sloppy packaging (weak checksum, personal cloud host) but not a clear medium-severity supply-chain threat involving executed native binaries or libraries.
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:12
source=('https://www.dropbox.com/s/c3pzx72sarj0hog/hyrule0.8.tar.xz?dl=0')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ryan Jeffrey <ryan@ryanmj.xyz>
# aka Mallock
pkgname=hyrule-conquest
pkgver=0.8
pkgrel=3
pkgdesc="Hyrule Conquest. Mod for 0ad created by Chasen Lindsey (aka Undying Nephalim)."
arch=(x86_64)
url="https://www.moddb.com/mods/hyrule-conquest"
license=('unknown')
depends=('0ad')
makedepends=('xz' 'curl')
source=('https://www.dropbox.com/s/c3pzx72sarj0hog/hyrule0.8.tar.xz?dl=0')
md5sums=('02513578a96276fc9394a7a756c2d282')
noextract=('hyrule0.8.tar.xz?dl=0')
options=(!strip)
build() {
mv 'hyrule0.8.tar.xz?dl=0' hyrule0.8.tar.xz
tar -xvf hyrule0.8.tar.xz
}
package() {
install -d -m755 $pkgdir/usr/share/0ad/data/mods
cp -r hc $pkgdir/usr/share/0ad/data/mods/$pkgname
find $pkgdir/usr/share/0ad/data/mods/$pkgname -type d -exec chmod 755 "{}" \;
find $pkgdir/usr/share/0ad/data/mods/$pkgname -type f -exec chmod 644 "{}" \;
}
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 |