python-unicrypto
CLEAN
maintainer tippfehlr
0 votes
scanned 2026-09-27 00:07:07.510666
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
4
pkgname=python-unicrypto
5
_pkgname=unicrypto
6
pkgver=0.0.10
7
pkgrel=1
8
pkgdesc="Unified interface for cryptographic libraries."
9
url="https://github.com/skelsec/unicrypto"
10
arch=('any')
11
license=('MIT')
12
depends=('python' 'python-pycryptodomex')
13
makedepends=(
14
'python-build'
15
'python-installer'
16
'python-wheel'
17
'python-setuptools'
18
)
19
source=("https://github.com/skelsec/${_pkgname}/archive/refs/tags/${pkgver}.zip")
20
sha256sums=('1778e9c41ff0c372da816f6d9592991faf5ae331a2e9a2b5e389c58844a4974c')
21
22
build() {
23
cd ${_pkgname}-${pkgver}
24
rm -rf tests
25
python -m build --wheel --no-isolation
26
}
27
28
package() {
29
cd ${_pkgname}-${pkgver}
30
python -m installer --destdir="${pkgdir}" dist/*.whl
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 00:07:07 | Clean | 2 |
| 2026-09-26 11:15:02 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |