jsesh-git

LOW
maintainer Neolux_Lee 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The non-standard host is used only to download a static icon image, which is not executable and poses no code execution risk.

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 non-standard host is used only to download a static icon image, which is not executable and poses no code execution risk.

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:16 "jsesh-icon.png::https://jsesh.qenherkhopeshef.org/user/pages/01.home/logo.png")

PKGBUILD

1 offending line(s) highlighted
1pkgname=jsesh-git
2_upstream=jsesh
3pkgver=7.11.r0.g68c4c77d
4pkgrel=2
5pkgdesc="Hieroglyphic text editor built from the upstream JSesh git repository"
6arch=('any')
7url='https://github.com/rosmord/jsesh'
8license=('custom:CeCILL' 'custom:jsesh-fonts')
9depends=('jre21-openjdk')
10makedepends=('git' 'maven')
11provides=('jsesh')
12conflicts=('jsesh' 'jsesh-bin')
13source=("jsesh::git+https://github.com/rosmord/jsesh.git"
14 "jsesh-launcher"
15 "jsesh.desktop"
16 "jsesh-icon.png::https://jsesh.qenherkhopeshef.org/user/pages/01.home/logo.png")
17sha256sums=(
18 'SKIP'
19 'bb9d9ece5cd35b820a2722945fa73e3d9a1e88f34f7e30f778bcdb4b023ac633'
20 'SKIP'
21 'SKIP'
22)
23
24pkgver() {
25 cd "${srcdir}/${_upstream}"
26
27 git describe --long --tags --abbrev=8 | sed 's/^release-//; s/\([^-]*-g\)/r\1/; s/-/./g'
28}
29
30build() {
31 cd "${srcdir}/${_upstream}"
32
33 mvn \
34 -Dmaven.repo.local="${srcdir}/m2/repository" \
35 -pl jsesh-installer \
36 -am \
37 -DskipTests \
38 package
39}
40
41package() {
42 local appdir="${pkgdir}/opt/jsesh"
43 local build_root
44
45 cd "${srcdir}/${_upstream}"
46
47 build_root="$(find jsesh-installer/target/windows -mindepth 1 -maxdepth 1 -type d -name 'JSesh-*' | head -n1)"
48
49 if [[ -z "${build_root}" ]]; then
50 echo "Missing built JSesh installer directory under jsesh-installer/target/windows" >&2
51 return 1
52 fi
53
54 install -dm755 "${appdir}"
55 cp -a "${build_root}/." "${appdir}/"
56
57 install -Dm755 "${srcdir}/jsesh-launcher" "${pkgdir}/usr/bin/jsesh"
58 install -Dm644 "jsesh-installer/src/binary/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
59 install -Dm644 "jsesh-installer/src/binary/FONT-LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/FONT-LICENSE.md"
60 install -Dm644 "${srcdir}/jsesh.desktop" "${pkgdir}/usr/share/applications/jsesh.desktop"
61 install -Dm644 "${srcdir}/jsesh-icon.png" "${pkgdir}/usr/share/icons/hicolor/48x48/apps/jsesh.png"
62 install -Dm644 "${srcdir}/jsesh-icon.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/jsesh.png"
63}
64

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion