python-cache_to_disk

maintainer aurelieconrad · 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 PyPI, which is a trusted source for Python packages; the recent orphaning and re-adoption of the package does not imply malicious activity, especially when sourcing from an official repository like PyPI.

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 PyPI, which is a trusted source for Python packages; the recent orphaning and re-adoption of the package does not imply malicious activity, especially when sourcing from an official repository like PyPI.

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# Contributor:
2
3pkgname=python-cache_to_disk
4_pkgname=cache_to_disk
5pkgver=2.0.0
6pkgrel=1
7pkgdesc="Local disk caching decorator for python functions."
8arch=('any')
9url="https://github.com/sarenehan/cache_to_disk"
10license=('MIT')
11depends=('python')
12makedepends=('python-build' 'python-installer' 'python-setuptools')
13source=("https://pypi.io/packages/source/c/cache_to_disk/cache_to_disk-$pkgver.tar.gz")
14sha256sums=('79e19ea9b72eedc5cec83bb8aa55374afc671493e7d13d541f3b63eb3a13fb32')
15
16build() {
17 cd "${srcdir}/${_pkgname}-${pkgver}"
18 python -m build --wheel --no-isolation
19}
20
21package() {
22 cd "${srcdir}/${_pkgname}-${pkgver}"
23 python -m installer --destdir="$pkgdir" dist/*.whl
24}
25
26# vim:set ts=2 sw=2 et:
27

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 17:15: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