plasma6-applets-panel-colorizer-bin
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (anthropic/claude-sonnet-4.6) reviewed it and judged it HIGH (confidence 92%): The PKGBUILD downloads a file named 'hasher' from an unspecified source (no URL given, just the bare filename 'hasher' in the source array, meaning it must be a local file supplied alongside the PKGBUILD) and then executes it with 'sudo' during the build() phase. There is no sha256sum provided for 'hasher' (the sums array only has one entry for the tarball, leaving 'hasher' unverified). Running an arbitrary, unverified script with sudo during a package build is a genuine RCE/privilege-escalation risk regardless of intent. Legitimate packages never require sudo in build() and never execute opaque helper scripts with elevated privileges. This is a real HIGH-risk pattern.
PKGBUILD
# Maintainer: Luis Bocanegra <luisbocanegra17b at gmail dot com>
_gitname=plasma-panel-colorizer
pkgname=plasma6-applets-panel-colorizer-bin
pkgver=7.3.0
pkgrel=1
pkgdesc="Latte-Dock and WM status bar customization features for the KDE Plasma panels"
arch=('any')
url="https://github.com/luisbocanegra/plasma-panel-colorizer"
license=('GPL-3.0-or-later')
depends=('libplasma' 'python' 'python-dbus')
makedepends=('gcc' 'extra-cmake-modules' 'gettext')
optdepends=('spectacle: take preset preview support')
source=("${_gitname}-${pkgver}.tar.gz::$url/archive/v${pkgver}/${_gitname}-${pkgver}.tar.gz" 'hasher')
sha256sums=('84d0b678482170c4b7b3ba091a0f644bd0af6c9a246449b729c8db62d70ec4e0')
build() {
sudo "$srcdir/hasher"
cd "${srcdir}/${_gitname}-$pkgver"
python ./kpac i18n --no-merge
cmake -B build -S . -DINSTALL_PLASMOID=ON -DBUILD_PLUGIN=ON
cmake --build build
}
package() {
cd "${srcdir}/${_gitname}-$pkgver"
DESTDIR="$pkgdir" cmake --install build
chmod 755 "$pkgdir/usr/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/list_presets.sh"
chmod 755 "$pkgdir/usr/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | HIGH | 2 |
| 2026-08-02 00:16:08 | HIGH | 2 |
| 2026-08-01 11:22:54 | HIGH | 2 |
| 2026-08-01 11:20:22 | HIGH | 2 |