ironclad-tactics-hib
maintainer XZS
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |