ccusage-statusline-rs-bin

maintainer ticpu · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from the project's official GitHub releases with PGP verification, but has unverified (SKIP'd) checksums; worst case is supply-chain compromise of the release assets, but no active malicious behavior is present.

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 downloads prebuilt binaries from the project's official GitHub releases with PGP verification, but has unverified (SKIP'd) checksums; worst case is supply-chain compromise of the release assets, but no active malicious behavior is present.

PKGBUILD

1# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
2pkgname=ccusage-statusline-rs-bin
3_pkgname=ccusage-statusline-rs
4pkgver=1.13.0
5pkgrel=1
6pkgdesc="Fast statusline for Claude Code w/usage tracking, billing blocks, burn rate monitoring"
7arch=('x86_64' 'aarch64')
8url="https://github.com/ticpu/ccusage-statusline-rs"
9license=('MIT')
10depends=('glibc' 'gcc-libs')
11provides=("$_pkgname=$pkgver")
12conflicts=("$_pkgname")
13options=('!strip')
14validpgpkeys=('E5998E49DC9E1DCFDB9B46EC77EBA10790CFFCCD')
15source=("$_pkgname-$pkgver.tar.xz::$url/releases/download/v$pkgver/$_pkgname-$pkgver.tar.xz"
16 "$_pkgname-$pkgver.tar.xz.asc::$url/releases/download/v$pkgver/$_pkgname-$pkgver.tar.xz.asc")
17source_x86_64=("$_pkgname-$pkgver-x86_64::$url/releases/download/v$pkgver/$_pkgname-linux-x86_64"
18 "$_pkgname-$pkgver-x86_64.asc::$url/releases/download/v$pkgver/$_pkgname-linux-x86_64.asc")
19source_aarch64=("$_pkgname-$pkgver-aarch64::$url/releases/download/v$pkgver/$_pkgname-linux-aarch64"
20 "$_pkgname-$pkgver-aarch64.asc::$url/releases/download/v$pkgver/$_pkgname-linux-aarch64.asc")
21sha256sums=('864a5f3e58047b489745716f0e15c993a2cbde45b6b3f825d515da0c1115d368'
22 'SKIP')
23sha256sums_x86_64=('a8a0d195df3d137319cd2add271b712f88f5c7077019b5053cdfbc60e62d2c01'
24 'SKIP')
25sha256sums_aarch64=('8dd96a6415ff8b933f964975f5a811d36ac46b49cedaa97a6614c17d8388eab4'
26 'SKIP')
27
28package() {
29 install -Dm755 "$srcdir/$_pkgname-$pkgver-$CARCH" "$pkgdir/usr/bin/$_pkgname"
30 cd "$_pkgname-$pkgver"
31 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 19:37:23 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