claws-bin
LOW
maintainer hosua
0 votes
scanned 2026-08-29 09:38:50.329695
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>
2
pkgname=claws-bin
3
_pkgname=claws
4
pkgver=0.18.0
5
pkgrel=1
6
pkgdesc="k9s-inspired TUI for AWS resource management with vim-style navigation (prebuilt binary)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/clawscli/claws"
9
license=('Apache-2.0')
10
depends=('glibc')
11
optdepends=('xclip: clipboard support on X11'
12
'wl-clipboard: clipboard support on Wayland')
13
provides=("$_pkgname")
14
conflicts=("$_pkgname")
15
source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-linux-amd64.tar.gz")
16
source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-linux-arm64.tar.gz")
17
sha256sums_x86_64=('a93869757952301c7b3f545bd851d596e7b3e91b1296bd9acac8cfc3551b9200')
18
sha256sums_aarch64=('5ade6d0023651543932cea3269753cca2190fd8e4a6f5f7a3ec0ba78405b871e')
19
options=('!strip' '!debug')
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-29 09:38:50 | Low | 2 |