machinarium

LOW
maintainer raquelmoura 47 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:23 https://orig00.deviantart.net/b304/f/2009/298/f/8/machinarium_dock_icon_by_darkhavans.png)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
2# Contributor: Limao Luo <luolimao@gmail.com>
3# Contributor: Marek Otahal <markotahal@gmail.com>
4# Contributor: Gen2ly <toddrpartridge@gmail.com>
5
6pkgname=machinarium
7pkgver=3
8pkgrel=14
9pkgdesc="A point-and-click logic adventure game by the creators of Samorost (requires copy of the full game)"
10arch=(i686 x86_64)
11url=http://machinarium.net/
12license=(unknown)
13depends_i686=(desktop-file-utils hicolor-icon-theme)
14depends_i686=(alsa-lib bzip2 curl gtk2 libxdamage libxt nss)
15depends_x86_64=(lib32-alsa-lib lib32-bzip2 lib32-curl lib32-gtk2 lib32-libxdamage lib32-libxt lib32-nss)
16install=$pkgname.install
17DLAGENTS+=('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')
18PKGEXT='.pkg.tar'
19
20source=(hib://Machinarium_full_en.tar.gz
21 $pkgname.sh
22 $pkgname.desktop
23 https://orig00.deviantart.net/b304/f/2009/298/f/8/machinarium_dock_icon_by_darkhavans.png)
24# Icon from https://darkhavans.deviantart.com/art/Machinarium-Dock-Icon-141463511 . No licence specified on page.
25sha1sums=('b0cd45fa1d75b29a9cb761f96ef398cec29d8c12'
26 'e78be4e1e9752586188dce39e24da457711ee5b3'
27 '1febb90a558e55cb42531cac96bfb3d07698fef8'
28 '526b57155682e27abb965b55cfc92aeb0e5a5aa9')
29
30package() {
31 install -dm644 "$pkgdir"/usr/share/games/$pkgname
32 # Install swf file as per https://bbs.archlinux.org/viewtopic.php?pid=1079661#p1079661
33 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)
34 install -Dm755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
35 install -Dm644 machinarium_dock_icon_by_darkhavans.png "$pkgdir"/usr/share/icons/$pkgname.png
36 desktop-file-install $pkgname.desktop --dir "$pkgdir"/usr/share/applications/
37
38 cp -r Machinarium/* "$pkgdir"/usr/share/games/$pkgname/
39 cd "$pkgdir"/usr/share/games/$pkgname/
40 find -type d -exec chmod 755 {} \;
41 find -type f -exec chmod 644 {} \;
42 chmod 755 Machinarium
43}
44

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