blit-bin
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
pkgname=blit-bin
pkgver=0.1.2
pkgrel=1
pkgdesc='High-performance file transfer CLI and daemon'
arch=('x86_64')
url='https://github.com/roethlar/Blit'
license=('MIT')
provides=('blit')
conflicts=('blit')
source=('https://github.com/roethlar/Blit/releases/download/v0.1.2/blit-x86_64-unknown-linux-gnu.tar.gz')
sha256sums=('72fa993947c3a86287e49ab6c585f592e30185c0e18355f7e9b217d5ccbf922b')
package() {
cd "blit-x86_64-unknown-linux-gnu"
install -Dm755 blit "$pkgdir/usr/bin/blit"
install -Dm755 blit-daemon "$pkgdir/usr/bin/blit-daemon"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 2 |