plasma6-applet-power-menu
The package builds from a public Git repository with a SKIP'd checksum, but the source is plausibly the project's own and installs only data files (no prebuilt binaries or remote code execution), making the risk low despite the unverified source.
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 a public Git repository with a SKIP'd checksum, but the source is plausibly the project's own and installs only data files (no prebuilt binaries or remote code execution), making the risk low despite the unverified source.
PKGBUILD
# Maintainer: CxOrg <clx.org@cloud-org.uk>
#
# Plasma 6 Power Menu applet - a simplified power options menu for KDE Plasma 6 panels.
pkgname=plasma6-applet-power-menu
pkgver=1.0.0
pkgrel=1
pkgdesc="Simplified power options menu widget for KDE Plasma 6 panels"
arch=(any)
url="https://github.com/ixnewton/org.kde.plasma.power-menu"
license=(GPL-2.0-or-later)
depends=(qt6-declarative
libplasma
kirigami
plasma-workspace)
provides=(org.kde.plasma.power-menu)
conflicts=(org.kde.plasma.power-menu)
source=("git+https://github.com/ixnewton/org.kde.plasma.power-menu.git#branch=main")
sha256sums=('SKIP')
package() {
cd "$srcdir/org.kde.plasma.power-menu"
install -dm755 "$pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.power-menu"
cp -a metadata.json contents README.md \
"$pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.power-menu/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 19:18:21 | Low | 2 |