idazki-desktop
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:23
source=("https://www.izenpe.eus/contenidos/informacion/idazki_izenpe/es_def/adjuntos/${_pkgdld}")
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 installer (.run file) from izenpe.eus — the official Basque Country public certification authority (CA) website — and extracts/installs its contents as executable binaries. Izenpe is a legitimate government-backed CA, so this is not a random personal host, but it is still a non-standard binary distribution channel (not a distro mirror, GitHub release, or language ecosystem registry). The .run file is a self-extracting archive containing a tarball with application binaries that are installed directly to /usr/local and executed at runtime. A sha256 checksum is present, which mitigates substitution risk at the time of packaging, but there is no PGP signature verification. The core concern is that prebuilt closed-source binaries from a non-standard host are being installed and will be executed by users — a genuine supply-chain risk if the host or the binary were ever compromised. This fits the medium category: real concern, not clearly malicious, official-ish vendor source.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Christian Pinedo <chr.pinedo@gmail.com>
pkgname=idazki-desktop
pkgver=3.6.2
pkgrel=3
_pkgdld="idazki-desktop-linux64.run"
epoch=
pkgdesc="Idazki Desktop application of Izenpe CA"
arch=('x86_64')
url="http://www.izenpe.eus"
license=('unknown')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=('ca-certificates-izenpe')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=idazki-desktop.install
changelog=
source=("https://www.izenpe.eus/contenidos/informacion/idazki_izenpe/es_def/adjuntos/${_pkgdld}")
noextract=()
sha256sums=('494eff1444c5d6bbbc5e45b22a73f821fb587f01989cd3964ef364e99d3a2c12')
validpgpkeys=()
prepare() {
install -d "${_pkgdld%.*}/$pkgname"
tail -n+22 $_pkgdld | tar -xz -C "${_pkgdld%.*}"
tar xf "${_pkgdld%.*}/$pkgname.tar" -C "${_pkgdld%.*}/$pkgname"
cd "${_pkgdld%.*}/$pkgname"
}
package() {
install -d "$pkgdir/usr/local"
cp -dr --preserve=mode,timestamp "$srcdir/${_pkgdld%.*}/$pkgname" "$pkgdir/usr/local"
install -d "$pkgdir/usr/share/applications/"
install -m 0755 "$srcdir/${_pkgdld%.*}/$pkgname/idazki-desktop.desktop" \
"$srcdir/${_pkgdld%.*}/$pkgname/idazki-delegado.desktop" \
"$pkgdir/usr/share/applications/"
}
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 |