dedrunk-bin
MEDIUM
maintainer stelzo
0 votes
scanned 2026-08-25 21:28:32.222906
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>
2
pkgname=dedrunk-bin
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Kalibr IMU calibration from MCAP recordings."
6
arch=('x86_64' 'aarch64')
7
url="https://codeberg.org/stelzo/dedrunk"
8
license=('MIT' 'Apache-2.0')
9
depends=('libgcc' 'glibc')
10
makedepends=()
11
options=('!lto' '!strip' '!debug')
12
source_x86_64=(
13
"dedrunk-$pkgver-bin.tar.gz::$url/releases/download/v$pkgver/dedrunk-$pkgver-x86_64-unknown-linux-gnu.tar.gz"
14
)
15
sha256sums_x86_64=('SKIP')
16
source_aarch64=(
17
"dedrunk-$pkgver-bin.tar.gz::$url/releases/download/v$pkgver/dedrunk-$pkgver-aarch64-unknown-linux-gnu.tar.gz"
18
)
19
sha256sums_aarch64=('SKIP')
20
provides=('dedrunk')
21
conflicts=('dedrunk')
22
23
build() {
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
33
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-25 21:28:32 | Medium | 2 |