python-pyqcc
maintainer iyanmv
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt Python wheel from a non-standard host (cryptalabs.com) which is not a common PyPI or code repository; while the wheel has a matching b2sum, the source is an executable artifact that could be swapped if the host were compromised, posing a supply-chain risk.
Triggered rules
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:17
https://cryptalabs.com/support/releases/Drivers/Cicada%20and%20Firefly/python/pyqcc/$_pkgname-$pkgver-py3-none-$arch.whl
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package installs a prebuilt Python wheel from a non-standard host (cryptalabs.com) which is not a common PyPI or code repository; while the wheel has a matching b2sum, the source is an executable artifact that could be swapped if the host were compromised, posing a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
2
_pkgname=pyqcc
3
pkgname=python-${_pkgname}
4
pkgver=0.1.5
5
pkgrel=1
6
pkgdesc="Python package to communicate with Crypta Labs QRNG devices"
7
arch=(any)
8
url=https://cryptalabs.com/qrng-driver-downloads/
9
license=(LicenseRef-unknown)
10
depends=(
11
python
12
python-pyserial
13
qcc
14
)
15
makedepends=(python-installer)
16
source=(
17
https://cryptalabs.com/support/releases/Drivers/Cicada%20and%20Firefly/python/pyqcc/$_pkgname-$pkgver-py3-none-$arch.whl
18
license-unknown.txt
19
)
20
b2sums=('2496e17ebcd4f5ed1b30411e6b1aaeeef851366c9179c60a03c4268bed20c40ec49914f6528bc4a61cfb274a6a071f552904f64aef9b443b2b56263aec1c634c'
21
'900dfce730c0f29b0cd5fafdf5ed6bc08a3ca245c3bbee12878c7e183951e0a55e33205da747d1666baded6133473fa8506dea252a2bc23f6f7555ebfa500d54')
22
23
package() {
24
python -m installer --destdir="$pkgdir" *.whl
25
install -D -m0644 license-unknown.txt "$pkgdir"/usr/share/licenses/$pkgname/license-unknown.txt
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -14,7 +14,7 @@ ) makedepends=(python-installer) source=(- https://cryptalabs.com/support/releases/pyqcc/$_pkgname-$pkgver-py3-none-$arch.whl+ https://cryptalabs.com/support/releases/Drivers/Cicada%20and%20Firefly/python/pyqcc/$_pkgname-$pkgver-py3-none-$arch.whl license-unknown.txt ) b2sums=('2496e17ebcd4f5ed1b30411e6b1aaeeef851366c9179c60a03c4268bed20c40ec49914f6528bc4a61cfb274a6a071f552904f64aef9b443b2b56263aec1c634c'Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 21:18:45 | MEDIUM | 2 |
| 2026-07-31 19:18:43 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 15:27:57 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |