python-librespot

maintainer lmartinez-mirror · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on GitHub at the project's own repository; the flagged pattern is administrative (recently orphaned and re-adopted), but the build process is safe and uses verifiable, project-owned sources with a valid checksum.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a source tarball hosted on GitHub at the project's own repository; the flagged pattern is administrative (recently orphaned and re-adopted), but the build process is safe and uses verifiable, project-owned sources with a valid checksum.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
2# Contributor: Malte Jürgens <maltejur@dismail.de>
3
4pkgname=python-librespot
5pkgver=0.0.10
6pkgrel=1
7pkgdesc="Open Source Spotify Client"
8arch=(any)
9url="https://github.com/kokarare1212/librespot-python"
10license=(Apache-2.0)
11depends=(python python-defusedxml python-protobuf python-pycryptodomex python-pyogg python-requests python-websocket-client python-zeroconf)
12makedepends=(python-build python-installer python-wheel python-setuptools)
13source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
14sha256sums=('781f9d4d9b01e27d59a0794061a6f82cb34f0ec14b1225a8010b471ebdc9709f')
15
16build() {
17 cd "librespot-python-$pkgver"
18 python -m build --wheel --no-isolation
19}
20
21package() {
22 cd "librespot-python-$pkgver"
23 python -m installer --destdir="$pkgdir" dist/*.whl
24 install -Dm644 README.md SECURITY.md -t "$pkgdir/usr/share/doc/$pkgname/"
25}
26

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 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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