osm2world
The package downloads a prebuilt binary from the project's official website (osm2world.org), which is a standard source for releases; although the host is not whitelisted, it is plausibly controlled by the project, and the checksums are provided and valid, making the risk low.
Triggered rules
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 prebuilt binary from the project's official website (osm2world.org), which is a standard source for releases; although the host is not whitelisted, it is plausibly controlled by the project, and the checksums are provided and valid, making the risk low.
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:13
"https://osm2world.org/download/files/${pkgver}/OSM2World-${pkgver}-bin.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: envolution
# Contributor: jmcb <joelsgp@protonmail.com>
# shellcheck shell=bash disable=SC2034,SC2154
pkgname=osm2world
pkgver=0.4.0
pkgrel=2
pkgdesc="Converter that creates three-dimensional models of the world from OpenStreetMap data."
arch=('any')
url="http://osm2world.org/"
license=('LGPL3')
depends=('java-runtime>=17')
source=(
"https://osm2world.org/download/files/${pkgver}/OSM2World-${pkgver}-bin.zip"
'osm2world.sh'
"osm2world.desktop")
sha256sums=('c05b37920d29c26710a06e30c170ca62e5e8ea653cccbbb3243dfc7e5d20b899'
'8c3c527ba1d29613adae3cd1c2d8bfb2f919ce1b73cbc95c7c6dc459fd735399'
'864aa575d101cac2348144ab64ae9702a3b0a1ed3e05c796536ae4545465ce2a')
package() {
local destdir="${pkgdir}/opt/osm2world"
install -dm755 "${destdir}"
cp -r ""* "${destdir}/"
find "${destdir}" -type d -exec chmod 755 {} +
find "${destdir}" -type f -exec chmod 644 {} +
if [[ -f "${destdir}/OSM2World.jar" ]]; then
chmod 755 "${destdir}/OSM2World.jar"
fi
install -Dm755 osm2world.sh "${pkgdir}/usr/bin/${pkgname}"
install -Dm755 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
# vim:set ts=2 sw=2 et:
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 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |