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
1
pkgname=systempanel-git
2
pkgver=r20.36856cc
3
pkgrel=1
4
pkgdesc="Adaptive GTK4 system control panel"
5
arch=('x86_64' 'aarch64')
6
url="https://github.com/cookiengineer/systempanel"
7
license=('GPL-3.0-or-later')
8
depends=('gtk4')
9
makedepends=('go' 'git')
10
optdepends=(
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
)
25
source=("${pkgname%-git}::git+https://github.com/cookiengineer/systempanel.git")
26
sha256sums=('SKIP')
27
28
pkgver() {
29
cd "${pkgname%-git}"
30
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
31
}
32
33
build() {
34
cd "${pkgname%-git}"
35
go build -o systempanel .
36
}
37
38
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |