skwd-paper-plasma

LOW
maintainer liixini 0 votes scanned 2026-09-03 21:57:14.746885
View on AUR
Why flagged

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

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 downgraded a static finding 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)
Medium source=() URL on a non-standard host 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) highlighted
1pkgname=skwd-paper-plasma
2pkgver=1.0.0_beta.4
3pkgrel=1
4pkgdesc='KDE Plasma wallpaper integration for Skwd Paper'
5arch=(x86_64)
6url='https://github.com/liixini/skwd-paper-plasma'
7license=(GPL-3.0-or-later)
8depends=(libdrm libglvnd plasma-workspace qt6-base qt6-declarative "skwd-paper>=$pkgver")
9makedepends=(cmake gcc pkgconf)
10options=(!debug !lto)
11source=("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")
12sha256sums=('4a0656ff9353f9692b2bd0cfe1a7828c67a0ee54332f1a6192e9fb82b5fdc380')
13
14prepare() {
15 bsdtar -xf "$srcdir/skwd-paper-plasma-1.0.0~beta.4-1.fc44.src.rpm" -C "$srcdir"
16 bsdtar -xf "$srcdir/skwd-paper-plasma-1.0.0-beta.4.tar.xz" -C "$srcdir"
17}
18
19build() {
20 cmake -S "$srcdir/skwd-paper-plasma-1.0.0-beta.4" -B build \
21 -DCMAKE_BUILD_TYPE=Release \
22 -DCMAKE_INSTALL_PREFIX=/usr \
23 -DCMAKE_INSTALL_LIBDIR=lib
24 cmake --build build --parallel
25}
26
27package() {
28 DESTDIR="$pkgdir" cmake --install build
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 21:57:14 Low 3
2026-09-03 21:54:41 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion