python-polt

maintainer lmartinez-mirror · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball downloaded from the official Python package index (pypi.org via files.pythonhosted.org), which is a trusted source; the orphaned status change does not imply malicious intent or code 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%): The package builds from a source tarball downloaded from the official Python package index (pypi.org via files.pythonhosted.org), which is a trusted source; the orphaned status change does not imply malicious intent or code 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: Luis Martinez <luis dot martinez at disroot dot org>
2# Contributor: Sebastian Weiss <dl3yc at darc dot de>
3
4pkgname=python-polt
5_pkg="${pkgname#python-}"
6pkgver=1.0.0
7pkgrel=1
8pkgdesc="Python library to monitor and control user input devices"
9arch=('any')
10url="https://gitlab.com/nobodyinperson/python3-polt"
11license=('GPL3')
12depends=(
13 'python-click'
14 'python-matplotlib'
15 'python-numpy'
16 'python-setuptools'
17 'python-scipy'
18 'python-xdgspec')
19makedepends=('python-build' 'python-installer' 'python-wheel')
20source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkg::1}/$_pkg/$_pkg-$pkgver.tar.gz")
21sha256sums=('7f69f52ae1e1407b33f2efc79a5cb44b8f5c3d034f764a0d665cbcd18216dc9b')
22
23build() {
24 cd "$_pkg-$pkgver"
25 python -m build --wheel --no-isolation
26}
27
28package() {
29 cd "$_pkg-$pkgver"
30 PYTHONHASHSEED=0 python -m installer --destdir="$pkgdir" dist/*.whl
31}
32

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 07:10:24 MEDIUM 1
2026-07-19 05:10:21 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