safesignidentityclient
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:17
source_x86_64=("https://assets.ctfassets.net/zuadwp3l2xby/3b4YS8ts1cuD4BnUoQGZXl/93f644f03cc226b2adab290be11c6cd5/SafeSignICStandardLinux4.5.0.0-AET.000redhat10x86_64.rpm" "https://assets.ctfassets.net/zuadwp3l2xby/6vGICRnQgQ8TkcHTgcouIr/5acf96dcbc0364aa9228606d3969ef97/SafeSignICStandardLinux4.5.0.0-AET.000ub2404x86_64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads prebuilt binaries (RPM and DEB) from assets.ctfassets.net, which is Contentful's CDN — a generic content delivery platform, not the official vendor's own infrastructure. While KPN/AET may legitimately host their downloads there, it is not a verifiable official vendor domain and there is no way to confirm the chain of custody. The binaries are extracted and installed directly (PKCS#11 provider libraries, token manager executables), meaning any compromise or substitution at that CDN would result in arbitrary code execution on the user's system. SHA256 checksums are present, which mitigates silent substitution after the fact, but does not address whether the original upload was legitimate. This is a genuine medium-severity supply-chain concern: executed binary code from a non-canonical host with no GPG signature verification, even if not clearly malicious.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Pedro Henrique Quitete Barreto <pedrohqb@gmail.com>
# Contributor: Geyslan G. Bem <geyslan@gmail.com>
# Contributor: Denis A. Altoé Falqueto <denisfalqueto@gmail.com>
pkgname=safesignidentityclient
pkgver=4.5.0.0
pkgrel=1
pkgdesc="Smart card PKCS#11 provider and token manager"
arch=('x86_64')
url="https://certificaat.kpn.com/installatie-en-gebruik/installatie/pas-usb-stick/linux/"
license=('custom:copyright')
options=(!debug)
depends=('gcc-libs' 'glib2' 'glibc' 'hicolor-icon-theme' 'pcsclite' 'libsm' 'libx11' 'cairo' 'pango'
'gdk-pixbuf2' 'at-spi2-core' 'gtk3' 'libxxf86vm' 'openssl' 'gdbm')
optdepends=('ccid: Generic support for CCID devices',
'acsccid: ACS CCID PC/SC driver',
'scmccid: binary driver for the SCM Smart Card Readers')
source_x86_64=("https://assets.ctfassets.net/zuadwp3l2xby/3b4YS8ts1cuD4BnUoQGZXl/93f644f03cc226b2adab290be11c6cd5/SafeSignICStandardLinux4.5.0.0-AET.000redhat10x86_64.rpm" "https://assets.ctfassets.net/zuadwp3l2xby/6vGICRnQgQ8TkcHTgcouIr/5acf96dcbc0364aa9228606d3969ef97/SafeSignICStandardLinux4.5.0.0-AET.000ub2404x86_64.deb")
sha256sums_x86_64=('2f5ea4622fda213c9bfc8bf4da51dac09983a349326f9275309565dbdb123378' '7742e21e3141e51e307d7613b4046886bc7c4aa203835dcf5c43cd348f2a1b91')
noextract=('SafeSignICStandardLinux4.5.0.0-AET.000ub2404x86_64.deb')
# preparing the package to use the Ubuntu libraries as they are compatible with Arch
prepare() {
ar x SafeSignICStandardLinux4.5.0.0-AET.000ub2404x86_64.deb
mkdir safesign-deb
tar xvf data.tar.zst -C safesign-deb
rm -rf ${srcdir}/usr/lib64
mv ${srcdir}/safesign-deb/usr/lib/ ${srcdir}/usr/lib64
}
package() {
install -d ${pkgdir}/usr
cp -R ${srcdir}/usr/{bin,share} ${pkgdir}/usr/
install -d ${pkgdir}/usr/lib
cp -R ${srcdir}/usr/lib64/. ${pkgdir}/usr/lib/
install -d ${pkgdir}/usr/share/licenses/${pkgname}
install -m 644 ${srcdir}/usr/share/doc/${pkgname}/copyright ${pkgdir}/usr/share/licenses/${pkgname}/copyright
}
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 |