radicle-httpd-bin
maintainer tippfehlr
· 1 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official release infrastructure (files.radicle.xyz), which is plausibly controlled by the project maintainers; while the host is not on a standard whitelist, the binaries are verified via sha512sums, reducing supply-chain risk, and the installed files are limited to a binary, man page, and license.
Triggered rules
LOW
AI review downgraded a static finding
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 package downloads prebuilt binaries from the project's official release infrastructure (files.radicle.xyz), which is plausibly controlled by the project maintainers; while the host is not on a standard whitelist, the binaries are verified via sha512sums, reducing supply-chain risk, and the installed files are limited to a binary, man page, and license.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
"$pkgname-$pkgver-LICENSE-MIT::https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/081af03362b5bd3d637ee22011a4e5b51a1f1498/LICENSE-MIT" -
PKGBUILD:15
source_x86_64=("https://files.radicle.xyz/releases/radicle-httpd/$pkgver/radicle-httpd-$pkgver-x86_64-unknown-linux-musl.tar.xz")
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Jonathan Grotelüschen <tippfehlr@archlinux.org>
2
3
pkgname="radicle-httpd-bin"
4
epoch=2
5
pkgver=0.27.0
6
pkgrel=1
7
pkgdesc="open source, peer-to-peer code collaboration stack built on Git - web explorer"
8
arch=("x86_64" "aarch64")
9
license=("Apache-2.0 OR MIT")
10
url="https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
11
source=(
12
"$pkgname-$pkgver-LICENSE-MIT::https://seed.radicle.xyz/raw/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/081af03362b5bd3d637ee22011a4e5b51a1f1498/LICENSE-MIT"
13
"radicle-httpd.service"
14
)
15
source_x86_64=("https://files.radicle.xyz/releases/radicle-httpd/$pkgver/radicle-httpd-$pkgver-x86_64-unknown-linux-musl.tar.xz")
16
source_aarch64=("https://files.radicle.xyz/releases/radicle-httpd/$pkgver/radicle-httpd-$pkgver-aarch64-unknown-linux-musl.tar.xz")
17
sha512sums=('76235a3247342b8531cb259a1a51c9789be81e5332f210949063e4444edc2659eebe0afb0c2aae9e9c6989599d29beca0ca57a7839156c92b195bdb54c7ca448'
18
'2596b230b1a2cd097c2596bbc9baea7ba4a18e44364acb098da6e41fee622d4439c7ee397626bb7c377e2f8d7a71aa9c9a22fdea04e217250cccdc3041b76315')
19
sha512sums_x86_64=('a9e6366483d5b5700da511c0da9d60ad18dc6bf29e39a80d13e8f6b842186f1ff526632c91e036f28cb32cae081efaaa31c14a66afa5208caa6f6a220a38d9f9')
20
sha512sums_aarch64=('bb88faf3868665c5fa332c7685e05eb4d3a738dc81c22f5a62b0486fa69ae07c809d7be113b6379a528b2812ce661179c4207363a8437e7afbb82b92f9654ebb')
21
provides=("radicle-httpd")
22
conflicts=("radicle-httpd")
23
24
package() {
25
install -Dm644 "radicle-httpd.service" "$pkgdir/usr/lib/systemd/user/radicle-httpd.service"
26
install -Dm644 "$pkgname-$pkgver-LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
27
28
cd "radicle-httpd-$pkgver-$CARCH-unknown-linux-musl"
29
install -Dm755 "bin/radicle-httpd" "$pkgdir/usr/bin/radicle-httpd"
30
install -Dm644 "man/man1/radicle-httpd.1" "$pkgdir/usr/share/man/man1/radicle-httpd.1"
31
}
32
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-18 00:03@@ -2,7 +2,7 @@ pkgname="radicle-httpd-bin" epoch=2-pkgver=0.25.0+pkgver=0.27.0 pkgrel=1 pkgdesc="open source, peer-to-peer code collaboration stack built on Git - web explorer" arch=("x86_64" "aarch64")@@ -16,8 +16,8 @@ source_aarch64=("https://files.radicle.xyz/releases/radicle-httpd/$pkgver/radicle-httpd-$pkgver-aarch64-unknown-linux-musl.tar.xz") sha512sums=('76235a3247342b8531cb259a1a51c9789be81e5332f210949063e4444edc2659eebe0afb0c2aae9e9c6989599d29beca0ca57a7839156c92b195bdb54c7ca448' '2596b230b1a2cd097c2596bbc9baea7ba4a18e44364acb098da6e41fee622d4439c7ee397626bb7c377e2f8d7a71aa9c9a22fdea04e217250cccdc3041b76315')-sha512sums_x86_64=('8eca40c86e6e9cee5a352185f17aa20dd9ef2b122cd2f3524fe3c4c6e1a7da7c42c1abcbdc98f2662c53ea7bc0573ed763105146a7560909d9e3acd7599ff69a')-sha512sums_aarch64=('62545b952bb509fbde01b18ce8bf62986765ddff375f242532b6cb63eb0158583e67a0595c4c3d632409de9f09393e4ca3562ed6c55cb32d2586d573edefee1d')+sha512sums_x86_64=('a9e6366483d5b5700da511c0da9d60ad18dc6bf29e39a80d13e8f6b842186f1ff526632c91e036f28cb32cae081efaaa31c14a66afa5208caa6f6a220a38d9f9')+sha512sums_aarch64=('bb88faf3868665c5fa332c7685e05eb4d3a738dc81c22f5a62b0486fa69ae07c809d7be113b6379a528b2812ce661179c4207363a8437e7afbb82b92f9654ebb') provides=("radicle-httpd") conflicts=("radicle-httpd") Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 17:29:23 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |