spotlyric

maintainer devnix · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball 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 a source tarball 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: devnix <hwrhero13@gmail.com>
2pkgname=spotlyric
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Real-time synced karaoke lyrics for Spotify over MPRIS/DBus"
6arch=('any')
7url="https://github.com/Hwrhero13gmailcom/spotlyric"
8license=('MIT')
9depends=('python' 'python-dbus' 'python-requests' 'yt-dlp')
10source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
11sha256sums=('afdd4d464fa8d0848e24b4abb10ff4894ca18ee57f6a1f2a0ed0f6587129c80d')
12
13package() {
14 cd "$srcdir/$pkgname-$pkgver"
15 install -Dm755 spotlyric.py "$pkgdir/usr/bin/spotlyric"
16 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
17 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
18}
19

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 01:19:40 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