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