python2-nulltype

maintainer orphaned · 0 votes · base python-nulltype · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from a source tarball hosted on the official Python package index (pythonhosted.org), which is a trusted source; the orphaned/re-adopted status is a metadata concern, not a security 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 a source tarball hosted on the official Python package index (pythonhosted.org), which is a trusted source; the orphaned/re-adopted status is a metadata concern, not a security 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# Maintainer: Mubashshir <ahmubashshir@gmail.com>
2# from: pypi
3# what: nulltype
4
5_name=nulltype
6pkgname=( python-$_name python2-$_name )
7pkgbase=python-$_name
8
9pkgver=2.3.1
10pkgrel=5
11pkgdesc='Null values and sentinels like (but not) None, False & True'
12
13arch=(any)
14url=https://web.archive.org/web/*/https://bitbucket.org/jeunice/nulltype
15license=(Apache)
16depends=()
17
18
19makedepends=(python-setuptools python2-setuptools)
20source=("$pkgbase-$pkgver.zip::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.zip")
21sha256sums=('64aa3cb2ab5e904d1b37175b9b922bea268c13f9ce32e3d373313150ab5ef272')
22
23prepare() {
24 # copy folder, so we can cleanly build for both python versions
25 cp -rup $_name-$pkgver $_name-$pkgver-py2
26}
27build() {
28 cd "$srcdir/$_name-$pkgver"
29 python setup.py build
30 cd "$srcdir/$_name-$pkgver-py2"
31 python2 setup.py build
32}
33package_python-nulltype()
34{
35 depends=( python )
36 cd "$srcdir/$_name-$pkgver"
37 python setup.py install --root="$pkgdir" --optimize=1 --skip-build
38}
39package_python2-nulltype()
40{
41 depends=( python2 )
42 cd "$srcdir/$_name-$pkgver-py2"
43 python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
44}
45

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 01:12:32 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion