galdr
Installs a prebuilt binary downloaded from a personal/project-specific host (project.uhhm.no) that is not an established official infrastructure; while checksums are provided, the binary is unverifiable and could be silently swapped if the host is compromised or controlled by an unrelated party.
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:13
source_x86_64=("galdr-v${pkgver}-x86_64.tar.gz::https://project.uhhm.no/bl/galdr/releases/download/v${pkgver}/galdr-v${pkgver}-x86_64.tar.gz")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 75%): Installs a prebuilt binary downloaded from a personal/project-specific host (project.uhhm.no) that is not an established official infrastructure; while checksums are provided, the binary is unverifiable and could be silently swapped if the host is compromised or controlled by an unrelated party.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
pkgname=galdr
pkgver=0.2.1
pkgrel=1
pkgdesc="Terminal grid synthesizer: signal flows through single-glyph unit generators, MIDI in, low-latency PipeWire out"
arch=('x86_64' 'aarch64')
options=('!strip')
url="https://project.uhhm.no/bl/galdr"
license=('MIT')
depends=('libpipewire' 'alsa-lib')
provides=('galdr')
conflicts=('galdr-git' 'galdr-bin')
source_x86_64=("galdr-v${pkgver}-x86_64.tar.gz::https://project.uhhm.no/bl/galdr/releases/download/v${pkgver}/galdr-v${pkgver}-x86_64.tar.gz")
source_aarch64=("galdr-v${pkgver}-aarch64.tar.gz::https://project.uhhm.no/bl/galdr/releases/download/v${pkgver}/galdr-v${pkgver}-aarch64.tar.gz")
sha256sums_x86_64=('f7483b4e6b6ee2a2b2e8d9954a96662d3a4316e12f220bce5d57fa3de5f9678a')
sha256sums_aarch64=('2965372aab7d96ef6fb47d252c952812140c6f2ac34e34239483a52c5875f4ef')
package() {
install -Dm755 galdr "$pkgdir/usr/bin/galdr"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 13:16:06 | Medium | 3 |
| 2026-09-13 13:14:45 | Medium | 3 |