ccpkip11
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
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)
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# Maintainer: Echo J. <aidas957 at gmail dot com>
# Contributor: Martynas Mickevičius <mmartynas at gmail dot com>
# shellcheck shell=bash disable=SC2034,SC2164
_version=2.00
_build=00261
pkgname=ccpkip11
pkgver="$_version.$_build"
pkgrel=2
epoch=1
pkgdesc="PKCS #11 driver for CryptoTech smart cards"
arch=('x86_64')
url="https://www.cryptotech.com.pl/en/technical-support/smart-card-software"
license=('LicenseRef-CryptoTech')
depends=('gcc-libs' 'glibc' 'pcsclite')
makedepends=('patchelf')
source=("ccs_$_version-$_build.amd64.zip::https://download.cryptotech.com.pl/?key=standardlinuxccs64&mode=2"
'LICENSE.html' # https://www.cryptotech.com.pl/?__wpdmlo=9803
'ccpkip11.module')
sha256sums=('97c8efb035d3214e3951157213a9ee6007c747ebc57c1fb00f52bff58f5eef77'
'361a2c17332988b84272676815bc711f26f1a4e460aa68b02009a7b2c8b0b538'
'40d59f898853a0389b75f22701278d39e116acb8ee0d7d95380cec201640b268')
# Hack for the broken download server
DLAGENTS=('https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -k --pinnedpubkey 'sha256//GFKF9BImq3QA0PZR+FzLlZ7ghSfkRXx4S/xwuloH4yQ=' -o %o %u')
prepare() {
cd Linuxx64
bsdtar -xf ccs_$_version-$_build.amd64.tar.gz
}
package() {
install -D -m644 LICENSE.html "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html"
install -D -m755 "Linuxx64/ccs_$_version-$_build.amd64/lib/ccs/libccpkip11.so.$pkgver" "${pkgdir}/usr/lib/libccpkip11.so"
# Remove insecure RPATH from library
patchelf --remove-rpath "${pkgdir}/usr/lib/libccpkip11.so"
# Add to default module search path for various programs
install -d "${pkgdir}/usr/lib/pkcs11"
ln -s ../libccpkip11.so "${pkgdir}/usr/lib/pkcs11/libccpkip11.so"
# Support automatic loading in p11-kit (pkcs11.conf(5))
install -D -m644 ccpkip11.module "${pkgdir}/usr/share/p11-kit/modules/ccpkip11.module"
}
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 |