python-prometheus-flask-exporter

maintainer evangelinaamores · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from official GitHub source, has valid checksum, and follows standard Python packaging practices; recent orphan/re-adopt status does not indicate inherent risk.

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%): Package builds from official GitHub source, has valid checksum, and follows standard Python packaging practices; recent orphan/re-adopt status does not indicate inherent risk.

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# Contributor: acxz <akashpatel2008 at yahoo dot com>
2
3pkgname=python-prometheus-flask-exporter
4pkgver=0.23.2
5pkgrel=2
6pkgdesc='Prometheus exporter for Flask applications'
7arch=('x86_64')
8url='https://github.com/rycus86/prometheus_flask_exporter'
9license=('MIT')
10depends=('python' 'python-flask' 'python-prometheus_client')
11optdepends=()
12makedepends=('python' 'python-build' 'python-installer' 'python-wheel'
13 'python-setuptools')
14source=("$pkgname-$pkgver.tar.gz::https://github.com/rycus86/prometheus_flask_exporter/archive/$pkgver.tar.gz")
15sha256sums=('4782e92a77083d7a769d2199fabf1de6fc85d2563a81f4cfa30b9f492a743d16')
16
17_pkgname=prometheus_flask_exporter
18
19build() {
20 cd "${srcdir}/${_pkgname}-${pkgver}"
21 python -m build --wheel --no-isolation
22}
23
24package() {
25 cd "${srcdir}/${_pkgname}-${pkgver}"
26 python -m installer --destdir="$pkgdir" dist/*.whl
27 install -D -m644 LICENSE \
28 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
29}
30

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 17:15:21 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