galdr

MEDIUM
maintainer bendork 0 votes scanned 2026-09-13 13:16:06.742034
View on AUR
Why flagged

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

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: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")
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review 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
1# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
2pkgname=galdr
3pkgver=0.2.1
4pkgrel=1
5pkgdesc="Terminal grid synthesizer: signal flows through single-glyph unit generators, MIDI in, low-latency PipeWire out"
6arch=('x86_64' 'aarch64')
7options=('!strip')
8url="https://project.uhhm.no/bl/galdr"
9license=('MIT')
10depends=('libpipewire' 'alsa-lib')
11provides=('galdr')
12conflicts=('galdr-git' 'galdr-bin')
13source_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")
14source_aarch64=("galdr-v${pkgver}-aarch64.tar.gz::https://project.uhhm.no/bl/galdr/releases/download/v${pkgver}/galdr-v${pkgver}-aarch64.tar.gz")
15sha256sums_x86_64=('f7483b4e6b6ee2a2b2e8d9954a96662d3a4316e12f220bce5d57fa3de5f9678a')
16sha256sums_aarch64=('2965372aab7d96ef6fb47d252c952812140c6f2ac34e34239483a52c5875f4ef')
17
18package() {
19 install -Dm755 galdr "$pkgdir/usr/bin/galdr"
20 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 13:16:06 Medium 3
2026-09-13 13:14:45 Medium 3

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion