arch-run-cat
LOW
maintainer nellowint
0 votes
scanned 2026-08-31 19:46:16.204478
Why flagged
The package builds from a source tarball hosted on the project's own GitHub repository, which is a normal AUR practice; the skipped checksum and low popularity do not indicate active malice or code execution 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 builds from a source tarball hosted on the project's own GitHub repository, which is a normal AUR practice; the skipped checksum and low popularity do not indicate active malice or code execution risk.
PKGBUILD
1
# Maintainer: Wellinton Vieira <wellintonvieira.office@gmail.com>
2
pkgname=arch-run-cat
3
pkgver=0.2.0
4
pkgrel=2
5
pkgdesc="Animated run-cat native XFCE panel plugin (5 frames x 2 themes, CPU-proportional)"
6
arch=('x86_64')
7
url="https://github.com/nellowint/arch-run-cat"
8
license=('MIT')
9
depends=('xfce4-panel>=4.18' 'gtk3' 'xfconf' 'libxfce4util' 'gdk-pixbuf2')
10
makedepends=('meson' 'pkgconf')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/nellowint/arch-run-cat/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('SKIP')
13
14
build() {
15
arch-meson "$pkgname-$pkgver" build
16
meson compile -C build
17
}
18
19
package() {
20
meson install -C build --destdir "$pkgdir"
21
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22
}
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 19:46:16 | Low | 2 |