trine3-hib
The non-standard 'hib://' source is a placeholder requiring manual download, and the actual executable content comes from the user-provided bundle; the logo.png download is from the official project site and used only as non-executable data.
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 non-standard 'hib://' source is a placeholder requiring manual download, and the actual executable content comes from the user-provided bundle; the logo.png download is from the official project site and used only as non-executable data.
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
"http://frozenbyte.com/presskit/trine_3/images/logo.png")
PKGBUILD
1 offending line(s) highlighted# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=trine3-hib
pkgver=2015.12.01
pkgrel=3
pkgdesc="action role-playing platform and puzzle video game. humblebundle version."
url="https://trine3.com"
arch=('x86_64')
license=('commercial')
depends=("xorg-xwininfo")
install=trine3.install
source=("hib://trine3_linux.zip"
"trine3.desktop"
"http://frozenbyte.com/presskit/trine_3/images/logo.png")
# there is a patch downloadable, but it is already included in the game
md5sums=('28070d73b2291c30e31b5ef486b9f3ac'
'39ab5e4a22180be7fae2735ba76340ae'
'1e36d51c0b6ddf8f283a46404796d85b')
PKGEXT=".pkg.tar"
DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf."; exit 1')
package() {
# copy game files
mkdir -p "${pkgdir}/opt/trine3"
mv "${srcdir}/linux/"* "${pkgdir}/opt/trine3"
# install desktop file and icon
install -Dm644 "$srcdir/trine3.desktop" "$pkgdir/usr/share/applications/trine3.desktop"
mkdir -p "$pkgdir/usr/share/pixmaps"
convert -resize 48x48 "$srcdir/logo.png" "$pkgdir/usr/share/pixmaps/trine3_48.png"
convert -resize 64x64 "$srcdir/logo.png" "$pkgdir/usr/share/pixmaps/trine3_64.png"
# starter script
mkdir -p "${pkgdir}/usr/bin"
cat >> "${pkgdir}/usr/bin/trine3" << \here
#!/bin/sh
cd /opt/trine3
./trine3.sh
here
chmod a+x "${pkgdir}/usr/bin/trine3"
}
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 |