infonotary-client-software
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:22
source=('http://repository.infonotary.com/install/linux/DEBS22/pool/non-free/i/infonotary-client-software/infonotary-client-software_'$pkgver'.1198_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 repository.infonotary.com, which is the official repository of InfoNotary — a Bulgarian qualified trust service provider (QTSP) under eIDAS. This is not a random personal host; it is the vendor's own distribution server. However, the integrity check uses only an MD5 checksum (cryptographically broken, trivially collisable) rather than a SHA256/SHA512 hash or a GPG signature. The package installs executed binaries (Qt5-based GUI applications and smart card middleware) directly from this vendor host without any signature verification. While InfoNotary is a legitimate company, the weak integrity check (MD5 only) combined with a prebuilt binary from a non-Arch-official host constitutes a real, if modest, supply-chain risk: a MITM or server compromise could substitute the binary and the MD5 check would not reliably catch it. This fits the medium category: executed binary from an unofficial (non-distro) host with insufficient integrity verification, but not clearly malicious.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Slavi Pantaleev <slavi at devture.com>
pkgname=infonotary-client-software
pkgver=2.0.3
pkgrel=9
pkgdesc="InfoNotary client software - InfoNotary e-Doc Signer and InfoNotary Smart Card Manager."
arch=('x86_64')
url="http://www.infonotary.com/"
license=('unknown')
depends=(qt5-base qt5-xmlpatterns nss openssl libldap-2.5)
replaces=(infonotary-scardmanager)
conflicts=(infonotary-scardmanager)
optdepends=(
'ccid: generic USB Chip/Smart Card Interface Devices driver'
'omnikey_ifdokccid: driver for OmniKey smart card readers'
'bit4id-ipki: Bit4ID Universal Middleware (Smart Card driver)'
'bit4id-xpki: Bit4ID Universal Middleware (Smart Card driver)'
'pcsclite: smartcard middleware library (pcscd)'
'pcsc-tools: smartcard tools (pcsc_scan)'
'opensc: a set of libraries and utilities to work with smart cards'
)
source=('http://repository.infonotary.com/install/linux/DEBS22/pool/non-free/i/infonotary-client-software/infonotary-client-software_'$pkgver'.1198_amd64.deb')
md5sums=('942ed036b2e75b7660f008a99b857618')
install=$pkgname.install
package() {
ar -xv *.deb || return 1
tar -xvf data.tar.[xg]z -C $pkgdir || return 1
}
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 |