dedrunk-bin

MEDIUM
maintainer stelzo 0 votes scanned 2026-08-25 21:28:32.222906
View on AUR
Why flagged

The package installs a prebuilt binary from a non-whitelisted host (codeberg.org) with SKIP'd checksums, creating a supply-chain risk if the release asset were tampered with or swapped.

Triggered rules

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 of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 90%): The package installs a prebuilt binary from a non-whitelisted host (codeberg.org) with SKIP'd checksums, creating a supply-chain risk if the release asset were tampered with or swapped.

PKGBUILD

1# Maintainer: Christopher Sieh (stelzo) <stelzo@steado.de>
2pkgname=dedrunk-bin
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Kalibr IMU calibration from MCAP recordings."
6arch=('x86_64' 'aarch64')
7url="https://codeberg.org/stelzo/dedrunk"
8license=('MIT' 'Apache-2.0')
9depends=('libgcc' 'glibc')
10makedepends=()
11options=('!lto' '!strip' '!debug')
12source_x86_64=(
13 "dedrunk-$pkgver-bin.tar.gz::$url/releases/download/v$pkgver/dedrunk-$pkgver-x86_64-unknown-linux-gnu.tar.gz"
14)
15sha256sums_x86_64=('SKIP')
16source_aarch64=(
17 "dedrunk-$pkgver-bin.tar.gz::$url/releases/download/v$pkgver/dedrunk-$pkgver-aarch64-unknown-linux-gnu.tar.gz"
18)
19sha256sums_aarch64=('SKIP')
20provides=('dedrunk')
21conflicts=('dedrunk')
22
23build() {
24 export DEDRUNK="$srcdir/dedrunk-$pkgver/dedrunk"
25 chmod 755 $DEDRUNK
26
27 mkdir -p "$srcdir/completions"
28 "$DEDRUNK" completions bash > "$srcdir/completions/bash"
29 "$DEDRUNK" completions zsh > "$srcdir/completions/_zsh"
30 "$DEDRUNK" completions fish > "$srcdir/completions/fish"
31}
32
33package() {
34 install -Dm755 "$srcdir/dedrunk-$pkgver/dedrunk" "$pkgdir/usr/bin/dedrunk"
35
36 install -Dm644 "$srcdir/completions/bash" "$pkgdir/usr/share/bash-completion/completions/dedrunk"
37 install -Dm644 "$srcdir/completions/_zsh" "$pkgdir/usr/share/zsh/site-functions/_dedrunk"
38 install -Dm644 "$srcdir/completions/fish" "$pkgdir/usr/share/fish/vendor_completions.d/dedrunk.fish"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 21:28:32 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