jgrasp

maintainer hcorion · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a versioned zip file from the official project domain jgrasp.org, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, this is a normal AUR packaging practice for building from official project sources.

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 source is a versioned zip file from the official project domain jgrasp.org, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, this is a normal AUR packaging practice for building from official project sources.

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 "http://www.jgrasp.org/dl4g/jgrasp/jgrasp${_version//./}_${_version_postfix}.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Zion Nimchuk <zionnimchuk@gmail.com>
2pkgname=jgrasp
3_version=2.0.6
4_version_postfix=17
5pkgver=${_version}"_"${_version_postfix}
6pkgrel=1
7pkgdesc="Lightweight development environment written in Java."
8arch=('i686' 'x86_64')
9license=('custom')
10url="http://jgrasp.org"
11options=('!strip')
12depends=('java-environment-openjdk>=8')
13makedepends=('gcc')
14source=(
15 "http://www.jgrasp.org/dl4g/jgrasp/jgrasp${_version//./}_${_version_postfix}.zip"
16 "jgrasp"
17 "jGRASP.desktop"
18 "LICENSE"
19)
20sha512sums=('52cacdc25d63e4770cc95905508ba2954c84400c8cb7ef5f1529ca5ec263ed576eec0576ec8835ef6d25a15d53b02c0956c0a7a6dddc083361e94b0cd2008dcb'
21 '5a5be3fb9a2905a8139531b3d5ea21eb11a7f70ad86581515e39da3f936d9d62158ecdba3203c95a5d115e01fa7d00e04244dcdaa56b289e532bcdefa02fd4a1'
22 'c081c3418f476bec578bb01b95ebbf0b06b3c9290b9d60efc5f4b504fc9e5eba8749724ab5bd4ad5f2a4b417b7adcf6feb92ee938aa50c464c3fdcee7d2159d8'
23 'd7cb5729610ae80879d34c1869b6fff7be9e0742165cdf80c44d8e279e4f9676d423104a666625dd43d31263d359c59005d66522916a982156d81537f03e654f'
24 )
25
26build() {
27 cd "${srcdir}/${pkgname}/src"
28 ./configure
29 ./Make.sh
30}
31
32package() {
33 cd "${srcdir}"
34 install -D -m755 "${srcdir}/../${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
35 install -D -m644 "${srcdir}/jGRASP.desktop" "${pkgdir}/usr/share/applications/jGRASP.desktop"
36 install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
37
38 cd "${srcdir}/${pkgname}"
39
40 #Cleanup some uneeded files.
41 rm -r ./src
42 cd bin
43 rm ./*.exe
44 rm ./*.bat
45 rm -r ./osx
46 cd ..
47 rm ./internal_bin/*.exe
48 rm ./internal_bin/*.dll
49
50 #Copy to proper install directory
51 cp -R "${srcdir}/${pkgname}/" "${pkgdir}/usr/share/${pkgname}/"
52}
53

Scan history

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

Report a package

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

0 / 4000
Your suggestion