python-daemons
maintainer eviecornelisse
· 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 official Python package index (PyPI), which is a trusted and standard source for Python packages; the recent maintainer change does not introduce inherent risk as the source origin remains verifiable and official.
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 source tarball hosted on the official Python package index (PyPI), which is a trusted and standard source for Python packages; the recent maintainer change does not introduce inherent risk as the source origin remains verifiable and official.
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:
2
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
3
pkgname=python-daemons
4
_name=${pkgname#python-}
5
pkgver=1.3.2
6
pkgrel=2
7
pkgdesc="Python unix daemon base classes."
8
arch=('any')
9
url="https://github.com/kevinconway/daemons"
10
license=('Apache-2.0')
11
depends=(
12
'python-eventlet'
13
'python-gevent'
14
)
15
makedepends=(
16
'python-build'
17
'python-installer'
18
'python-setuptools'
19
'python-wheel'
20
)
21
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
22
sha256sums=('37dab1d94d8e0d8c1eec225458c9bdbdfff72f35c49d92ae6457b6a06c867e33')
23
24
build() {
25
cd "$_name-$pkgver"
26
python -m build --wheel --no-isolation
27
}
28
29
package() {
30
cd "$_name-$pkgver"
31
python -m installer --destdir="$pkgdir" dist/*.whl
32
}
33
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |