qdigidoc4
The package downloads source code from official project repositories (GitHub.com/open-eid) and configuration/data files from legitimate Estonian government domains; while checksums are skipped for some sources, all content is either buildable source or non-executable data, and the hosts, though not whitelisted, are plausibly official and project-specific.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads source code from official project repositories (GitHub.com/open-eid) and configuration/data files from legitimate Estonian government domains; while checksums are skipped for some sources, all content is either buildable source or non-executable data, and the hosts, though not whitelisted, are plausibly official and project-specific.
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:17
"eu-lotl.xml-$pkgver::https://ec.europa.eu/tools/lotl/eu-lotl.xml" -
PKGBUILD:18
"EE.xml-$pkgver::https://sr.riik.ee/tsl/estonian-tsl.xml" -
PKGBUILD:19
"config.json-$pkgver::https://id.eesti.ee/config.json"
PKGBUILD
3 offending line(s) highlighted# Maintainer: kevku <kevku@gmx.com>
pkgname=qdigidoc4
pkgver=4.11.0.5421
_rls_tag=v4.11.0
pkgrel=1
pkgdesc="DigiDoc4 Client is an application for digitally signing and encrypting documents; the software includes functionality to manage Estonian ID-card - change pin codes, update certificates etc."
arch=('x86_64')
url="https://www.id.ee/"
license=('LGPL-2.1-or-later')
depends=('zlib' 'openssl' 'libdigidocpp>=4.5.0' 'libldap' 'pcsclite' 'opensc' 'qt6-base' 'qt6-svg' 'hicolor-icon-theme')
makedepends=('git' 'cmake' 'gettext' 'flatbuffers' 'qt6-tools' 'qt6-translations')
optdepends=('ccid: Smart Card support'
'python-nautilus: Nautilus Extension')
source=("$pkgname-$pkgver::git+https://github.com/open-eid/DigiDoc4-Client.git?signed#tag=$_rls_tag"
"open-eid-common::git+https://github.com/open-eid/qt-common.git"
"open-eid-libcdoc::git+https://github.com/open-eid/libcdoc.git"
"eu-lotl.xml-$pkgver::https://ec.europa.eu/tools/lotl/eu-lotl.xml"
"EE.xml-$pkgver::https://sr.riik.ee/tsl/estonian-tsl.xml"
"config.json-$pkgver::https://id.eesti.ee/config.json"
"config.rsa-$pkgver::https://id.eesti.ee/config.rsa"
"config.pub-$pkgver::https://id.eesti.ee/config.pub")
sha256sums=('5aa57a9f4f6a1218050da0f6744530b236d2318524739530ad7677117b1f8fca'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
validpgpkeys=(
'D1EBC666EFCBFBD3CFC2EBAA90C0B5E75C3B195D' # Raul Metsma https://github.com/metsma.gpg
)
prepare() {
cd "$srcdir/$pkgname-$pkgver"
git submodule init
git config submodule.common.url $srcdir/open-eid-common
git config submodule.client/libcdoc.url $srcdir/open-eid-libcdoc
git -c protocol.file.allow=always submodule update
[[ -d "$pkgname-build" ]] && rm -r "$pkgname-build"
mkdir -p "$pkgname-build"
# https://github.com/open-eid/DigiDoc4-Client/wiki/DeveloperTips
cp "$srcdir/eu-lotl.xml-$pkgver" "client/eu-lotl.xml"
cp "$srcdir/EE.xml-$pkgver" "client/EE.xml"
cp "$srcdir/config.json-$pkgver" "common/config.json"
cp "$srcdir/config.rsa-$pkgver" "common/config.rsa"
cp "$srcdir/config.pub-$pkgver" "common/config.pub"
}
build() {
cd "$srcdir/$pkgname-$pkgver/$pkgname-build"
export BUILD_NUMBER=${pkgver##*.}
cmake .. -DCMAKE_C_FLAGS:STRING="${CFLAGS} -ffile-prefix-map=$srcdir=." \
-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS} -ffile-prefix-map=$srcdir=." \
-DCMAKE_EXE_LINKER_FLAGS:STRING="${LDFLAGS}" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR="lib" \
-DCMAKE_INSTALL_SYSCONFDIR="/etc"
make
}
package() {
cd "$srcdir/$pkgname-$pkgver/$pkgname-build"
make DESTDIR="$pkgdir/" install
}
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 |