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>
2
pkgname=spotlyric
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Real-time synced karaoke lyrics for Spotify over MPRIS/DBus"
6
arch=('any')
7
url="https://github.com/Hwrhero13gmailcom/spotlyric"
8
license=('MIT')
9
depends=('python' 'python-dbus' 'python-requests' 'yt-dlp')
10
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
11
sha256sums=('afdd4d464fa8d0848e24b4abb10ff4894ca18ee57f6a1f2a0ed0f6587129c80d')
12
13
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 01:19:40 | LOW | 2 |