waka-bin
LOW
maintainer Shisones
0 votes
scanned 2026-08-22 19:18:20.646816
Why flagged
The package installs a prebuilt binary from the project's own GitHub releases, which is a normal practice; the low severity is due to limited trust from few votes and recent upload, not malicious content.
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 90%): The package installs a prebuilt binary from the project's own GitHub releases, which is a normal practice; the low severity is due to limited trust from few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Shisones <shisones745@proton.me>
2
3
pkgname=waka-bin
4
pkgver=0.1.1
5
pkgrel=1
6
pkgdesc="A front-end for libalpm, inspired by nala (prebuilt binary)"
7
url="https://github.com/Shisones/Waka"
8
license=('GPL-3.0-only')
9
arch=('x86_64')
10
provides=('waka')
11
conflicts=('waka')
12
depends=('glibc' 'gcc-libs' 'pacman')
13
optdepends=('curl: for waka fetch')
14
source=("waka-$pkgver-x86_64.tar.gz::https://github.com/Shisones/Waka/releases/download/v$pkgver/waka-$pkgver-x86_64.tar.gz")
15
sha256sums=('f2bbe860ebe64a340f9f79a24d4ca1f0204b395ae5678a9e68573020b5b822fe')
16
17
package() {
18
install -Dm755 "$srcdir/waka" "$pkgdir/usr/bin/waka"
19
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 19:18:20 | Low | 2 |