shodo
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
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)
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# Maintainer: tioguda <guda.flavio@gmail.com>
pkgbase=shodo
pkgname=${pkgbase}
pkgver=1.2.0
pkgrel=1
arch=('any')
pkgdesc="Assinador fornecido pela Justiça do Trabalho para realizar assinaturas digitais no PJe"
url="https://pje.csjt.jus.br/manual/index.php/Shodo"
license=('custom')
makedepends=('imagemagick')
depends=('java-runtime=8')
install=${pkgname}.install
source=("${pkgname}-${pkgver}.jar::https://pje.trt8.jus.br/shodo/shodo.jar"
"${pkgbase}.png"
"${pkgbase}")
sha256sums=('653fa7dd1e07d941bae7e431675cac44a455b5a285b5ee64f3f8a796371e5c5e'
'68c1fa6b45b21fd1a8df30338a957b4657257ab9c8bc456a5873f8a589de9f41'
'cc1f6d2470a6a77044f89b3f1c6d4b67d4e94746682a85851e754dfb0ebd29ed')
noextract=("${pkgname}-${pkgver}.jar")
_shodo_desktop="[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Shodõ - Assinador Digital
Comment=Assinador fornecido pela Justiça do Trabalho para realizar assinaturas digitais no PJe
Exec=${pkgbase}
Icon=${pkgbase}
Categories=Utility;
StartupWMClass=br-jus-csjt-assinadorjt-Main"
build() {
cd "${srcdir}"
echo -e "$_shodo_desktop" | tee "${pkgbase}.desktop"
}
package() {
mkdir -p "${pkgdir}/opt/${pkgname}"
cd ${srcdir}
install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -Dm 755 "${pkgname}-${pkgver}.jar" "${pkgdir}/opt/${pkgname}/${pkgname}.jar"
install -Dm 644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -Dm 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
for size in 22 24 32 48 64 128; do
mkdir -p "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps"
convert "${srcdir}/${pkgname}.png" -resize "${size}x${size}" \
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}.png"
done
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |