djdeck

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

Prebuilt binary downloaded from a personal/non-official host (project.uhhm.no) that is not affiliated with any well-known project infrastructure; while checksums are provided, the binary is unverifiable and could be silently swapped by the host owner, making this a supply-chain risk typical of unofficial prebuilt packages.

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=("djdeck-v${pkgver}-x86_64.tar.gz::https://project.uhhm.no/bl/djdeck/releases/download/v${pkgver}/djdeck-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 70%): Prebuilt binary downloaded from a personal/non-official host (project.uhhm.no) that is not affiliated with any well-known project infrastructure; while checksums are provided, the binary is unverifiable and could be silently swapped by the host owner, making this a supply-chain risk typical of unofficial prebuilt packages.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
2pkgname=djdeck
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Terminal DJ deck: multi-deck player with beat-sync, pitch/tempo stretch and effects, low-latency to PipeWire"
6arch=('x86_64' 'aarch64')
7options=('!strip')
8url="https://project.uhhm.no/bl/djdeck"
9license=('MIT')
10depends=('libpipewire')
11provides=('djdeck')
12conflicts=('djdeck-git' 'djdeck-bin')
13source_x86_64=("djdeck-v${pkgver}-x86_64.tar.gz::https://project.uhhm.no/bl/djdeck/releases/download/v${pkgver}/djdeck-v${pkgver}-x86_64.tar.gz")
14source_aarch64=("djdeck-v${pkgver}-aarch64.tar.gz::https://project.uhhm.no/bl/djdeck/releases/download/v${pkgver}/djdeck-v${pkgver}-aarch64.tar.gz")
15sha256sums_x86_64=('95951e00898bccefbd38da043ec262d8d469fb58b54ea763a585c5ef0fe86aba')
16sha256sums_aarch64=('b4be59e69b58012fbabac329e55e51aa576dc3bbaf9d6d793cf508079e03702e')
17
18package() {
19 install -Dm755 djdeck "$pkgdir/usr/bin/djdeck"
20 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 17:17:29 Medium 3
2026-09-13 17:14:56 Medium 2

Report a package

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

0 / 4000
Your suggestion