kiwix-cli-bin
The package installs a prebuilt binary from the project's GitHub releases, which is a normal practice for AUR packages; while the host is not whitelisted and votes are few, the source is verifiable via checksum and belongs to the project author, posing low risk.
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 installs a prebuilt binary from the project's GitHub releases, which is a normal practice for AUR packages; while the host is not whitelisted and votes are few, the source is verifiable via checksum and belongs to the project author, posing low risk.
PKGBUILD
pkgname=kiwix-cli-bin
pkgver=0.1.2
pkgrel=1
pkgdesc='Browse a self-hosted Kiwix server from the command line'
arch=('x86_64')
url='https://github.com/joey5403/kiwix-cli'
license=('MIT')
depends=('gcc-libs')
provides=('kiwix-cli')
conflicts=('kiwix-cli')
source=("$url/releases/download/v$pkgver/kiwix-cli-$pkgver-linux-$CARCH.tar.gz")
sha256sums=('9c8674ac56e4279c0f2bf7bdedee8884ad977e0997b8f0a1a722a417739f8a7f')
_archive_dir="kiwix-cli-$pkgver-linux-$CARCH"
package() {
install -Dm755 "$_archive_dir/kiwix-cli" "$pkgdir/usr/bin/kiwix-cli"
install -Dm644 "$_archive_dir/LICENSE" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "$_archive_dir/man/man1/kiwix-cli.1" \
"$pkgdir/usr/share/man/man1/kiwix-cli.1"
install -Dm644 "$_archive_dir/README.md" \
"$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm644 "$_archive_dir/README.zh-CN.md" \
"$pkgdir/usr/share/doc/$pkgname/README.zh-CN.md"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 07:25:49 | Low | 2 |