machinarium
The hib:// URL is a custom protocol for Humble Bundle downloads, requiring manual acquisition of the game data; the package does not automatically download or execute untrusted remote code, and the rest of the sources are either local or clearly identified assets.
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 hib:// URL is a custom protocol for Humble Bundle downloads, requiring manual acquisition of the game data; the package does not automatically download or execute untrusted remote code, and the rest of the sources are either local or clearly identified assets.
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:23
https://orig00.deviantart.net/b304/f/2009/298/f/8/machinarium_dock_icon_by_darkhavans.png)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
# Contributor: Limao Luo <luolimao@gmail.com>
# Contributor: Marek Otahal <markotahal@gmail.com>
# Contributor: Gen2ly <toddrpartridge@gmail.com>
pkgname=machinarium
pkgver=3
pkgrel=14
pkgdesc="A point-and-click logic adventure game by the creators of Samorost (requires copy of the full game)"
arch=(i686 x86_64)
url=http://machinarium.net/
license=(unknown)
depends_i686=(desktop-file-utils hicolor-icon-theme)
depends_i686=(alsa-lib bzip2 curl gtk2 libxdamage libxt nss)
depends_x86_64=(lib32-alsa-lib lib32-bzip2 lib32-curl lib32-gtk2 lib32-libxdamage lib32-libxt lib32-nss)
install=$pkgname.install
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')
PKGEXT='.pkg.tar'
source=(hib://Machinarium_full_en.tar.gz
$pkgname.sh
$pkgname.desktop
https://orig00.deviantart.net/b304/f/2009/298/f/8/machinarium_dock_icon_by_darkhavans.png)
# Icon from https://darkhavans.deviantart.com/art/Machinarium-Dock-Icon-141463511 . No licence specified on page.
sha1sums=('b0cd45fa1d75b29a9cb761f96ef398cec29d8c12'
'e78be4e1e9752586188dce39e24da457711ee5b3'
'1febb90a558e55cb42531cac96bfb3d07698fef8'
'526b57155682e27abb965b55cfc92aeb0e5a5aa9')
package() {
install -dm644 "$pkgdir"/usr/share/games/$pkgname
# Install swf file as per https://bbs.archlinux.org/viewtopic.php?pid=1079661#p1079661
dd if=Machinarium/Machinarium of="$pkgdir"/usr/share/games/$pkgname/$pkgname-browser.swf ibs=1 skip=$(grep -abo FWS Machinarium/Machinarium|cut -f1 -d:|tail -1)
install -Dm755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
install -Dm644 machinarium_dock_icon_by_darkhavans.png "$pkgdir"/usr/share/icons/$pkgname.png
desktop-file-install $pkgname.desktop --dir "$pkgdir"/usr/share/applications/
cp -r Machinarium/* "$pkgdir"/usr/share/games/$pkgname/
cd "$pkgdir"/usr/share/games/$pkgname/
find -type d -exec chmod 755 {} \;
find -type f -exec chmod 644 {} \;
chmod 755 Machinarium
}
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 |