qcc

LOW
maintainer iyanmv 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:13 $pkgname-$pkgver.tar.gz::https://cryptalabs.com/support/releases/Drivers/Cicada%20and%20Firefly/source/qcc-source.zip

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
2pkgname=qcc
3pkgver=0.7
4pkgrel=1
5epoch=1
6pkgdesc="C Library and tools used to communicate with Crypta Labs QRNG devices."
7arch=(x86_64)
8url="https://cryptalabs.com/qrng-driver-downloads/"
9license=(LicenseRef-unknown)
10depends=(glibc)
11makedepends=(cmake)
12source=(
13 $pkgname-$pkgver.tar.gz::https://cryptalabs.com/support/releases/Drivers/Cicada%20and%20Firefly/source/qcc-source.zip
14 license-unknown.txt
15)
16b2sums=('8aae2a1827eeac05e5337a6035e06a595c49003ab85c433af3700045efc54010e0ebed99d467378f105a19b0342b5fca0bb3787c623b832a9b78ebf1c3ea5539'
17 '900dfce730c0f29b0cd5fafdf5ed6bc08a3ca245c3bbee12878c7e183951e0a55e33205da747d1666baded6133473fa8506dea252a2bc23f6f7555ebfa500d54')
18
19pkgver() {
20 version=$(grep QCC_VERSION $pkgname/qcc.h | cut -d " " -f 3)
21 major=$((16#${version:2:5}))
22 minor=$((16#${version:5}))
23 echo $major.$minor
24}
25
26prepare() {
27 # Remove insecure RUNPATH
28 sed -i '3 a set(CMAKE_SKIP_RPATH TRUE)' $pkgname/CMakeLists.txt
29}
30
31build() {
32 cmake -B build -S $pkgname \
33 -DCMAKE_BUILD_TYPE='None' \
34 -DCMAKE_INSTALL_PREFIX='/usr' \
35 -Wno-dev
36 cmake --build build
37}
38
39package() {
40 install -D -m0755 build/qcc-cli "$pkgdir"/usr/bin/qcc-cli
41 install -D -m0755 build/libqcc.so "$pkgdir"/usr/lib/libqcc.so
42 install -D -m0644 $pkgname/qcc.h "$pkgdir"/usr/include/qcc/qcc.h
43 install -D -m0644 $pkgname/qcc_errno.h "$pkgdir"/usr/include/qcc/qcc_errno.h
44 install -D -m0644 $pkgname/QCC.md "$pkgdir"/usr/share/doc/qcc/README.md
45 install -D -m0644 license-unknown.txt "$pkgdir"/usr/share/licenses/$pkgname/license-unknown.txt
46}
47

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion