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
3
pkgname=python-prometheus-flask-exporter
4
pkgver=0.23.2
5
pkgrel=2
6
pkgdesc='Prometheus exporter for Flask applications'
7
arch=('x86_64')
8
url='https://github.com/rycus86/prometheus_flask_exporter'
9
license=('MIT')
10
depends=('python' 'python-flask' 'python-prometheus_client')
11
optdepends=()
12
makedepends=('python' 'python-build' 'python-installer' 'python-wheel'
13
'python-setuptools')
14
source=("$pkgname-$pkgver.tar.gz::https://github.com/rycus86/prometheus_flask_exporter/archive/$pkgver.tar.gz")
15
sha256sums=('4782e92a77083d7a769d2199fabf1de6fc85d2563a81f4cfa30b9f492a743d16')
16
17
_pkgname=prometheus_flask_exporter
18
19
build() {
20
cd "${srcdir}/${_pkgname}-${pkgver}"
21
python -m build --wheel --no-isolation
22
}
23
24
package() {
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) | 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 |