worldpainter
maintainer sudobash418
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the official project domain (worldpainter.net), which is not on the whitelist but is plausibly legitimate; the package builds and installs the software normally without executing untrusted remote code or obfuscated payloads.
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 source is a tarball from the official project domain (worldpainter.net), which is not on the whitelist but is plausibly legitimate; the package builds and installs the software normally without executing untrusted remote code or obfuscated payloads.
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:16
source=("https://www.worldpainter.net/files/${pkgname}_${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Dirk Sohler <spam@0x7be.de>
2
# Contributor: Hunter Jones <hjones2199 at gmail dot com>
3
# Maintainer: Thomas Bork <sudobash418 at gmail dot com>
4
pkgname=worldpainter
5
pkgver=2.26.3
6
pkgrel=1
7
pkgdesc='An interactive map generator for Minecraft'
8
9
url='https://www.worldpainter.net/'
10
arch=('x86_64')
11
license=('GPL-3.0-only')
12
13
depends=('java-environment>=17' 'lib32-libxi' 'sh')
14
optdepends=('minecraft: for playing the exported maps')
15
16
source=("https://www.worldpainter.net/files/${pkgname}_${pkgver}.tar.gz"
17
'worldpainter.png'
18
'worldpainter.desktop'
19
'launch-script.sh')
20
sha256sums=('446d6103e4cc92427623acd08f3c8f4f4ef973b05148ba1b6a0f5f4f8bfe0d67'
21
'a93cd4af0e8ef470f48a8dd2773fb9d83a5302f1b9bfba67f43b4ec7500a039e'
22
'815abfee2eb545a3bac0d2e4e5c0cadc548cc1466c4e0aaf3bfd1f07a15e7741'
23
'631cffdb102945a39b28ec33567acd350c3ae5b000face915d24159741942fd0')
24
25
package() {
26
cd "${srcdir}/${pkgname}"
27
28
install -dm755 "${pkgdir}/opt/worldpainter/"{bin,lib,.install4j/user}
29
install -dm755 "${pkgdir}/usr/share/"{pixmaps,applications}
30
31
install -Dm644 bin/* "${pkgdir}/opt/${pkgname}/bin/"
32
install -Dm644 lib/* "${pkgdir}/opt/${pkgname}/lib/"
33
install -Dm644 *.vmoptions "${pkgdir}/opt/${pkgname}/"
34
install -Dm755 worldpainter "${pkgdir}/opt/${pkgname}/"
35
find .install4j/ -maxdepth 1 -type f -exec install -Dm644 {} "${pkgdir}/opt/${pkgname}/.install4j/" \;
36
find .install4j/user/ -maxdepth 1 -type f -exec install -Dm644 {} "${pkgdir}/opt/${pkgname}/.install4j/user/" \;
37
38
install -Dm644 "${srcdir}/worldpainter.png" "${pkgdir}/usr/share/pixmaps/"
39
install -Dm755 "${srcdir}/launch-script.sh" "${pkgdir}/usr/bin/worldpainter"
40
install -Dm644 "${srcdir}/worldpainter.desktop" "${pkgdir}/usr/share/applications/worldpainter.desktop"
41
}
42
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 |