waka-bin

LOW
maintainer Shisones 0 votes scanned 2026-08-22 19:18:20.646816
View on AUR
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
3pkgname=waka-bin
4pkgver=0.1.1
5pkgrel=1
6pkgdesc="A front-end for libalpm, inspired by nala (prebuilt binary)"
7url="https://github.com/Shisones/Waka"
8license=('GPL-3.0-only')
9arch=('x86_64')
10provides=('waka')
11conflicts=('waka')
12depends=('glibc' 'gcc-libs' 'pacman')
13optdepends=('curl: for waka fetch')
14source=("waka-$pkgver-x86_64.tar.gz::https://github.com/Shisones/Waka/releases/download/v$pkgver/waka-$pkgver-x86_64.tar.gz")
15sha256sums=('f2bbe860ebe64a340f9f79a24d4ca1f0204b395ae5678a9e68573020b5b822fe')
16
17package() {
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)SeverityRules
2026-08-22 19:18:20 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