qcc
The source is a project-specific tarball from the official vendor's support site (cryptalabs.com), used to build the library and tools;虽 host not whitelisted, it is plausibly official, and the build is standard with no remote code execution or unverifiable binaries.
Triggered rules
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 source is a project-specific tarball from the official vendor's support site (cryptalabs.com), used to build the library and tools;虽 host not whitelisted, it is plausibly official, and the build is standard with no remote code execution or unverifiable binaries.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
$pkgname-$pkgver.tar.gz::https://cryptalabs.com/support/releases/Drivers/Cicada%20and%20Firefly/source/qcc-source.zip
PKGBUILD
1 offending line(s) highlighted# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
pkgname=qcc
pkgver=0.7
pkgrel=1
epoch=1
pkgdesc="C Library and tools used to communicate with Crypta Labs QRNG devices."
arch=(x86_64)
url="https://cryptalabs.com/qrng-driver-downloads/"
license=(LicenseRef-unknown)
depends=(glibc)
makedepends=(cmake)
source=(
$pkgname-$pkgver.tar.gz::https://cryptalabs.com/support/releases/Drivers/Cicada%20and%20Firefly/source/qcc-source.zip
license-unknown.txt
)
b2sums=('8aae2a1827eeac05e5337a6035e06a595c49003ab85c433af3700045efc54010e0ebed99d467378f105a19b0342b5fca0bb3787c623b832a9b78ebf1c3ea5539'
'900dfce730c0f29b0cd5fafdf5ed6bc08a3ca245c3bbee12878c7e183951e0a55e33205da747d1666baded6133473fa8506dea252a2bc23f6f7555ebfa500d54')
pkgver() {
version=$(grep QCC_VERSION $pkgname/qcc.h | cut -d " " -f 3)
major=$((16#${version:2:5}))
minor=$((16#${version:5}))
echo $major.$minor
}
prepare() {
# Remove insecure RUNPATH
sed -i '3 a set(CMAKE_SKIP_RPATH TRUE)' $pkgname/CMakeLists.txt
}
build() {
cmake -B build -S $pkgname \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-Wno-dev
cmake --build build
}
package() {
install -D -m0755 build/qcc-cli "$pkgdir"/usr/bin/qcc-cli
install -D -m0755 build/libqcc.so "$pkgdir"/usr/lib/libqcc.so
install -D -m0644 $pkgname/qcc.h "$pkgdir"/usr/include/qcc/qcc.h
install -D -m0644 $pkgname/qcc_errno.h "$pkgdir"/usr/include/qcc/qcc_errno.h
install -D -m0644 $pkgname/QCC.md "$pkgdir"/usr/share/doc/qcc/README.md
install -D -m0644 license-unknown.txt "$pkgdir"/usr/share/licenses/$pkgname/license-unknown.txt
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |