blit-bin

LOW
maintainer roethlar 0 votes scanned 2026-08-19 03:41:13.749572
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's official GitHub release page; while the host is not whitelisted, it is a trusted and expected source for releases, and the binary is installed directly without obfuscation or additional execution risks.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from the project's official GitHub release page; while the host is not whitelisted, it is a trusted and expected source for releases, and the binary is installed directly without obfuscation or additional execution risks.

PKGBUILD

1pkgname=blit-bin
2pkgver=0.1.2
3pkgrel=1
4pkgdesc='High-performance file transfer CLI and daemon'
5arch=('x86_64')
6url='https://github.com/roethlar/Blit'
7license=('MIT')
8provides=('blit')
9conflicts=('blit')
10source=('https://github.com/roethlar/Blit/releases/download/v0.1.2/blit-x86_64-unknown-linux-gnu.tar.gz')
11sha256sums=('72fa993947c3a86287e49ab6c585f592e30185c0e18355f7e9b217d5ccbf922b')
12
13package() {
14 cd "blit-x86_64-unknown-linux-gnu"
15 install -Dm755 blit "$pkgdir/usr/bin/blit"
16 install -Dm755 blit-daemon "$pkgdir/usr/bin/blit-daemon"
17 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
18}
19

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 03:41:13 Low 2

Report a package

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

0 / 4000
Your suggestion