wallpiper-i3
LOW
maintainer shdwmtr
0 votes
scanned 2026-08-24 03:21:59.346116
Why flagged
The package builds from a tagged commit in the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
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 tagged commit in the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Ethan Alexander <ethanjalexander@hotmail.ca>
2
3
pkgname="wallpiper-i3"
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="i3wm portal for wallpiper"
7
arch=('x86_64')
8
url="https://github.com/shdwmtr/wallpiper"
9
license=('MIT')
10
depends=('wallpiper' 'libxcb')
11
makedepends=('git' 'libxcb')
12
source=("$pkgname::git+$url.git#tag=v$pkgver")
13
sha256sums=('SKIP')
14
15
build() {
16
cd "$srcdir/$pkgname"
17
make build-i3
18
}
19
20
package() {
21
cd "$srcdir/$pkgname"
22
23
install -Dm755 target/release/wallpiper-portal-i3 "$pkgdir/usr/lib/wallpiper/wallpiper-portal-i3"
24
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 03:21:59 | Low | 2 |