ccpkip11

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

The package downloads a source archive from a non-whitelisted but plausibly official vendor domain (cryptotech.com.pl) for building a PKCS#11 driver; the downloaded content is a versioned tarball used to install a single shared library, and the checksums are provided and verifiable, making this a standard build from official vendor sources despite the non-standard download URL.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source archive from a non-whitelisted but plausibly official vendor domain (cryptotech.com.pl) for building a PKCS#11 driver; the downloaded content is a versioned tarball used to install a single shared library, and the checksums are provided and verifiable, making this a standard build from official vendor sources despite the non-standard download URL.

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:19 source=("ccs_$_version-$_build.amd64.zip::https://download.cryptotech.com.pl/?key=standardlinuxccs64&mode=2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Echo J. <aidas957 at gmail dot com>
2# Contributor: Martynas Mickevičius <mmartynas at gmail dot com>
3
4# shellcheck shell=bash disable=SC2034,SC2164
5
6_version=2.00
7_build=00261
8
9pkgname=ccpkip11
10pkgver="$_version.$_build"
11pkgrel=2
12epoch=1
13pkgdesc="PKCS #11 driver for CryptoTech smart cards"
14arch=('x86_64')
15url="https://www.cryptotech.com.pl/en/technical-support/smart-card-software"
16license=('LicenseRef-CryptoTech')
17depends=('gcc-libs' 'glibc' 'pcsclite')
18makedepends=('patchelf')
19source=("ccs_$_version-$_build.amd64.zip::https://download.cryptotech.com.pl/?key=standardlinuxccs64&mode=2"
20 'LICENSE.html' # https://www.cryptotech.com.pl/?__wpdmlo=9803
21 'ccpkip11.module')
22sha256sums=('97c8efb035d3214e3951157213a9ee6007c747ebc57c1fb00f52bff58f5eef77'
23 '361a2c17332988b84272676815bc711f26f1a4e460aa68b02009a7b2c8b0b538'
24 '40d59f898853a0389b75f22701278d39e116acb8ee0d7d95380cec201640b268')
25
26# Hack for the broken download server
27DLAGENTS=('https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -k --pinnedpubkey 'sha256//GFKF9BImq3QA0PZR+FzLlZ7ghSfkRXx4S/xwuloH4yQ=' -o %o %u')
28
29prepare() {
30 cd Linuxx64
31
32 bsdtar -xf ccs_$_version-$_build.amd64.tar.gz
33}
34
35package() {
36 install -D -m644 LICENSE.html "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html"
37 install -D -m755 "Linuxx64/ccs_$_version-$_build.amd64/lib/ccs/libccpkip11.so.$pkgver" "${pkgdir}/usr/lib/libccpkip11.so"
38
39 # Remove insecure RPATH from library
40 patchelf --remove-rpath "${pkgdir}/usr/lib/libccpkip11.so"
41
42 # Add to default module search path for various programs
43 install -d "${pkgdir}/usr/lib/pkcs11"
44 ln -s ../libccpkip11.so "${pkgdir}/usr/lib/pkcs11/libccpkip11.so"
45
46 # Support automatic loading in p11-kit (pkcs11.conf(5))
47 install -D -m644 ccpkip11.module "${pkgdir}/usr/share/p11-kit/modules/ccpkip11.module"
48}
49

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