skwd-paper-plasma
Downloads a source RPM from Fedora COPR (a legitimate build infrastructure) with a verified sha256 checksum, extracts the source tarball from it, and builds the project normally; the non-standard host is the project maintainer's own COPR repository, not an anonymous file-sharing service, and the checksum is not SKIP'd.
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 70%): Downloads a source RPM from Fedora COPR (a legitimate build infrastructure) with a verified sha256 checksum, extracts the source tarball from it, and builds the project normally; the non-standard host is the project maintainer's own COPR repository, not an anonymous file-sharing service, and the checksum is not SKIP'd.
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:11
source=("skwd-paper-plasma-1.0.0~beta.4-1.fc44.src.rpm::https://download.copr.fedorainfracloud.org/results/piixini/skwd-wall-v2/srpm-builds/10948439/skwd-paper-plasma-1.0.0beta.4-1.fc44.src.rpm")
PKGBUILD
1 offending line(s) highlightedpkgname=skwd-paper-plasma
pkgver=1.0.0_beta.4
pkgrel=1
pkgdesc='KDE Plasma wallpaper integration for Skwd Paper'
arch=(x86_64)
url='https://github.com/liixini/skwd-paper-plasma'
license=(GPL-3.0-or-later)
depends=(libdrm libglvnd plasma-workspace qt6-base qt6-declarative "skwd-paper>=$pkgver")
makedepends=(cmake gcc pkgconf)
options=(!debug !lto)
source=("skwd-paper-plasma-1.0.0~beta.4-1.fc44.src.rpm::https://download.copr.fedorainfracloud.org/results/piixini/skwd-wall-v2/srpm-builds/10948439/skwd-paper-plasma-1.0.0beta.4-1.fc44.src.rpm")
sha256sums=('4a0656ff9353f9692b2bd0cfe1a7828c67a0ee54332f1a6192e9fb82b5fdc380')
prepare() {
bsdtar -xf "$srcdir/skwd-paper-plasma-1.0.0~beta.4-1.fc44.src.rpm" -C "$srcdir"
bsdtar -xf "$srcdir/skwd-paper-plasma-1.0.0-beta.4.tar.xz" -C "$srcdir"
}
build() {
cmake -S "$srcdir/skwd-paper-plasma-1.0.0-beta.4" -B build \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build --parallel
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 21:57:14 | Low | 3 |
| 2026-09-03 21:54:41 | Medium | 2 |