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
3
pkgname=python-cache_to_disk
4
_pkgname=cache_to_disk
5
pkgver=2.0.0
6
pkgrel=1
7
pkgdesc="Local disk caching decorator for python functions."
8
arch=('any')
9
url="https://github.com/sarenehan/cache_to_disk"
10
license=('MIT')
11
depends=('python')
12
makedepends=('python-build' 'python-installer' 'python-setuptools')
13
source=("https://pypi.io/packages/source/c/cache_to_disk/cache_to_disk-$pkgver.tar.gz")
14
sha256sums=('79e19ea9b72eedc5cec83bb8aa55374afc671493e7d13d541f3b63eb3a13fb32')
15
16
build() {
17
cd "${srcdir}/${_pkgname}-${pkgver}"
18
python -m build --wheel --no-isolation
19
}
20
21
package() {
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) | 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-18 16:11:54 | CLEAN | 0 |