ica-securestore-pkcs11
Triggered rules
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:10
source=("https://ca.ica.cz/pub/SecureStore/linux/ica-securestore-pkcs11_${pkgver}-0_amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from ca.ica.cz (I.CA, a Czech certificate authority) and installs a PKCS#11 shared library (libICASecureStorePkcs11.so) directly into /usr/lib/pkcs11/. This is a real supply-chain concern: a prebuilt, closed-source native shared library from a vendor's own distribution server is installed and will be loaded into sensitive cryptographic contexts (smart-card operations via p11-kit). The host ca.ica.cz appears to be the legitimate upstream vendor (I.CA is a well-known Czech CA), and the sha256sum is pinned, which mitigates some risk. However, there is no GPG signature verification, the library is proprietary/unauditable, and a compromised or malicious .so in the PKCS#11 slot could intercept private key operations. This is a textbook medium: not clearly malicious, but an executed binary from a non-standard (even if plausibly legitimate) vendor host with no cryptographic signature check beyond a hash.
PKGBUILD
1 offending line(s) highlighted# Maintainer: CharlieREV <charlie@revshell.cz>
pkgname=ica-securestore-pkcs11
pkgver=6.13.0
pkgrel=1
pkgdesc="I.CA SecureStore PKCS#11 module (smart-card crypto token support)"
arch=('x86_64')
url="https://ca.ica.cz/pub/SecureStore/linux/"
license=('proprietary')
depends=('gcc-libs' 'pcsclite' 'p11-kit')
source=("https://ca.ica.cz/pub/SecureStore/linux/ica-securestore-pkcs11_${pkgver}-0_amd64.deb")
sha256sums=('eb13b0ba96366011dd30bf5231885ae2120e7475d1ee5faedaf549e883c74354')
install="${pkgname}.install"
provides=('ica-securestore-pkcs11')
build() {
cd "$srcdir"
mkdir -p "$srcdir/deb"
bsdtar -xvf "ica-securestore-pkcs11_${pkgver}-0_amd64.deb" -C "$srcdir/deb"
tar -xf "$srcdir/deb/data.tar.xz" -C "$srcdir/deb"
}
package() {
install -Dm644 "$srcdir/deb/usr/lib/pkcs11/libICASecureStorePkcs11.so" "$pkgdir/usr/lib/pkcs11/libICASecureStorePkcs11.so"
install -Dm644 /dev/stdin "$pkgdir/usr/share/p11-kit/modules/ica-securestore.module" <<EOF
module: /usr/lib/pkcs11/libICASecureStorePkcs11.so
EOF
}
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 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 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 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |