pioneer-station
Triggered rules
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:8
source=("https://storage.yandexcloud.net/pioneer-doc.geoscan.ru-static/dwnlds/software/PioneerStation/PioneerStationLinux.zip")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt ZIP archive containing a Java application (with a bundled JRE at PioneerStation/jre64/) from Yandex Cloud Storage (storage.yandexcloud.net). While Yandex Cloud is a legitimate cloud provider, this bucket (pioneer-doc.geoscan.ru-static) is not the official Geoscan download infrastructure (docs.geoscan.ru), and there is no way to verify the bucket is controlled by Geoscan rather than a third party. The package installs a bundled JRE binary blob and launches it directly, meaning any compromise of that storage bucket would result in arbitrary code execution on the user's machine. The sha256sum provides integrity but not authenticity — if the bucket were substituted or the object replaced, the hash would change and the build would fail, but the hash itself was presumably taken from the same untrusted source. This is a genuine supply-chain concern: a prebuilt binary with a bundled runtime from a cloud storage URL that cannot be verified as official vendor infrastructure. Rated medium (not high) because there is no evidence of active malice, obfuscation, or substitution — it appears to be a legitimate but poorly-packaged vendor application hosted on cloud storage.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Nikita Ardashev <nikitaardasheff at gmail dot com>
pkgname=pioneer-station
pkgver=0.1
pkgrel=1
pkgdesc='Software for working with Geoscan Pioneer products'
arch=('x86_64')
source=("https://storage.yandexcloud.net/pioneer-doc.geoscan.ru-static/dwnlds/software/PioneerStation/PioneerStationLinux.zip")
sha256sums=("b678c12868d51537f1ab4e71c143fd88807bb53764906070c8bdb1eb3b4b551f")
url="https://docs.geoscan.ru/pioneer/instructions/applications/pioneer_station/pioneer_station_main.html"
makedepends=('gendesk')
depends=('libcanberra')
PKG_PATH="/opt/$pkgname"
WORK_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/$pkgname"
prepare() {
gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Pioneer Station" \
--path "$WORK_DIR" \
--exec "$PKG_PATH/jre64/bin/java -Dorg.osgi.framework.bundle.parent=ext -jar $PKG_PATH/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar -consoleLog"
}
package() {
install -dm0755 "$pkgdir/opt"
cp -a PioneerStation "$pkgdir$PKG_PATH"
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
}
post_install() {
echo "==> If you want to access Pioneer products over USB, add your user to the 'uucp' group:"
echo " \$ sudo usermod -aG uucp \$USER"
echo " and then relogin"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |