python-unicrypto

CLEAN
maintainer tippfehlr 0 votes scanned 2026-09-27 00:07:07.510666
View on AUR

Triggered rules

Clean 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 CLEAN (confidence 95%): The package builds from a verifiable source tarball hosted on the project's official GitHub repository, with a valid checksum; no remote code execution or malicious patterns present.

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: Thibaud Kehler <thibaud dot kehler at gmx dot net>
2# Maintainer: GI_Jack <GI_Jack@hackermail.com>
3
4pkgname=python-unicrypto
5_pkgname=unicrypto
6pkgver=0.0.10
7pkgrel=1
8pkgdesc="Unified interface for cryptographic libraries."
9url="https://github.com/skelsec/unicrypto"
10arch=('any')
11license=('MIT')
12depends=('python' 'python-pycryptodomex')
13makedepends=(
14 'python-build'
15 'python-installer'
16 'python-wheel'
17 'python-setuptools'
18)
19source=("https://github.com/skelsec/${_pkgname}/archive/refs/tags/${pkgver}.zip")
20sha256sums=('1778e9c41ff0c372da816f6d9592991faf5ae331a2e9a2b5e389c58844a4974c')
21
22build() {
23 cd ${_pkgname}-${pkgver}
24 rm -rf tests
25 python -m build --wheel --no-isolation
26}
27
28package() {
29 cd ${_pkgname}-${pkgver}
30 python -m installer --destdir="${pkgdir}" dist/*.whl
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 00:07:07 Clean 2
2026-09-26 11:15:02 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