speedata-publisher-bin

maintainer alerque · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary from a non-whitelisted host (download.speedata.de), which is not a common forge or official CDN, creating a supply-chain risk if the host were compromised or the download redirected.

Triggered rules

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:15 source=("https://download.speedata.de/dl/$_pkgname-linux-amd64-$pkgver.zip")
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt binary from a non-whitelisted host (download.speedata.de), which is not a common forge or official CDN, creating a supply-chain risk if the host were compromised or the download redirected.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Caleb Maclennan <caleb@alerque.com>
2
3_pkgname=speedata-publisher
4pkgname=$_pkgname-bin
5pkgver=5.7.8
6pkgrel=1
7pkgdesc='a publishing tool that automates creation of high-quality layouted PDFs from databases'
8arch=(x86_64)
9url='https://www.speedata.de/en/product'
10license=(AGPL-3.0-only)
11depends=(glibc)
12provides=("$_pkgname=$pkgver")
13conflicts=("$_pkgname")
14options=(!debug)
15source=("https://download.speedata.de/dl/$_pkgname-linux-amd64-$pkgver.zip")
16sha256sums=('4d1e109c47590abbf222670f0faa08b18c4cf4d4c04b3893d4970ce1657ecd8d')
17
18prepare() {
19 cd "$_pkgname"
20 rm installation.txt
21}
22
23package() {
24 ls -al
25 local target="$pkgdir/opt"
26 mkdir -p "$target" "$pkgdir/usr/bin"
27 cp -a "$_pkgname" "$target/"
28 ln -sf "/opt/$_pkgname/bin/sp" "$pkgdir/usr/bin/"
29}
30

Changes since previous scan

--- PKGBUILD @ 2026-07-29 09:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -2,7 +2,7 @@
_pkgname=speedata-publisher
pkgname=$_pkgname-bin
-pkgver=5.7.7
+pkgver=5.7.8
pkgrel=1
pkgdesc='a publishing tool that automates creation of high-quality layouted PDFs from databases'
arch=(x86_64)
@@ -13,7 +13,7 @@
conflicts=("$_pkgname")
options=(!debug)
source=("https://download.speedata.de/dl/$_pkgname-linux-amd64-$pkgver.zip")
-sha256sums=('273648852af0cdb9d2e41c4a3256f860ad2c89ec9b6612efbf8d8793f3126afd')
+sha256sums=('4d1e109c47590abbf222670f0faa08b18c4cf4d4c04b3893d4970ce1657ecd8d')
prepare() {
cd "$_pkgname"

Scan history

Scanned at (UTC)SeverityRules
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 21:12:47 MEDIUM 2
2026-07-29 09:11:06 MEDIUM 1
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 11:23:42 MEDIUM 1
2026-07-23 00:14:47 LOW 2
2026-07-22 13:20:28 MEDIUM 1
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 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