ironclad-tactics-hib
LOW
maintainer XZS
1 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The hib:// URL is a custom protocol requiring manual download, posing no automatic remote code execution risk; the package installs only user-downloaded game files and static 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 requiring manual download, posing no automatic remote code execution risk; the package installs only user-downloaded game files and static 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:18
"ironclad.png::http://fc06.deviantart.net/fs70/f/2013/303/a/9/ironclad_tactics_v1_by_gabbynaruto-d6scgn3.png"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: XZS <d dot f dot fischer at web dot de>
2
# Contributor: Duncan K. <duncank@fastmail.fm>
3
4
pkgname=ironclad-tactics-hib
5
pkgver=1
6
pkgrel=1
7
pkgdesc='a fast-paced, card-based tactics game set in an alternate history Civil War – with steam-powered military robots (Humble Bundle version)'
8
url='http://www.zachtronics.com/ironclad-tactics/'
9
arch=('i686' 'x86_64')
10
license=('custom:commercial')
11
depends=('libgl' 'glu')
12
conflicts=('ironclad-tactics')
13
provides=('ironclad-tactics')
14
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')
15
install=desktop.install
16
17
source=("hib://IroncladTacticsDeluxe_Linux.tar.gz"
18
"ironclad.png::http://fc06.deviantart.net/fs70/f/2013/303/a/9/ironclad_tactics_v1_by_gabbynaruto-d6scgn3.png"
19
"ironclad.desktop")
20
md5sums=('1e83fd49ca88bc458c1a543eb1117714'
21
'680c9a791d41cba2355a412f5b412ed6'
22
'a12dd236131527ec3a41ff44b81ad84b')
23
24
package() {
25
# Mono, used to launch the game, cannot handle spaces in paths, so it has to be installed to a space-less location.
26
local destdir=/opt/ironclad
27
install -d "$pkgdir"{"$destdir",/usr/{bin,share/{pixmaps,applications}}}
28
29
# Install game files
30
cp --no-preserve=ownership -r 'Ironclad Tactics'/* "$pkgdir$destdir"
31
32
# Adapt and place launcher script.
33
sed -i "2s|^|cd ${destdir}\nLD_LIBRARY_PATH=. |" "$pkgdir$destdir/ironcladtactics.sh"
34
ln -s "$destdir/ironcladtactics.sh" "$pkgdir/usr/bin/ironcladtactics"
35
36
# Install desktop file and icon
37
install -m644 *.desktop "$pkgdir/usr/share/applications"
38
install -m644 *.png "$pkgdir/usr/share/pixmaps"
39
}
40
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 |