gemcraft1
The package downloads a SWF file and favicon from a non-whitelisted host, but these are static game assets for local execution via Flash; the source is not obfuscated or executed remotely, and the worst case of a swapped SWF is limited to malicious Flash content, which is mitigated by the declining Flash attack surface and local-only use.
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 a SWF file and favicon from a non-whitelisted host, but these are static game assets for local execution via Flash; the source is not obfuscated or executed remotely, and the worst case of a swapped SWF is limited to malicious Flash content, which is mitigated by the declining Flash attack surface and local-only use.
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:13
source=(http://gameinabottle.com/games/${pkgname}.swf http://gameinabottle.com/favicon.ico ${pkgname} ${pkgname}.desktop)
PKGBUILD
1 offending line(s) highlighted# Maintainer: vn158 <vn158 at seznam dot cz>
pkgname=gemcraft1
pkgver=1.111A
pkgrel=1
pkgdesc="Create and combine magic gems, put them into your towers and banish the monsters back to hell!"
arch=('i686' 'x86_64')
url="http://armorgames.com/play/1716/gemcraft"
license=('custom')
depends=("flashplayer-standalone")
makedepends=('imagemagick')
#source=("http://cache.armorgames.com/files/games/gemcraft-1716.swf" $pkgname)
source=(http://gameinabottle.com/games/${pkgname}.swf http://gameinabottle.com/favicon.ico ${pkgname} ${pkgname}.desktop)
md5sums=('4ae0f6369520686ae1e8433ebe564170'
'14f045b8d2a7d75de7cdb27dd4e9d6cd'
'cade4ab4245725f2148b72326e550d7a'
'5c2f2f548be56b4b97d4eda201a2f833')
sha256sums=('b7773ff1118aae4c36352e9d67e9430e36545b4255c5a3105ecfeef4957369ec'
'7d6f3457786f44758f1e2e9fcd1aa0837d0392cf2358fc966d93a666f81b7d03'
'e716a20a03b5c6560e7e9eeed1f656cbda3bfd1dafdfd26c8268bd1f00c5f554'
'2f363dfdd53a54dd472edaf1e78252aa1270061d5b4448b1259b6f351c3dfd28')
options=(!strip)
build () {
convert favicon.ico ${pkgname}.png
}
package() {
#if path contains armorgames.com extra features are allowed, it doesn't work in 1.11
install -d "${pkgdir}"/usr/{bin,share/${pkgname}/armorgames.com}
install -d "${pkgdir}"/usr/share/applications
install -m644 ${pkgname}.swf "${pkgdir}"/usr/share/${pkgname}/armorgames.com
install -m644 ${pkgname}.png "${pkgdir}"/usr/share/${pkgname}/armorgames.com
install -m644 ${pkgname}.desktop "${pkgdir}"/usr/share/applications
install -m755 ${pkgname} "${pkgdir}"/usr/bin
}
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 |