tanks-of-freedom
The package downloads the project's own source code from its official GitHub repository and Godot export templates from a trusted project host (tuxfamily.org), which is a common and legitimate practice for building Godot games; the non-whitelisted host is not a supply-chain risk in this context.
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 package downloads the project's own source code from its official GitHub repository and Godot export templates from a trusted project host (tuxfamily.org), which is a common and legitimate practice for building Godot games; the non-whitelisted host is not a supply-chain risk in this context.
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:15
"https://downloads.tuxfamily.org/godotengine/2.1.6/Godot_v2.1.6-stable_export_templates.tpz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Lukas1818 aur at lukas1818 dot de
pkgname=tanks-of-freedom
pkgver=0.7.0
_pkgtag=$pkgver
pkgrel=2
pkgdesc="Indie Turn Based Strategy in Isometric Pixel Art"
arch=('x86_64')
url="https://github.com/w84death/Tanks-of-Freedom"
license=('MIT')
options=('!strip')
makedepends=('godot2')
depends=('libx11' 'libxinerama' 'libxcursor' 'libxrandr' 'libxi' 'alsa-lib' 'libpulse' 'libglvnd' 'glibc')
source=("https://github.com/w84death/Tanks-of-Freedom/archive/$_pkgtag-beta.tar.gz"
"https://downloads.tuxfamily.org/godotengine/2.1.6/Godot_v2.1.6-stable_export_templates.tpz"
"Tanks of Freedom.desktop")
sha512sums=('8d71981fe1fa79e5734204bcca7f0ef088c529e25d78bcdc619ed689a8d341223dd2d75328f16d8ff59c0b478117d689fab59f21e12a5056bf8336b18749cad6'
'97bbc24dcdaeba7051a6e1846301b6da5f7876e72bbb2e524c3c063434d830c289bb5b3c7ae7b2e2a0c5c72d0e12aefc0662c30ebf2ccb5185368f4ce8ca09cf'
'68c69aed77b8b2d295e6af28f2b82a131368d0aa3620f365f2462ba4b6de51fae34c1a9bc0daa982a81f70a91e8d2f4edc8a6b8efa4a3c5e316126d6220ea9f5')
prepare()
{
test -f ~/.godot/templates/linux_x11_64_release \
|| mkdir -p ~/.godot/templates/ \
&& cp "$srcdir/templates/linux_x11_64_release" ~/.godot/templates/linux_x11_64_release
mkdir -p "$srcdir/build"
cd "$srcdir/Tanks-of-Freedom-$_pkgtag-beta"
cp buildConfig/export_desktop.cfg export.cfg
cp -f buildConfig/engine_desktop.cfg engine.cfg
}
build()
{
cd "$srcdir/Tanks-of-Freedom-$_pkgtag-beta"
godot2 -export "Linux X11" ./../build/tanks-of-freedom
}
package()
{
install -d "$pkgdir/usr/bin/"
install -m 755 "$srcdir/build/tanks-of-freedom" "$pkgdir/usr/bin/tanks-of-freedom"
install -d "$pkgdir/usr/share/applications"
install -m 644 "$srcdir/Tanks of Freedom.desktop" "$pkgdir/usr/share/applications/"
install -d "$pkgdir/usr/share/icons"
install -m 644 "$srcdir/Tanks-of-Freedom-$_pkgtag-beta/assets/icons/icon1024.png" "$pkgdir/usr/share/icons/tanks-of-freedom-1024.png"
}
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 |