routeconverter
The package downloads JAR files from the project's own static subdomain, which is plausibly official; these are build artifacts, not executed remotely, and the worst case of a swapped source is limited to code execution during package use, but the source is checksummed and the host is contextually appropriate for the project.
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 JAR files from the project's own static subdomain, which is plausibly official; these are build artifacts, not executed remotely, and the worst case of a swapped source is limited to code execution during package use, but the source is checksummed and the host is contextually appropriate for the project.
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:20
RouteConverterCmdLine-${pkgver}.jar::http://static.routeconverter.com/download/previous-releases/${pkgver}/RouteConverterCmdLine.jar
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jose Riha <jose1711 gmail com>
# Contributor: Alexander 'hatred' Drozdov <adrozdoff@gmail.com>
# Contributor: willemw
# Contributor: Avi H.D. <strykar@hotmail.com>
pkgname=routeconverter
pkgver=3.2
pkgrel=2
pkgdesc="A free tool to edit and convert routes, tracks and waypoints"
arch=('i686' 'x86_64')
url="http://www.routeconverter.com/"
license=('GPL')
depends=('java-environment>=6' 'java-openjfx' 'archlinux-java-run')
makedepends=('gendesk' 'unzip')
optdepends=('gpsbabel: for some additional format support')
changelog=ChangeLog
source=(routeconverter
routeconverter-offline
routeconverter-cli
RouteConverterCmdLine-${pkgver}.jar::http://static.routeconverter.com/download/previous-releases/${pkgver}/RouteConverterCmdLine.jar
RouteConverterLinux-${pkgver}.jar::http://static.routeconverter.com/download/RouteConverterLinux.jar)
sha256sums=('0a4dca96f3f02c274714192765eaacfb1ceb53f628150fd0c73e00bf2ce7f6d5'
'30ed02e7180c85c0448a257a4b7d40de554b084faadeb899dead72e4e2cdc741'
'0237729d3fb3fdb7462fb1f9064175135f7406a9fb0ec2206986ab9f668b4078'
'3c4e889c9296ee4e205189f5962fbd09cab2e6e999de5ed6eb4565422710e8a5'
'a27d3790208ccd019523d53da4fa491ad9c57e92f29ba38a371314c13c663275')
noextract=(RouteConverterCmdLine-${pkgver}.jar
RouteConverterLinux-${pkgver}.jar)
build() {
cd "${srcdir}"
gendesk -f -n --pkgname "${pkgname}" --exec "routeconverter" --pkgdesc "${pkgdesc}" --categories 'Utility;Maps'
gendesk -f -n --pkgname "${pkgname}_offline" --exec "routeconverter-offline" --pkgdesc "${pkgdesc} (offline)" --categories 'Utility;Maps'
}
package()
{
install -m 755 -d "${pkgdir}/usr/bin"
install -m 755 -d "${pkgdir}/usr/share/pixmaps"
install -m 755 -d "${pkgdir}/usr/lib/${pkgname}"
install -m 755 "${srcdir}/routeconverter" \
"${srcdir}/routeconverter-cli" \
"${pkgdir}/usr/bin/"
for _ in RouteConverterCmdLine RouteConverterLinux
do
install -m 644 "${srcdir}/${_}-${pkgver}.jar" "${pkgdir}/usr/lib/${pkgname}/${_}.jar"
done
install -Dm 644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
unzip -p "${srcdir}/RouteConverterLinux-${pkgver}.jar" slash/navigation/converter/gui/RouteConverter.png >"${pkgdir}/usr/share/pixmaps/routeconverter.png"
}
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 |