python-drastic
maintainer janelbertse
· 1 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.org via files.pythonhosted.org), which is a trusted source; the flagged low votes and recent upload are minor concerns but do not indicate malice.
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 the official Python package index (pypi.org via files.pythonhosted.org), which is a trusted source; the flagged low votes and recent upload are minor concerns but do not indicate malice.
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
pkgname='python-drastic'
2
_name='drastic'
3
pkgver=1.2
4
pkgrel=1
5
pkgdesc='Reduce the size of your Python code and increase its robustness'
6
url="https://github.com/clemtoy/${_name}"
7
makedepends=('python')
8
license=('MIT')
9
arch=('any')
10
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
11
md5sums=('44ffdd4855f0e6f8a09a3e4e9fe5baec')
12
13
build() {
14
cd "${srcdir}/${_name}-${pkgver}"
15
sed -i 's/include_dirs/include_path/' setup.py
16
python setup.py build
17
}
18
19
package() {
20
cd "${srcdir}/${_name}-${pkgver}"
21
python setup.py install --root="${pkgdir}/" --optimize=1
22
}
23
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 17:18:23 | MEDIUM | 1 |
| 2026-07-31 15:18:17 | MEDIUM | 1 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 17:15:21 | MEDIUM | 1 |
| 2026-07-13 00:19:36 | CLEAN | 0 |
| 2026-07-12 00:27:26 | LOW | 2 |
| 2026-07-11 00:25:18 | LOW | 2 |
| 2026-07-10 00:20:30 | LOW | 2 |
| 2026-07-09 00:22:38 | LOW | 2 |
| 2026-07-08 00:26:52 | LOW | 2 |
| 2026-07-07 00:22:52 | LOW | 2 |
| 2026-07-06 00:10:58 | LOW | 2 |
| 2026-07-05 00:27:08 | LOW | 2 |
| 2026-07-04 00:27:25 | LOW | 2 |
| 2026-07-03 00:17:07 | LOW | 2 |
| 2026-07-02 00:22:12 | LOW | 2 |
| 2026-07-01 00:30:02 | LOW | 2 |