xfce4-power-profiles-plugin
The package builds from source hosted on the maintainer's GitHub, which is a common and acceptable practice for AUR packages; the 'SKIP' checksum and low votes/newness are quality concerns but do not indicate active danger as it installs only compiled plugin binaries and a desktop file without executing remote code or using untrusted prebuilt payloads.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on the maintainer's GitHub, which is a common and acceptable practice for AUR packages; the 'SKIP' checksum and low votes/newness are quality concerns but do not indicate active danger as it installs only compiled plugin binaries and a desktop file without executing remote code or using untrusted prebuilt payloads.
PKGBUILD
# Maintainer: Aurelien Duval <aurelien.duval6@gmail.com>
pkgname=xfce4-power-profiles-plugin
pkgver=0.1.0
pkgrel=1
pkgdesc="XFCE4 panel plugin for managing power profiles (power-profiles-daemon, TLP, system76-power)"
arch=('x86_64')
url="https://github.com/AurelienDuval6/xfce4-power-profiles-plugin"
license=('GPL-3.0-or-later')
groups=('xfce4-plugins')
depends=('gtk3' 'xfce4-panel')
optdepends=('power-profiles-daemon: default power profile backend (systemd)'
'tlp: lightweight power profile backend (TLP 1.9+ with D-Bus)'
'system76-power: power profile backend for System76 hardware')
makedepends=('rust' 'gcc' 'pkg-config' 'libxfce4ui')
source=("$pkgname-$pkgver.tar.gz::https://github.com/AurelienDuval6/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('SKIP')
prepare() {
cd "$pkgname-$pkgver"
}
build() {
cd "$pkgname-$pkgver"
bash build.sh
}
package() {
cd "$pkgname-$pkgver"
install -Dm755 libpowerprofiles.so "$pkgdir/usr/lib/xfce4/panel/plugins/libpowerprofiles.so"
install -Dm644 power-profiles.desktop "$pkgdir/usr/share/xfce4/panel/plugins/power-profiles.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 15:32:51 | Low | 2 |