barfi-bin
maintainer syrupderg
· 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 GitHub release with an unverifiable 'SKIP' checksum, creating a supply-chain risk if the source 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 95%): The package installs a prebuilt binary from a non-whitelisted GitHub release with an unverifiable 'SKIP' checksum, creating a supply-chain risk if the source were compromised.
PKGBUILD
1
# Maintainer: syrupderg <syrupderg at proton dot me>
2
3
pkgname=barfi-bin
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="Command line file uploader for buzzheavier"
7
arch=('x86_64')
8
url="https://github.com/burritoflakes/barfi"
9
license=('unknown')
10
provides=('barfi')
11
conflicts=('barfi')
12
source=("barfi-$pkgver::https://github.com/burritoflakes/barfi/releases/download/v${pkgver}/barfi-linux-amd64")
13
sha256sums=('SKIP')
14
15
package() {
16
install -Dm755 "barfi-$pkgver" "$pkgdir/usr/bin/barfi"
17
}
18
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 19:16:23 | MEDIUM | 2 |