xfce4-panel-tasklist-hotkeys
Builds xfce4-panel from the official XFCE archive with a local patch file; the source tarball comes from archive.xfce.org (the project's own infrastructure) and both checksums are provided, so the only mild concern is the bundled local patch whose content cannot be verified from the PKGBUILD alone, but this is a normal AUR customization pattern with no signs of malicious behavior.
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 flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Builds xfce4-panel from the official XFCE archive with a local patch file; the source tarball comes from archive.xfce.org (the project's own infrastructure) and both checksums are provided, so the only mild concern is the bundled local patch whose content cannot be verified from the PKGBUILD alone, but this is a normal AUR customization pattern with no signs of malicious behavior.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
source=("https://archive.xfce.org/src/xfce/$_upstream/${pkgver%.*}/$_upstream-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Gurov <thuggethugger1@duck.com>
pkgname=xfce4-panel-tasklist-hotkeys
_upstream=xfce4-panel
pkgver=4.20.8
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment with Windows-like tasklist hotkeys"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfce4-panel/start"
license=('LGPL-2.1-only')
groups=('xfce4')
provides=("xfce4-panel=$pkgver")
conflicts=('xfce4-panel')
depends=('exo' 'garcon' 'gtk-layer-shell' 'libxfce4ui' 'xfconf' 'libwnck3' 'libdbusmenu-gtk3'
'libxfce4windowing' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('glib2-devel' 'xfce4-dev-tools')
source=("https://archive.xfce.org/src/xfce/$_upstream/${pkgver%.*}/$_upstream-$pkgver.tar.bz2"
'0001-window-buttons-windows-taskbar-hotkeys.patch')
sha256sums=('d69cb1f377953aeb1fb9bdbcef12c246bea66586e3f2868f3b758e0e8ce3d3fe'
'41509e43a516f3a6409d90536ae14d5d9e61a90bc120e71519aa85ee141808d9')
prepare() {
cd "$_upstream-$pkgver"
patch -Np1 -i "../0001-window-buttons-windows-taskbar-hotkeys.patch"
}
build() {
cd "$_upstream-$pkgver"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-x11 \
--enable-wayland \
--disable-introspection \
--disable-vala \
--disable-gtk-doc \
--disable-debug
make
}
check() {
cd "$_upstream-$pkgver"
make check
}
package() {
cd "$_upstream-$pkgver"
make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 09:25:47 | Low | 3 |
| 2026-09-11 09:22:22 | Medium | 2 |