gemcraft1
maintainer vn158
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:13
source=(http://gameinabottle.com/games/${pkgname}.swf http://gameinabottle.com/favicon.ico ${pkgname} ${pkgname}.desktop)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: vn158 <vn158 at seznam dot cz>
2
3
pkgname=gemcraft1
4
pkgver=1.111A
5
pkgrel=1
6
pkgdesc="Create and combine magic gems, put them into your towers and banish the monsters back to hell!"
7
arch=('i686' 'x86_64')
8
url="http://armorgames.com/play/1716/gemcraft"
9
license=('custom')
10
depends=("flashplayer-standalone")
11
makedepends=('imagemagick')
12
#source=("http://cache.armorgames.com/files/games/gemcraft-1716.swf" $pkgname)
13
source=(http://gameinabottle.com/games/${pkgname}.swf http://gameinabottle.com/favicon.ico ${pkgname} ${pkgname}.desktop)
14
15
md5sums=('4ae0f6369520686ae1e8433ebe564170'
16
'14f045b8d2a7d75de7cdb27dd4e9d6cd'
17
'cade4ab4245725f2148b72326e550d7a'
18
'5c2f2f548be56b4b97d4eda201a2f833')
19
sha256sums=('b7773ff1118aae4c36352e9d67e9430e36545b4255c5a3105ecfeef4957369ec'
20
'7d6f3457786f44758f1e2e9fcd1aa0837d0392cf2358fc966d93a666f81b7d03'
21
'e716a20a03b5c6560e7e9eeed1f656cbda3bfd1dafdfd26c8268bd1f00c5f554'
22
'2f363dfdd53a54dd472edaf1e78252aa1270061d5b4448b1259b6f351c3dfd28')
23
24
options=(!strip)
25
26
build () {
27
convert favicon.ico ${pkgname}.png
28
}
29
30
package() {
31
#if path contains armorgames.com extra features are allowed, it doesn't work in 1.11
32
install -d "${pkgdir}"/usr/{bin,share/${pkgname}/armorgames.com}
33
install -d "${pkgdir}"/usr/share/applications
34
install -m644 ${pkgname}.swf "${pkgdir}"/usr/share/${pkgname}/armorgames.com
35
install -m644 ${pkgname}.png "${pkgdir}"/usr/share/${pkgname}/armorgames.com
36
install -m644 ${pkgname}.desktop "${pkgdir}"/usr/share/applications
37
38
install -m755 ${pkgname} "${pkgdir}"/usr/bin
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 |