machinarium
maintainer raquelmoura
· 47 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
6
pkgname=machinarium
7
pkgver=3
8
pkgrel=14
9
pkgdesc="A point-and-click logic adventure game by the creators of Samorost (requires copy of the full game)"
10
arch=(i686 x86_64)
11
url=http://machinarium.net/
12
license=(unknown)
13
depends_i686=(desktop-file-utils hicolor-icon-theme)
14
depends_i686=(alsa-lib bzip2 curl gtk2 libxdamage libxt nss)
15
depends_x86_64=(lib32-alsa-lib lib32-bzip2 lib32-curl lib32-gtk2 lib32-libxdamage lib32-libxt lib32-nss)
16
install=$pkgname.install
17
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')
18
PKGEXT='.pkg.tar'
19
20
source=(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.
25
sha1sums=('b0cd45fa1d75b29a9cb761f96ef398cec29d8c12'
26
'e78be4e1e9752586188dce39e24da457711ee5b3'
27
'1febb90a558e55cb42531cac96bfb3d07698fef8'
28
'526b57155682e27abb965b55cfc92aeb0e5a5aa9')
29
30
package() {
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) | 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 |