live-paper-bin
maintainer sinder
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity reflects the unverifiable binary nature but from a trusted project source, not malicious intent.
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 90%): The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity reflects the unverifiable binary nature but from a trusted project source, not malicious intent.
PKGBUILD
1
# Maintainer: sinder <smirnov.sinder@gmail.com>
2
pkgname=live-paper-bin
3
_pkgname=live-paper
4
pkgver=0.2.0
5
pkgrel=1
6
pkgdesc="A Wayland video wallpaper engine (prebuilt binary)"
7
arch=('x86_64')
8
url="https://github.com/sinder38/live-paper-rs"
9
license=('MIT')
10
depends=('mpv' 'wayland' 'libglvnd')
11
provides=('live-paper')
12
conflicts=('live-paper')
13
source=("$_pkgname-$pkgver-linux-x86_64.tar.gz::$url/releases/download/v$pkgver/live-paper-linux-x86_64.tar.gz"
14
"LICENSE-$pkgver::$url/raw/v$pkgver/LICENSE"
15
"config.example-$pkgver.toml::$url/raw/v$pkgver/config.example.toml")
16
sha256sums=('4fb72634b42eda845f46f096f17dd4e27f7cfd12de8a1bd6c5db87202bd6a53f'
17
'1c602b2b246b5b2decd611a21c3e20456f442b1b585b60222e10836aed53c0d9'
18
'c6f43619f395b3dc3d801cbd3cedd3b11e3238a2a725d6b28e70d9e919d02700')
19
20
package() {
21
install -Dm755 "$srcdir/live-paper-linux-x86_64" "$pkgdir/usr/bin/live-paper"
22
install -Dm644 "$srcdir/LICENSE-$pkgver" \
23
"$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
24
25
# Ship the sample config as documentation
26
install -Dm644 "$srcdir/config.example-$pkgver.toml" \
27
"$pkgdir/usr/share/doc/$_pkgname/config.example.toml"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 13:18:10 | LOW | 2 |