jwildfire
maintainer psyriccio
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source zip from a non-whitelisted but plausibly project-owned domain (jwildfire.overwhale.com) and an icon from GitHub; both are used to build and install the application, with no evidence of remote code execution or malicious behavior.
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 90%): The package downloads a source zip from a non-whitelisted but plausibly project-owned domain (jwildfire.overwhale.com) and an icon from GitHub; both are used to build and install the application, with no evidence of remote code execution or malicious behavior.
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:15
source=("https://jwildfire.overwhale.com/downloads/j-wildfire-8.20.zip" "https://raw.githubusercontent.com/thargor6/JWildfire/master/Delphi/jwildfire_icon.png")
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: John Gleezowood <psyrccio@gmail.com>
2
#Contributor: John Gleezowood <psyrccio@gmail.com>
3
pkgname=jwildfire
4
pkgver=8.20
5
pkgrel=1
6
pkgdesc="Fractal flame image and animation processor written in Java"
7
arch=('any')
8
url="http://www.andreas-maschke.com"
9
license=('GPL2')
10
depends=('java-environment' 'bash')
11
#makedepends=('git' 'qt5-base')
12
provides=('jwildfire')
13
conflicts=('jwildfire')
14
15
source=("https://jwildfire.overwhale.com/downloads/j-wildfire-8.20.zip" "https://raw.githubusercontent.com/thargor6/JWildfire/master/Delphi/jwildfire_icon.png")
16
sha256sums=('af2611bc3a7b797852baa6474a5134c3baf2651c59374e0eebaa90e8425f0cb7' 'c4b30c591d3f00ca163f8b48da7980e0a6f327552aa7e03828d2c5b3f01c66e8')
17
18
build() {
19
cd "$srcdir"
20
rm -rf ./j-wildfire-8.20.zip
21
rm -rf ./*.exe
22
rm -rf ./start_mac.command
23
echo "[Desktop Entry]" > ./jwildfire.desktop
24
echo "Type=Application" >> ./jwildfire.desktop
25
echo "Version=1.0" >> ./jwildfire.desktop
26
echo "Name=JWildFire" >> ./jwildfire.desktop
27
echo "Comment=Fractal flame image and animation processor written in Java" >> ./jwildfire.desktop
28
echo "Icon=jwildfire" >> ./jwildfire.desktop
29
echo "X-GNOME-FullName=JWildFire fractals processor" >> ./jwildfire.desktop
30
echo "Exec=jwildfire" >> ./jwildfire.desktop
31
echo "Terminal=false" >> ./jwildfire.desktop
32
echo "MimeType=image/*;" >> ./jwildfire.desktop
33
echo "Categories=Graphics;Science;ImageProcessing;" >> ./jwildfire.desktop
34
echo "StartupNotify=true" >> ./jwildfire.desktop
35
echo "StartupWMClass=JWildFire-main" >> ./jwildfire.desktop
36
echo "#!/bin/sh" > ./jwildfire
37
echo "cd /opt/jwildfire" >> ./jwildfire
38
echo "sh ./start_linux.sh" >> ./jwildfire
39
chmod +x ./jwildfire
40
}
41
42
package() {
43
cd "$srcdir"
44
mkdir "$pkgdir/opt"
45
mkdir "$pkgdir/opt/jwildfire"
46
cp -R "$srcdir"/* "$pkgdir"/opt/jwildfire/
47
mkdir "$pkgdir/usr"
48
mkdir "$pkgdir/usr/share"
49
mkdir "$pkgdir/usr/bin"
50
mkdir "$pkgdir/usr/share/pixmaps"
51
mkdir "$pkgdir/usr/share/applications"
52
mv "$srcdir"/jwildfire.desktop "$pkgdir/usr/share/applications/jwildfire.desktop"
53
mv "$srcdir"/jwildfire "$pkgdir/usr/bin/jwildfire"
54
cp "$srcdir"/jwildfire_icon.png "$pkgdir/usr/share/pixmaps/jwildfire.png"
55
rm -rf "$pkgdir/opt/jwildfire/jwildfire_icon.png"
56
}
57
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 |