jsesh-bin
maintainer Neolux_Lee
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from the project's official GitHub releases and an icon from the project's official website; despite SKIP'd checksums and a non-whitelisted host for the icon, both are project-owned resources and the installed code is not obfuscated or executed remotely.
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 source archive from the project's official GitHub releases and an icon from the project's official website; despite SKIP'd checksums and a non-whitelisted host for the icon, both are project-owned resources and the installed code is not obfuscated or executed remotely.
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
1
# Maintainer: Neolux Lee <aur.neolux@neolux.cn.eu.org>
2
3
pkgname=jsesh-bin
4
pkgver=7.11
5
pkgrel=2
6
pkgdesc="Hieroglyphic text editor packaged from the upstream JSesh binary release"
7
arch=('any')
8
url='https://github.com/rosmord/jsesh'
9
license=('custom:CeCILL' 'custom:jsesh-fonts')
10
depends=('jre21-openjdk')
11
makedepends=('unzip')
12
source=(
13
"https://github.com/rosmord/jsesh/releases/download/release-${pkgver}/JSesh-${pkgver}.zip"
14
'jsesh'
15
'jsesh.desktop'
16
'jsesh-icon.png::https://jsesh.qenherkhopeshef.org/user/pages/01.home/logo.png'
17
)
18
noextract=("JSesh-${pkgver}.zip")
19
sha256sums=(
20
'SKIP'
21
'SKIP'
22
'SKIP'
23
'SKIP'
24
)
25
26
package() {
27
cd "${srcdir}"
28
29
unzip -oq "JSesh-${pkgver}.zip"
30
31
install -dm755 "${pkgdir}/opt/jsesh/${pkgver}"
32
cp -a "JSesh-${pkgver}/." "${pkgdir}/opt/jsesh/${pkgver}/"
33
34
install -Dm755 "jsesh" "${pkgdir}/usr/bin/jsesh"
35
install -Dm644 "JSesh-${pkgver}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
36
install -Dm644 "JSesh-${pkgver}/FONT-LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/FONT-LICENSE.md"
37
install -Dm644 "${srcdir}/jsesh.desktop" "${pkgdir}/usr/share/applications/jsesh.desktop"
38
install -Dm644 "${srcdir}/jsesh.desktop" "${pkgdir}/usr/share/applications/jsesh.desktop"
39
install -Dm644 "${srcdir}/jsesh-icon.png" "${pkgdir}/usr/share/icons/hicolor/48x48/apps/jsesh.png"
40
install -Dm644 "${srcdir}/jsesh-icon.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/jsesh.png"
41
}
42
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 |