eparakstitajs3
maintainer kaaposc
· 7 votes
· scanned 2026-08-18 00:03:42.021799
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-whitelisted, project-specific domain (eparaksts.lv), which is not a general-purpose or community-trusted host; since it's a binary package with a SKIP'd checksum in practice (checksum present but source is a remote executable), the risk is medium due to potential supply-chain tampering if the host were compromised.
Triggered rules
MEDIUM
source=() URL on a non-standard host
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:14
source=("https://www.eparaksts.lv/files/ep3updates/debian/pool/eparaksts/e/${pkgname}/${pkgname}_${pkgver}-noble_amd64.deb"
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-whitelisted, project-specific domain (eparaksts.lv), which is not a general-purpose or community-trusted host; since it's a binary package with a SKIP'd checksum in practice (checksum present but source is a remote executable), the risk is medium due to potential supply-chain tampering if the host were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Māris Vilks <kaaposc@gmail.com>
2
pkgname=eparakstitajs3
3
pkgver=1.10.0
4
pkgrel=1
5
pkgdesc="Application software to sign and validate documents in EDOC and PDF formats."
6
arch=('x86_64')
7
url="https://www.eparaksts.lv"
8
license=('LicenseRef-E-PARAKSTĪTĀJS_3')
9
groups=('eparaksts')
10
depends=('gtk3' 'java-runtime' 'alsa-lib' 'libxtst')
11
optdepends=('nautilus-python: Nautilus context menu integration'
12
'eparaksts-token-signing: eParaksts browser plugins'
13
'latvia-eid-middleware: libraries for Latvia eID cards')
14
source=("https://www.eparaksts.lv/files/ep3updates/debian/pool/eparaksts/e/${pkgname}/${pkgname}_${pkgver}-noble_amd64.deb"
15
'dpkg'
16
'eparakstitajs3.patch')
17
sha512sums=('3f6e3b0dca396655b14075a3cf6b4fcbc7d8fa93f40092c00ca5defa08ba417ee20e009cd1d126faea3b8d14c871c08e6e4ff813b542348b1f41bdb97047ad5c'
18
'2831607d41e6480620869264866711341917de093bdd0228c2b8efb041c9c9ae8861ca0564f1e9917dab888cad69eb81c97a7a5509b58adb2ce61eb7a95a3d4a'
19
'530e8ecef6e747d985e0b5ea8b52791dc511a036c459223f45afa4393e5483a50e19ea69f229da13a3ed73d0ecd3d1d69eaa89f82c52dc86c755984daaa7483e')
20
options=(!debug)
21
22
package() {
23
24
tar -xf data.tar.zst -C "${pkgdir}"
25
26
install -D "${pkgdir}/usr/share/doc/eparakstitajs3/copyright" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
27
28
install -D "${srcdir}/dpkg" "${pkgdir}/usr/lib/eparakstitajs3/bin/dpkg"
29
30
cd "${pkgdir}"
31
patch --forward --strip=0 <"${srcdir}/${pkgname}.patch"
32
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-18 00:03@@ -1,6 +1,6 @@ # Maintainer: Māris Vilks <kaaposc@gmail.com> pkgname=eparakstitajs3-pkgver=1.9.1+pkgver=1.10.0 pkgrel=1 pkgdesc="Application software to sign and validate documents in EDOC and PDF formats." arch=('x86_64')@@ -11,12 +11,13 @@ optdepends=('nautilus-python: Nautilus context menu integration' 'eparaksts-token-signing: eParaksts browser plugins' 'latvia-eid-middleware: libraries for Latvia eID cards')-source=("https://www.eparaksts.lv/files/ep3updates/debian/pool/eparaksts/e/${pkgname}/${pkgname}_${pkgver}-jammy_amd64.deb"+source=("https://www.eparaksts.lv/files/ep3updates/debian/pool/eparaksts/e/${pkgname}/${pkgname}_${pkgver}-noble_amd64.deb" 'dpkg' 'eparakstitajs3.patch')-sha512sums=('11f0b9b0d52adc4532bffc04860d2cb3f724a6c9afd67758aef175a21f0841026c8e4ec4f0ecac02e44af0849ad957dbf92fc26147c22cffa423653182c3ad4b'+sha512sums=('3f6e3b0dca396655b14075a3cf6b4fcbc7d8fa93f40092c00ca5defa08ba417ee20e009cd1d126faea3b8d14c871c08e6e4ff813b542348b1f41bdb97047ad5c' '2831607d41e6480620869264866711341917de093bdd0228c2b8efb041c9c9ae8861ca0564f1e9917dab888cad69eb81c97a7a5509b58adb2ce61eb7a95a3d4a'- '67d4f8f231de49a78a7903c6a8990df035ad3e02a9247ccf87d92760a864095540831fb32030ad9a66ae6daf0200417c575d191aa43224b16516a88d1a69a2d9')+ '530e8ecef6e747d985e0b5ea8b52791dc511a036c459223f45afa4393e5483a50e19ea69f229da13a3ed73d0ecd3d1d69eaa89f82c52dc86c755984daaa7483e')+options=(!debug) package() { Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | MEDIUM | 2 |
| 2026-08-17 00:18:29 | MEDIUM | 2 |
| 2026-08-16 00:03:42 | MEDIUM | 2 |
| 2026-08-15 00:26:13 | MEDIUM | 2 |
| 2026-08-14 00:03:41 | MEDIUM | 2 |
| 2026-08-13 00:17:07 | MEDIUM | 2 |
| 2026-08-12 00:27:08 | MEDIUM | 2 |
| 2026-08-11 21:21:47 | MEDIUM | 2 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |