arch-run-cat

LOW
maintainer nellowint 0 votes scanned 2026-08-31 19:46:16.204478
View on AUR
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>
2pkgname=arch-run-cat
3pkgver=0.2.0
4pkgrel=2
5pkgdesc="Animated run-cat native XFCE panel plugin (5 frames x 2 themes, CPU-proportional)"
6arch=('x86_64')
7url="https://github.com/nellowint/arch-run-cat"
8license=('MIT')
9depends=('xfce4-panel>=4.18' 'gtk3' 'xfconf' 'libxfce4util' 'gdk-pixbuf2')
10makedepends=('meson' 'pkgconf')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/nellowint/arch-run-cat/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('SKIP')
13
14build() {
15 arch-meson "$pkgname-$pkgver" build
16 meson compile -C build
17}
18
19package() {
20 meson install -C build --destdir "$pkgdir"
21 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22}
23

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 19:46:16 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