wallpiper-cosmic-git
LOW
maintainer shdwmtr
0 votes
scanned 2026-08-24 01:21:42.645556
Why flagged
The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate source for a Git-based AUR package; the code is compiled locally and no untrusted prebuilt binaries are executed.
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 public Git repository with a SKIP'd checksum, but it is a legitimate source for a Git-based AUR package; the code is compiled locally and no untrusted prebuilt binaries are executed.
PKGBUILD
1
# Maintainer: Ethan Alexander <ethanjalexander@hotmail.ca>
2
3
pkgname="wallpiper-cosmic-git"
4
pkgver=r0.0000000
5
pkgrel=1
6
pkgdesc="COSMIC portal for wallpiper"
7
arch=('x86_64')
8
url="https://github.com/shdwmtr/wallpiper"
9
license=('MIT')
10
depends=('wallpiper-git' 'wayland')
11
provides=('wallpiper-cosmic')
12
conflicts=('wallpiper-cosmic')
13
makedepends=('git' 'wayland' 'wayland-protocols')
14
source=("$pkgname::git+$url.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$srcdir/$pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
23
cd "$srcdir/$pkgname"
24
make build-cosmic
25
}
26
27
package() {
28
cd "$srcdir/$pkgname"
29
30
install -Dm755 target/release/wallpiper-portal-cosmic "$pkgdir/usr/lib/wallpiper/wallpiper-portal-cosmic"
31
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 01:21:42 | Low | 2 |