kiwix-cli-bin

LOW
maintainer Joey5403 0 votes scanned 2026-08-25 07:25:49.757666
View on AUR
Why flagged

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

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 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

1pkgname=kiwix-cli-bin
2pkgver=0.1.2
3pkgrel=1
4pkgdesc='Browse a self-hosted Kiwix server from the command line'
5arch=('x86_64')
6url='https://github.com/joey5403/kiwix-cli'
7license=('MIT')
8depends=('gcc-libs')
9provides=('kiwix-cli')
10conflicts=('kiwix-cli')
11source=("$url/releases/download/v$pkgver/kiwix-cli-$pkgver-linux-$CARCH.tar.gz")
12sha256sums=('9c8674ac56e4279c0f2bf7bdedee8884ad977e0997b8f0a1a722a417739f8a7f')
13
14_archive_dir="kiwix-cli-$pkgver-linux-$CARCH"
15
16package() {
17 install -Dm755 "$_archive_dir/kiwix-cli" "$pkgdir/usr/bin/kiwix-cli"
18 install -Dm644 "$_archive_dir/LICENSE" \
19 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
20 install -Dm644 "$_archive_dir/man/man1/kiwix-cli.1" \
21 "$pkgdir/usr/share/man/man1/kiwix-cli.1"
22 install -Dm644 "$_archive_dir/README.md" \
23 "$pkgdir/usr/share/doc/$pkgname/README.md"
24 install -Dm644 "$_archive_dir/README.zh-CN.md" \
25 "$pkgdir/usr/share/doc/$pkgname/README.zh-CN.md"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 07:25:49 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