plasma6-applet-power-menu

LOW
maintainer CxOrg 0 votes scanned 2026-09-09 00:04:09.106193
View on AUR
Why flagged

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

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 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

1# Maintainer: CxOrg <clx.org@cloud-org.uk>
2#
3# Plasma 6 Power Menu applet - a simplified power options menu for KDE Plasma 6 panels.
4
5pkgname=plasma6-applet-power-menu
6pkgver=1.0.0
7pkgrel=1
8pkgdesc="Simplified power options menu widget for KDE Plasma 6 panels"
9arch=(any)
10url="https://github.com/ixnewton/org.kde.plasma.power-menu"
11license=(GPL-2.0-or-later)
12depends=(qt6-declarative
13 libplasma
14 kirigami
15 plasma-workspace)
16provides=(org.kde.plasma.power-menu)
17conflicts=(org.kde.plasma.power-menu)
18source=("git+https://github.com/ixnewton/org.kde.plasma.power-menu.git#branch=main")
19sha256sums=('SKIP')
20
21package() {
22 cd "$srcdir/org.kde.plasma.power-menu"
23 install -dm755 "$pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.power-menu"
24 cp -a metadata.json contents README.md \
25 "$pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.power-menu/"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 00:04:09 Low 2
2026-09-08 19:18:21 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