pdf-over

maintainer kfrx · 3 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The JAR file is downloaded from the official project's domain (a-sit.at), which is plausibly the project's own release infrastructure; executing the JAR to extract files is part of the build process and not inherently malicious, and the source is verified via checksum.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The JAR file is downloaded from the official project's domain (a-sit.at), which is plausibly the project's own release infrastructure; executing the JAR to extract files is part of the build process and not inherently malicious, and the source is verified via checksum.

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:15 "${pkgname}-${pkgver}.jar::https://technology.a-sit.at/wp-content/uploads/2026/08/PDF-Over-${pkgver}.jar")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: kfrx <kfrx at protonmail dot com>
2
3pkgname=pdf-over
4pkgver=4.4.9
5pkgrel=1
6pkgdesc='Graphical tool for creating PAdES conforming PDF signatures'
7arch=('x86_64')
8url='https://technology.a-sit.at/en/pdf-over/'
9license=('custom:EUPL-1.2')
10depends=('jre21-openjdk' 'bash')
11optdepends=('libfido2: FIDO2 support')
12source=("LICENSE"
13 "${pkgname}"
14 "PDF-Over.desktop"
15 "${pkgname}-${pkgver}.jar::https://technology.a-sit.at/wp-content/uploads/2026/08/PDF-Over-${pkgver}.jar")
16noextract=("${pkgname}-${pkgver}.jar")
17sha256sums=('6fc9e709ccbfe0d77fbffa2427a983282be2eb88e47b1cdb49f21a83b4d1e665'
18 '9e410f7c97ea480d018f35d96f69ea91e97ce73a79f2a5bb99eaa65846789f70'
19 '022c3020d228f843231469cef3fb0272fca875c2545f319dcdc97ee8001188fd'
20 '27c3674c12654e2280108f08282232eddbb1c4ddb6e5e812703994838b359f5b')
21
22package() {
23 /usr/lib/jvm/java-21-openjdk/bin/java -jar "${pkgname}-${pkgver}.jar" -options <(echo "INSTALL_PATH=${srcdir}/extracted") </dev/null
24
25 install -Dm 644 extracted/lib/* -t "${pkgdir}/usr/share/java/${pkgname}"
26 install -Dm 644 extracted/icons/icon144x144.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
27 install -Dm 644 "PDF-Over.desktop" -t "${pkgdir}/usr/share/applications"
28 install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
29 install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
30}
31

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-18 00:03
@@ -1,7 +1,7 @@
# Maintainer: kfrx <kfrx at protonmail dot com>
pkgname=pdf-over
-pkgver=4.4.8
+pkgver=4.4.9
pkgrel=1
pkgdesc='Graphical tool for creating PAdES conforming PDF signatures'
arch=('x86_64')
@@ -12,12 +12,12 @@
source=("LICENSE"
"${pkgname}"
"PDF-Over.desktop"
- "${pkgname}-${pkgver}.jar::https://technology.a-sit.at/wp-content/uploads/2026/03/PDF-Over-${pkgver}.jar")
+ "${pkgname}-${pkgver}.jar::https://technology.a-sit.at/wp-content/uploads/2026/08/PDF-Over-${pkgver}.jar")
noextract=("${pkgname}-${pkgver}.jar")
sha256sums=('6fc9e709ccbfe0d77fbffa2427a983282be2eb88e47b1cdb49f21a83b4d1e665'
'9e410f7c97ea480d018f35d96f69ea91e97ce73a79f2a5bb99eaa65846789f70'
'022c3020d228f843231469cef3fb0272fca875c2545f319dcdc97ee8001188fd'
- 'fda2465b531ddd0def93261d8eea5fc79db9660ba4d53cfd71d7d3ca1fb2a290')
+ '27c3674c12654e2280108f08282232eddbb1c4ddb6e5e812703994838b359f5b')
package() {
/usr/lib/jvm/java-21-openjdk/bin/java -jar "${pkgname}-${pkgver}.jar" -options <(echo "INSTALL_PATH=${srcdir}/extracted") </dev/null

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 00:27:08 LOW 2
2026-08-11 15:21:23 MEDIUM 1
2026-06-19 19:07:35 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion