worldpainter

LOW
maintainer sudobash418 9 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the official project domain (worldpainter.net), which is not on a standard whitelist but is plausibly legitimate; the package builds from the project's own source, and no untrusted executable code is pulled or executed.

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-2507) 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 a standard whitelist but is plausibly legitimate; the package builds from the project's own source, and no untrusted executable code is pulled or executed.

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:18 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>
4pkgname=worldpainter
5pkgver=2.27.0
6pkgrel=1
7pkgdesc='An interactive map generator for Minecraft'
8
9url='https://www.worldpainter.net/'
10arch=('x86_64')
11license=('GPL-3.0-only')
12
13options=('!strip')
14
15depends=('java-environment>=17' 'libxi' 'sh')
16optdepends=('minecraft: for playing the exported maps')
17
18source=("https://www.worldpainter.net/files/${pkgname}_${pkgver}.tar.gz"
19 'worldpainter.png'
20 'worldpainter.desktop'
21 'launch-script.sh')
22sha256sums=('518d8a07a21496fdf9c041bd3cd539816bd5e4be8ab04894bc9129a965d20520'
23 'a93cd4af0e8ef470f48a8dd2773fb9d83a5302f1b9bfba67f43b4ec7500a039e'
24 '815abfee2eb545a3bac0d2e4e5c0cadc548cc1466c4e0aaf3bfd1f07a15e7741'
25 '631cffdb102945a39b28ec33567acd350c3ae5b000face915d24159741942fd0')
26
27package() {
28 cd "${srcdir}/${pkgname}"
29
30 install -dm755 "${pkgdir}/opt/worldpainter/"{bin,lib,.install4j/user}
31 install -dm755 "${pkgdir}/usr/share/"{pixmaps,applications}
32
33 install -Dm644 bin/* "${pkgdir}/opt/${pkgname}/bin/"
34 install -Dm644 lib/* "${pkgdir}/opt/${pkgname}/lib/"
35 install -Dm644 *.vmoptions "${pkgdir}/opt/${pkgname}/"
36 install -Dm755 worldpainter "${pkgdir}/opt/${pkgname}/"
37 find .install4j/ -maxdepth 1 -type f -exec install -Dm644 {} "${pkgdir}/opt/${pkgname}/.install4j/" \;
38 find .install4j/user/ -maxdepth 1 -type f -exec install -Dm644 {} "${pkgdir}/opt/${pkgname}/.install4j/user/" \;
39
40 install -Dm644 "${srcdir}/worldpainter.png" "${pkgdir}/usr/share/pixmaps/"
41 install -Dm755 "${srcdir}/launch-script.sh" "${pkgdir}/usr/bin/worldpainter"
42 install -Dm644 "${srcdir}/worldpainter.desktop" "${pkgdir}/usr/share/applications/worldpainter.desktop"
43
44 # cleanup unused 32-bit libraries
45 rm "${pkgdir}/opt/${pkgname}/bin/libjpen-2-4.so"
46}
47

Changes since previous scan

--- PKGBUILD @ 2026-08-31 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,7 +2,7 @@
# Contributor: Hunter Jones <hjones2199 at gmail dot com>
# Maintainer: Thomas Bork <sudobash418 at gmail dot com>
pkgname=worldpainter
-pkgver=2.26.3
+pkgver=2.27.0
pkgrel=1
pkgdesc='An interactive map generator for Minecraft'
@@ -10,14 +10,16 @@
arch=('x86_64')
license=('GPL-3.0-only')
-depends=('java-environment>=17' 'lib32-libxi' 'sh')
+options=('!strip')
+
+depends=('java-environment>=17' 'libxi' 'sh')
optdepends=('minecraft: for playing the exported maps')
source=("https://www.worldpainter.net/files/${pkgname}_${pkgver}.tar.gz"
'worldpainter.png'
'worldpainter.desktop'
'launch-script.sh')
-sha256sums=('446d6103e4cc92427623acd08f3c8f4f4ef973b05148ba1b6a0f5f4f8bfe0d67'
+sha256sums=('518d8a07a21496fdf9c041bd3cd539816bd5e4be8ab04894bc9129a965d20520'
'a93cd4af0e8ef470f48a8dd2773fb9d83a5302f1b9bfba67f43b4ec7500a039e'
'815abfee2eb545a3bac0d2e4e5c0cadc548cc1466c4e0aaf3bfd1f07a15e7741'
'631cffdb102945a39b28ec33567acd350c3ae5b000face915d24159741942fd0')
@@ -38,5 +40,8 @@
install -Dm644 "${srcdir}/worldpainter.png" "${pkgdir}/usr/share/pixmaps/"
install -Dm755 "${srcdir}/launch-script.sh" "${pkgdir}/usr/bin/worldpainter"
install -Dm644 "${srcdir}/worldpainter.desktop" "${pkgdir}/usr/share/applications/worldpainter.desktop"
+
+ # cleanup unused 32-bit libraries
+ rm "${pkgdir}/opt/${pkgname}/bin/libjpen-2-4.so"
}

Scan history

Scanned at (UTC)SeverityRules
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 03:44:41 Medium 1
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion