gz-models
The package downloads a source archive from a non-whitelisted but official Google Code archive host, extracts and processes harmless data files (3D models and definitions) for a game, and builds a PK3 mod file; no remote code execution, obfuscation, or untrusted binary execution occurs.
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 archive from a non-whitelisted but official Google Code archive host, extracts and processes harmless data files (3D models and definitions) for a game, and builds a PK3 mod file; no remote code execution, obfuscation, or untrusted binary execution occurs.
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:14
source=("ds-models-${pkgver}.zip::https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/ds-models/source-archive.zip")
PKGBUILD
1 offending line(s) highlighted# Contributor: 3ED <krzysztofas@protonmail.com>
pkgname=gz-models
_trunk=GZ-Models
pkgver=20130109
pkgrel=1
pkgdesc="HiRes 3D Models for GZDoom"
arch=('any')
url="http://code.google.com/p/ds-models/"
license=('GPL')
depends=('gzdoom')
makedepends=('perl' 'p7zip')
install=gz-models.install
source=("ds-models-${pkgver}.zip::https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/ds-models/source-archive.zip")
sha512sums=('6a3b7b9446d42e12371fab2b25bb2856ca79f5796ecd0c7e6f315ddb56c3eb57a88d406d4aa3b83c2f7bbb8fe04a8670602545b7bb8dbc114da21fc3b7ee6b96')
noextract=("ds-models-${pkgver}.zip")
prepare() {
cd "$srcdir"
if [ -d "$pkgname-$pkgver" ]; then
rm -rf "$pkgname-$pkgver"
fi
msg2 "Extracting $_trunk..."
bsdtar \
--include="ds-models/trunk/$_trunk/*" \
--strip-components 2 \
-xf "ds-models-${pkgver}.zip"
cd "$_trunk"
msg2 "Fixing space chars..."
find -type f -iname "*.def" -print0 \
| xargs -0 perl -p -i -e 's/\xA0/ /g'
msg2 "Fixing files paths..."
install -dm755 "$srcdir/$pkgname-$pkgver/Models"
mv Build/*/*.def "$srcdir/$pkgname-$pkgver/"
mv Build/Hires "$srcdir/$pkgname-$pkgver/"
mv Build/*/*/ "$srcdir/$pkgname-$pkgver/Models/"
cd "$srcdir"
msg2 "Cleaning leftovers..."
rm -rf "$_trunk"
}
package() {
cd "$srcdir/$pkgname-$pkgver"
# Dunno if this is still a proper path
_DESTDIR="$pkgdir"/usr/share/games/gzdoom/
install -dm755 "$_DESTDIR"
7za a -bd -tzip "$_DESTDIR/${_trunk}.pk3" *
chmod a=r,u+w "$_DESTDIR/${_trunk}.pk3"
}
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 |