trine3-hib
maintainer fordprefect
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:13
"http://frozenbyte.com/presskit/trine_3/images/logo.png")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: fordprefect <fordprefect@dukun.de>
2
pkgname=trine3-hib
3
pkgver=2015.12.01
4
pkgrel=3
5
pkgdesc="action role-playing platform and puzzle video game. humblebundle version."
6
url="https://trine3.com"
7
arch=('x86_64')
8
license=('commercial')
9
depends=("xorg-xwininfo")
10
install=trine3.install
11
source=("hib://trine3_linux.zip"
12
"trine3.desktop"
13
"http://frozenbyte.com/presskit/trine_3/images/logo.png")
14
# there is a patch downloadable, but it is already included in the game
15
md5sums=('28070d73b2291c30e31b5ef486b9f3ac'
16
'39ab5e4a22180be7fae2735ba76340ae'
17
'1e36d51c0b6ddf8f283a46404796d85b')
18
PKGEXT=".pkg.tar"
19
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')
20
21
package() {
22
# copy game files
23
mkdir -p "${pkgdir}/opt/trine3"
24
mv "${srcdir}/linux/"* "${pkgdir}/opt/trine3"
25
26
# install desktop file and icon
27
install -Dm644 "$srcdir/trine3.desktop" "$pkgdir/usr/share/applications/trine3.desktop"
28
mkdir -p "$pkgdir/usr/share/pixmaps"
29
convert -resize 48x48 "$srcdir/logo.png" "$pkgdir/usr/share/pixmaps/trine3_48.png"
30
convert -resize 64x64 "$srcdir/logo.png" "$pkgdir/usr/share/pixmaps/trine3_64.png"
31
32
# starter script
33
mkdir -p "${pkgdir}/usr/bin"
34
cat >> "${pkgdir}/usr/bin/trine3" << \here
35
#!/bin/sh
36
cd /opt/trine3
37
./trine3.sh
38
here
39
chmod a+x "${pkgdir}/usr/bin/trine3"
40
}
41
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 |