shodo
maintainer tioguda
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The JAR file is downloaded from a government judicial domain (trt8.jus.br) which is plausibly official, and the package installs only this JAR, a desktop file, and icons; no remote code execution or obfuscation is present.
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 JAR file is downloaded from a government judicial domain (trt8.jus.br) which is plausibly official, and the package installs only this JAR, a desktop file, and icons; no remote code execution or obfuscation is present.
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
source=("${pkgname}-${pkgver}.jar::https://pje.trt8.jus.br/shodo/shodo.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: tioguda <guda.flavio@gmail.com>
2
3
pkgbase=shodo
4
pkgname=${pkgbase}
5
pkgver=1.2.0
6
pkgrel=1
7
arch=('any')
8
pkgdesc="Assinador fornecido pela Justiça do Trabalho para realizar assinaturas digitais no PJe"
9
url="https://pje.csjt.jus.br/manual/index.php/Shodo"
10
license=('custom')
11
makedepends=('imagemagick')
12
depends=('java-runtime=8')
13
install=${pkgname}.install
14
15
source=("${pkgname}-${pkgver}.jar::https://pje.trt8.jus.br/shodo/shodo.jar"
16
"${pkgbase}.png"
17
"${pkgbase}")
18
sha256sums=('653fa7dd1e07d941bae7e431675cac44a455b5a285b5ee64f3f8a796371e5c5e'
19
'68c1fa6b45b21fd1a8df30338a957b4657257ab9c8bc456a5873f8a589de9f41'
20
'cc1f6d2470a6a77044f89b3f1c6d4b67d4e94746682a85851e754dfb0ebd29ed')
21
22
noextract=("${pkgname}-${pkgver}.jar")
23
24
_shodo_desktop="[Desktop Entry]
25
Version=1.0
26
Terminal=false
27
Type=Application
28
Name=Shodõ - Assinador Digital
29
Comment=Assinador fornecido pela Justiça do Trabalho para realizar assinaturas digitais no PJe
30
Exec=${pkgbase}
31
Icon=${pkgbase}
32
Categories=Utility;
33
StartupWMClass=br-jus-csjt-assinadorjt-Main"
34
35
build() {
36
cd "${srcdir}"
37
echo -e "$_shodo_desktop" | tee "${pkgbase}.desktop"
38
}
39
40
package() {
41
mkdir -p "${pkgdir}/opt/${pkgname}"
42
cd ${srcdir}
43
44
install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
45
install -Dm 755 "${pkgname}-${pkgver}.jar" "${pkgdir}/opt/${pkgname}/${pkgname}.jar"
46
install -Dm 644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
47
install -Dm 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
48
49
for size in 22 24 32 48 64 128; do
50
mkdir -p "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps"
51
convert "${srcdir}/${pkgname}.png" -resize "${size}x${size}" \
52
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}.png"
53
done
54
}
55
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 |