systempanel-git

maintainer cookiengineer · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own GitHub source using git, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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 the project's own GitHub source using git, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1pkgname=systempanel-git
2pkgver=r20.36856cc
3pkgrel=1
4pkgdesc="Adaptive GTK4 system control panel"
5arch=('x86_64' 'aarch64')
6url="https://github.com/cookiengineer/systempanel"
7license=('GPL-3.0-or-later')
8depends=('gtk4')
9makedepends=('go' 'git')
10optdepends=(
11 'brightnessctl: Brightness View'
12 'bluez-utils: Bluetooth View (bluetoothctl)'
13 'feh: Wallpaper View (alternative to hsetroot)'
14 'hsetroot: Wallpaper View (alternative to feh)'
15 'networkmanager: LAN and Wi-Fi Views'
16 'power-profiles-daemon: Power Profile View (powerprofilesctl)'
17 'pulseaudio: Volume View (pactl)'
18 'smartmontools: S.M.A.R.T. details in Disks View'
19 'systemd: Services, Journal, Time & Date View (systemctl, journalctl, timedatectl)'
20 'udisks2: Disks View (udiskctl)'
21 'upower: Batteries View'
22 'util-linux: Disks View (lsblk)'
23 'xorg-xrandr: Monitors view'
24)
25source=("${pkgname%-git}::git+https://github.com/cookiengineer/systempanel.git")
26sha256sums=('SKIP')
27
28pkgver() {
29 cd "${pkgname%-git}"
30 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
31}
32
33build() {
34 cd "${pkgname%-git}"
35 go build -o systempanel .
36}
37
38package() {
39 cd "${pkgname%-git}"
40 install -Dm755 systempanel "${pkgdir}/usr/bin/systempanel"
41 install -Dm644 assets/systempanel.desktop "${pkgdir}/usr/share/applications/systempanel.desktop"
42 install -Dm644 GPL-3.0-or-later.txt "${pkgdir}/usr/share/licenses/systempanel/LICENSE"
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 19:18:43 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