python-xdgspec

maintainer lmartinez-mirror · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a standard Python source tarball hosted on the official Python package index (files.pythonhosted.org), which is a trusted source; the flagged pattern of recent re-adoption is unrelated to the package's actual security posture.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a standard Python source tarball hosted on the official Python package index (files.pythonhosted.org), which is a trusted source; the flagged pattern of recent re-adoption is unrelated to the package's actual security posture.

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: Yann Büchau <nobodyinperson@posteo.de>
3
4pkgname=python-xdgspec
5_pkg="${pkgname#python-}"
6pkgver=0.2.1
7pkgrel=1
8pkgdesc="XDG Base Directory Specification for Python"
9arch=('any')
10url="https://gitlab.com/nobodyinperson/python3-xdgspec"
11license=('GPL3')
12depends=('python')
13makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
14source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/x/$_pkg/$_pkg-$pkgver.tar.gz")
15sha256sums=('384d8dba4e033aef83fc72981edb8431db0af89de64f6cc25afe6276e2746413')
16
17build () {
18 cd "$_pkg-$pkgver"
19 python -m build --wheel --no-isolation
20}
21
22package () {
23 cd "$_pkg-$pkgver"
24 PYTHONHASHSEED=0 python -m installer --destdir="$pkgdir" dist/*.whl
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 07:10:24 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion