claws-bin

LOW
maintainer hosua 0 votes scanned 2026-08-29 09:38:50.329695
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is normal for AUR binary packages; the low severity is due to few votes and recent upload, not inherent 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 official GitHub releases, which is normal for AUR binary packages; the low severity is due to few votes and recent upload, not inherent risk.

PKGBUILD

1# Maintainer: hosua <joshortiga777@gmail.com>
2pkgname=claws-bin
3_pkgname=claws
4pkgver=0.18.0
5pkgrel=1
6pkgdesc="k9s-inspired TUI for AWS resource management with vim-style navigation (prebuilt binary)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/clawscli/claws"
9license=('Apache-2.0')
10depends=('glibc')
11optdepends=('xclip: clipboard support on X11'
12 'wl-clipboard: clipboard support on Wayland')
13provides=("$_pkgname")
14conflicts=("$_pkgname")
15source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-linux-amd64.tar.gz")
16source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-linux-arm64.tar.gz")
17sha256sums_x86_64=('a93869757952301c7b3f545bd851d596e7b3e91b1296bd9acac8cfc3551b9200')
18sha256sums_aarch64=('5ade6d0023651543932cea3269753cca2190fd8e4a6f5f7a3ec0ba78405b871e')
19options=('!strip' '!debug')
20
21package() {
22 install -Dm755 "$srcdir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
23 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24 install -Dm644 "$srcdir/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 09:38:50 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