gemcraft0
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 an icon from game-related domains for local installation; the SWF is non-executable data used by a Flash player, and both sources are plausibly part of the game's official content, posing no active code execution or supply-chain risk.
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 an icon from game-related domains for local installation; the SWF is non-executable data used by a Flash player, and both sources are plausibly part of the game's official content, posing no active code execution or supply-chain risk.
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:12
source=(${pkgname}.swf::http://cache.armorgames.com/files/games/gemcraft-chapter-0-3527.swf http://gameinabottle.com/favicon.ico ${pkgname} ${pkgname}.desktop) -
PKGBUILD:12
source=(${pkgname}.swf::http://cache.armorgames.com/files/games/gemcraft-chapter-0-3527.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=gemcraft0
4
pkgver=1.20
5
pkgrel=1
6
pkgdesc="Unleash your magic power and fight. The Gem of Eternity awaits you..."
7
arch=('i686' 'x86_64')
8
url="http://armorgames.com/play/3527/gemcraft-chapter-0"
9
license=('custom')
10
depends=("flashplayer-standalone")
11
makedepends=('imagemagick')
12
source=(${pkgname}.swf::http://cache.armorgames.com/files/games/gemcraft-chapter-0-3527.swf http://gameinabottle.com/favicon.ico ${pkgname} ${pkgname}.desktop)
13
14
md5sums=('ce3d8f0d5d28766542abf58b37c0bbaf'
15
'14f045b8d2a7d75de7cdb27dd4e9d6cd'
16
'c0f0ccee19a63336245269df56a44989'
17
'd1eec9e315dcd99c1126b11f8fc698ab')
18
sha256sums=('6d51944b86a8d6b98a36667e204a2723c96adbf7914d9634cbac643f922790af'
19
'7d6f3457786f44758f1e2e9fcd1aa0837d0392cf2358fc966d93a666f81b7d03'
20
'df290b1fed66a7b53ee02ce3630f0e83c1503959951c5425f6cfd66f86b21671'
21
'c1dd509659573f9e9d0427d6a8f675e67df0307c4820dbf0005cf237c95ebf85')
22
23
options=(!strip)
24
25
build () {
26
convert favicon.ico ${pkgname}.png
27
}
28
29
package() {
30
#if path contains d8krhj4kasdu3 extra features are allowed, it doesn't work with 1.21
31
install -d "${pkgdir}"/usr/{bin,share/${pkgname}/d8krhj4kasdu3}
32
install -d "${pkgdir}"/usr/share/applications
33
install -m644 ${pkgname}.png "${pkgdir}"/usr/share/${pkgname}
34
install -m644 ${pkgname}.swf "${pkgdir}"/usr/share/${pkgname}/d8krhj4kasdu3
35
install -m644 ${pkgname}.desktop "${pkgdir}"/usr/share/applications
36
install -m755 ${pkgname} "${pkgdir}"/usr/bin
37
}
38
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 |