webkit-wallpaper

LOW
maintainer ekoputrapratama 0 votes scanned 2026-08-19 15:42:02.122486
View on AUR
Why flagged

The package builds from source hosted on the project's own GitHub repository, which is normal for AUR packages; 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 source hosted on the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: ekoputrapratama <ekoputrapratama@github.com>
2pkgname=webkit-wallpaper
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Linux desktop wallpaper powered by a webview - use any web page or WebGL shader as your background"
6arch=('any')
7url="https://github.com/ekoputrapratama/webkit_wallpaper"
8license=('MIT')
9depends=(
10 'python'
11 'python-gobject'
12 'gtk3'
13 'webkit2gtk-4.1'
14)
15makedepends=(
16 'python-setuptools'
17)
18optdepends=(
19 'gtk-layer-shell: Wayland layer shell support (Sway, Hyprland, COSMIC, KDE)'
20 'libayatana-appindicator: System tray icon'
21)
22source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
23sha256sums=('SKIP')
24
25build() {
26 cd "${srcdir}/webkit_wallpaper-${pkgver}"
27 python setup.py build
28}
29
30package() {
31 cd "${srcdir}/webkit_wallpaper-${pkgver}"
32 python setup.py install --root="${pkgdir}" --optimize=1
33
34 # Install desktop file
35 install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/${pkgname}.desktop" <<EOF
36[Desktop Entry]
37Type=Application
38Name=WebKit Wallpaper
39Comment=Web-based desktop wallpaper
40Exec=webkit_wallpaper
41Icon=preferences-desktop-wallpaper
42Terminal=false
43StartupNotify=false
44Categories=Utility;
45EOF
46
47 # Install icon
48 install -Dm644 "webkit_wallpaper/assets/webkit-wallpaper.png" \
49 "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
50
51 # Install license
52 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
53}
54

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 15:42:02 Low 2

Report a package

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

0 / 4000
Your suggestion