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>
2
pkgbase=python-kwpbar
3
pkgname=('python-kwpbar' 'python2-kwpbar')
4
_pyname=kwpbar
5
pkgver=0.2.1
6
pkgrel=1
7
pkgdesc='A progress bar for Python.'
8
arch=('any')
9
url='https://github.com/Kwpolska/kwpbar.py'
10
license=('BSD')
11
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
12
options=(!emptydirs)
13
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
14
md5sums=('55915ce000986ed1b771b317f9c57a4b')
15
16
prepare() {
17
cd "${srcdir}/${_pyname}-${pkgver}"
18
cp -r "${srcdir}/${_pyname}-${pkgver}" "${srcdir}/${_pyname}-${pkgver}-py2"
19
}
20
21
package_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
28
package_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) | 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 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 |