deref-nightly-bin
maintainer some
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a non-whitelisted, unverifiable source with skipped checksums, creating a supply-chain risk if the release host were compromised.
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, unverifiable source with skipped checksums, creating a supply-chain risk if the release host were compromised.
PKGBUILD
1
# Maintainer: someoneonsmile <someoneonsmile@gmail.com>
2
pkgname=deref-nightly-bin
3
provides=('deref')
4
conflicts=('deref' 'deref-bin')
5
pkgver=20260722
6
pkgrel=1
7
pkgdesc="Replace symbolic links with real files / directories — nightly build"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/someoneonsmile/deref"
10
license=('MIT')
11
12
_source_base="${url}/releases/download/nightly"
13
14
source_x86_64=("${_source_base}/deref-x86_64-linux-gnu.tar.gz")
15
source_aarch64=("${_source_base}/deref-aarch64-linux-gnu.tar.gz")
16
sha256sums_x86_64=('SKIP')
17
sha256sums_aarch64=('SKIP')
18
19
package() {
20
cd "$srcdir"
21
tar xzf "deref-${CARCH}-linux-gnu.tar.gz"
22
install -Dm755 "deref-${CARCH}-linux-gnu/deref" "$pkgdir/usr/bin/deref"
23
install -Dm644 "deref-${CARCH}-linux-gnu/complete/deref.bash" "$pkgdir/usr/share/bash-completion/completions/deref" 2>/dev/null || true
24
install -Dm644 "deref-${CARCH}-linux-gnu/complete/_deref" "$pkgdir/usr/share/zsh/site-functions/_deref" 2>/dev/null || true
25
install -Dm644 "deref-${CARCH}-linux-gnu/complete/deref.fish" "$pkgdir/usr/share/fish/vendor_completions.d/deref.fish" 2>/dev/null || true
26
install -Dm644 "deref-${CARCH}-linux-gnu/man/deref.1" "$pkgdir/usr/share/man/man1/deref.1" 2>/dev/null || true
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-22 00:29+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ pkgname=deref-nightly-bin provides=('deref') conflicts=('deref' 'deref-bin')-pkgver=20260721+pkgver=20260722 pkgrel=1 pkgdesc="Replace symbolic links with real files / directories — nightly build" arch=('x86_64' 'aarch64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 03:18:55 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 17:17:32 | MEDIUM | 2 |