spectrust
maintainer bendork
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from a non-standard, non-whitelisted host (prosjekt.klingenbergbygg.no), which is not the project's primary code repository or a widely recognized forge, creating a supply-chain risk if the host were compromised or spoofed.
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:12
source_x86_64=("spectrust-v${pkgver}-x86_64.tar.gz::https://prosjekt.klingenbergbygg.no/bl/spectrust/releases/download/v${pkgver}/spectrust-v${pkgver}-x86_64.tar.gz")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads prebuilt binaries from a non-standard, non-whitelisted host (prosjekt.klingenbergbygg.no), which is not the project's primary code repository or a widely recognized forge, creating a supply-chain risk if the host were compromised or spoofed.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
2
pkgname=spectrust
3
pkgver=0.2.5
4
pkgrel=1
5
pkgdesc="Terminal audio spectrum analyzer"
6
arch=('x86_64' 'aarch64')
7
url="https://prosjekt.klingenbergbygg.no/bl/spectrust"
8
license=('MIT')
9
depends=()
10
provides=('spectrust')
11
conflicts=('spectrust-git' 'spectrust-bin')
12
source_x86_64=("spectrust-v${pkgver}-x86_64.tar.gz::https://prosjekt.klingenbergbygg.no/bl/spectrust/releases/download/v${pkgver}/spectrust-v${pkgver}-x86_64.tar.gz")
13
source_aarch64=("spectrust-v${pkgver}-aarch64.tar.gz::https://prosjekt.klingenbergbygg.no/bl/spectrust/releases/download/v${pkgver}/spectrust-v${pkgver}-aarch64.tar.gz")
14
sha256sums_x86_64=('1ff123f356ca768835d8953b6cc138779149f8ccbbef2d39558a330dd767ca07')
15
sha256sums_aarch64=('27d035fc0bc0d169776ed68bd99fd7d7db1a03fccad318d008c70ff0d792cb25')
16
17
package() {
18
install -Dm755 spectrust "$pkgdir/usr/bin/spectrust"
19
20
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21
}
22
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 |