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
4
pkgname=python-librespot
5
pkgver=0.0.10
6
pkgrel=1
7
pkgdesc="Open Source Spotify Client"
8
arch=(any)
9
url="https://github.com/kokarare1212/librespot-python"
10
license=(Apache-2.0)
11
depends=(python python-defusedxml python-protobuf python-pycryptodomex python-pyogg python-requests python-websocket-client python-zeroconf)
12
makedepends=(python-build python-installer python-wheel python-setuptools)
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
14
sha256sums=('781f9d4d9b01e27d59a0794061a6f82cb34f0ec14b1225a8010b471ebdc9709f')
15
16
build() {
17
cd "librespot-python-$pkgver"
18
python -m build --wheel --no-isolation
19
}
20
21
package() {
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) | 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 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 |