epodpisfs
maintainer dvoraksw
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a .deb from an official Czech government domain (mfcr.cz) which is plausibly the project's own source; installing prebuilt binaries from official government infrastructure is low risk even if the host is not whitelisted.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a .deb from an official Czech government domain (mfcr.cz) which is plausibly the project's own source; installing prebuilt binaries from official government infrastructure is low risk even if the host is not whitelisted.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
source=("${pkgname}-${pkgver}_${arch}.deb::https://adisspr.mfcr.cz/dpr/adis/idpr_pub/epodpis_info/epodpisfs-ubuntu-19.0.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jan Dvorak <(firstname).(lastname) @ dvorak-sw.com>
2
pkgname=epodpisfs
3
pkgver=19.9
4
pkgrel=2
5
epoch=
6
pkgdesc="Electronic signing of tax and other forms for the Financial Administration of the Czech Republic"
7
arch=('x86_64')
8
url="https://podpora.mojedane.gov.cz/cs/seznam-okruhu/app/UXVlc3Rpb25zfGRpZ2VzdC5hc3B4P3NpZD00NTY4"
9
license=('custom')
10
depends=('ca-certificates' 'ttf-dejavu' 'freetype2' 'glibc>=2.27' 'libxext' 'libxrender' 'libxtst' 'libx11' 'opensc' 'xdg-utils' 'zlib')
11
options=('!strip' '!emptydirs' '!debug')
12
source=("${pkgname}-${pkgver}_${arch}.deb::https://adisspr.mfcr.cz/dpr/adis/idpr_pub/epodpis_info/epodpisfs-ubuntu-19.0.deb")
13
sha256sums=('dbe27a01277d8401ac6d21364db62d1dedc29f26a32c6cd364923094ca51429e')
14
15
package() {
16
# Create subdirectories
17
cd ${srcdir}
18
install -d "${pkgdir}/usr/bin"
19
20
# Extract package data
21
tar --exclude='./epodpisfs' -xI unzstd -f data.tar.xz -C "${pkgdir}"
22
23
# Fix desktop file
24
sed -i 's/^Categories=/Categories=Office;/' "${pkgdir}/usr/share/applications/${pkgname}.desktop"
25
sed -i 's/^Name=ePodpisFS - podpisová aplikace Finanční správy/Name=ePodpisFS/' "${pkgdir}/usr/share/applications/${pkgname}.desktop"
26
sed -i 's/^GenericName=ePodpisFS - podpisová aplikace Finanční správy/GenericName=Podpisová aplikace Finanční správy/' "${pkgdir}/usr/share/applications/${pkgname}.desktop"
27
sed -i 's/^Comment=some comment/Comment=Podpisová aplikace Finanční správy/' "${pkgdir}/usr/share/applications/${pkgname}.desktop"
28
29
# Symlink epodpisfs binary which is located in /opt
30
ln -sf "/opt/${pkgname}/bootstrap" "${pkgdir}/usr/bin/${pkgname}"
31
32
# Install license file
33
install -Dm 644 "${pkgdir}/opt/${pkgname}/jre/legal/java.base/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
34
35
# Fix permissions
36
chown root:root -R "${pkgdir}"
37
chmod -R go-w "${pkgdir}"
38
chmod 755 "${pkgdir}/opt/${pkgname}/bootstrap"
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |