python-kwpbar

maintainer orphaned · 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 PyPI, which is a trusted and official source for Python packages; the flagged orphaned status does not imply malicious content.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a source tarball hosted on PyPI, which is a trusted and official source for Python packages; the flagged orphaned status does not imply malicious content.

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: Chris Warrick <aur@chriswarrick.com>
2pkgbase=python-kwpbar
3pkgname=('python-kwpbar' 'python2-kwpbar')
4_pyname=kwpbar
5pkgver=0.2.1
6pkgrel=1
7pkgdesc='A progress bar for Python.'
8arch=('any')
9url='https://github.com/Kwpolska/kwpbar.py'
10license=('BSD')
11makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
12options=(!emptydirs)
13source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
14md5sums=('55915ce000986ed1b771b317f9c57a4b')
15
16prepare() {
17 cd "${srcdir}/${_pyname}-${pkgver}"
18 cp -r "${srcdir}/${_pyname}-${pkgver}" "${srcdir}/${_pyname}-${pkgver}-py2"
19}
20
21package_python-kwpbar() {
22 depends=('python' 'python-setuptools')
23 cd "${srcdir}/${_pyname}-${pkgver}"
24 python3 setup.py install --root="${pkgdir}/" --optimize=1
25 install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
26}
27
28package_python2-kwpbar() {
29 depends=('python2' 'python2-setuptools')
30 cd "${srcdir}/${_pyname}-${pkgver}-py2"
31 python2 setup.py install --root="${pkgdir}/" --optimize=1
32}
33
34# vim:set ts=2 sw=2 et:
35

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 23:12:22 MEDIUM 1
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2

Report a package

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

0 / 4000
Your suggestion