python-unpackable
maintainer vincenzapriuli
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate source on PyPI and includes a requirements.txt from GitHub; both are project-owned, normal sources, with no code execution from untrusted hosts.
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%): The package builds from a legitimate source on PyPI and includes a requirements.txt from GitHub; both are project-owned, normal sources, with no code execution from untrusted hosts.
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:
2
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
3
pkgname=python-unpackable
4
_name=${pkgname#python-}
5
pkgver=0.0.4
6
pkgrel=4
7
pkgdesc="Destructure Python objects"
8
arch=('any')
9
url="https://github.com/alexdelorenzo/unpackable"
10
license=('LGPL-3.0-or-later')
11
depends=('python-varname')
12
makedepends=(
13
'python-build'
14
'python-installer'
15
'python-setuptools'
16
'python-wheel'
17
)
18
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
19
'https://raw.githubusercontent.com/alexdelorenzo/unpackable/master/requirements.txt')
20
sha256sums=('55185896c71f607f43e8cbe22913e46083baf2371ecd1c8a06f0bf93ab76f38d'
21
'e68ca41413beb14d84b3165a66989c8d849c4830be538f23cb2791fd3627ec1a')
22
23
prepare() {
24
cp -f requirements.txt "$_name-$pkgver"
25
}
26
27
build() {
28
cd "$_name-$pkgver"
29
python -m build --wheel --no-isolation
30
}
31
32
package() {
33
cd "$_name-$pkgver"
34
python -m installer --destdir="$pkgdir" dist/*.whl
35
}
36
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-20 00:35:04 | CLEAN | 0 |