worldpainter
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
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)
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# Contributor: Dirk Sohler <spam@0x7be.de>
# Contributor: Hunter Jones <hjones2199 at gmail dot com>
# Maintainer: Thomas Bork <sudobash418 at gmail dot com>
pkgname=worldpainter
pkgver=2.27.0
pkgrel=1
pkgdesc='An interactive map generator for Minecraft'
url='https://www.worldpainter.net/'
arch=('x86_64')
license=('GPL-3.0-only')
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=('518d8a07a21496fdf9c041bd3cd539816bd5e4be8ab04894bc9129a965d20520'
'a93cd4af0e8ef470f48a8dd2773fb9d83a5302f1b9bfba67f43b4ec7500a039e'
'815abfee2eb545a3bac0d2e4e5c0cadc548cc1466c4e0aaf3bfd1f07a15e7741'
'631cffdb102945a39b28ec33567acd350c3ae5b000face915d24159741942fd0')
package() {
cd "${srcdir}/${pkgname}"
install -dm755 "${pkgdir}/opt/worldpainter/"{bin,lib,.install4j/user}
install -dm755 "${pkgdir}/usr/share/"{pixmaps,applications}
install -Dm644 bin/* "${pkgdir}/opt/${pkgname}/bin/"
install -Dm644 lib/* "${pkgdir}/opt/${pkgname}/lib/"
install -Dm644 *.vmoptions "${pkgdir}/opt/${pkgname}/"
install -Dm755 worldpainter "${pkgdir}/opt/${pkgname}/"
find .install4j/ -maxdepth 1 -type f -exec install -Dm644 {} "${pkgdir}/opt/${pkgname}/.install4j/" \;
find .install4j/user/ -maxdepth 1 -type f -exec install -Dm644 {} "${pkgdir}/opt/${pkgname}/.install4j/user/" \;
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"
}
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) | Severity | Rules |
|---|---|---|
| 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 |