trine3-hib

LOW
maintainer fordprefect 1 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgname=trine3-hib
3pkgver=2015.12.01
4pkgrel=3
5pkgdesc="action role-playing platform and puzzle video game. humblebundle version."
6url="https://trine3.com"
7arch=('x86_64')
8license=('commercial')
9depends=("xorg-xwininfo")
10install=trine3.install
11source=("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
15md5sums=('28070d73b2291c30e31b5ef486b9f3ac'
16 '39ab5e4a22180be7fae2735ba76340ae'
17 '1e36d51c0b6ddf8f283a46404796d85b')
18PKGEXT=".pkg.tar"
19DLAGENTS+=('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
21package() {
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
36cd /opt/trine3
37./trine3.sh
38here
39 chmod a+x "${pkgdir}/usr/bin/trine3"
40}
41

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion