jclic

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

The package downloads a source zip from a non-whitelisted but project-related domain (clic.xtec.cat), which is plausibly official; the content is unpacked and installed without executing remote code, and the worst case of a swapped source is limited to tampering with static files or resources, not arbitrary code execution.

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 zip from a non-whitelisted but project-related domain (clic.xtec.cat), which is plausibly official; the content is unpacked and installed without executing remote code, and the worst case of a swapped source is limited to tampering with static files or resources, not arbitrary code execution.

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}.zip::http://clic.xtec.cat/dist/${pkgname}/${pkgname}-${pkgver}.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: ValHue <vhuelamo at gmail dot com>
2#
3# Contributor: Alexander Fehr <pizzapunk gmail com>
4#
5pkgname="jclic"
6pkgver="0.3.2.11"
7pkgrel="1"
8pkgdesc="Java applications for educational activities."
9arch=('any')
10url="https://clic.xtec.cat/legacy/en/index.html"
11license=('GPL2')
12depends=('java-environment')
13provides=("${pkgname}")
14
15source=("${pkgname}-${pkgver}.zip::http://clic.xtec.cat/dist/${pkgname}/${pkgname}-${pkgver}.zip")
16sha256sums=('8cc34322c185c9556a92198f7309f6885165f9742a209097771b9c1fd09daa1f')
17
18_jclic_desktop="[Desktop Entry]
19Name=JClic
20Exec=java -jar /opt/jclic/jclic.jar
21Icon=/opt/jclic/icons/jclic.png
22Type=Application
23GenericName=Educational activities
24GenericName[fr]=Activités éducatives
25Comment=Create and organize your library of activities
26Comment[fr]=Créé et organise votre bibliothèque d'activités
27Terminal=false
28Categories=Education;"
29
30_jclic_author_desktop="[Desktop Entry]
31Name=JClic author
32Exec=java -Xmx256m -jar /opt/jclic/jclicauthor.jar
33Icon=/opt/jclic/icons/author.png
34Type=Application
35GenericName=Create educational activities
36GenericName[fr]=Créer des activités éducatives
37Comment=Create educational activities
38Comment[fr]=Créé des activités éducatives
39Terminal=false
40Categories=Education;"
41
42_jclic_reports_desktop="[Desktop Entry]
43Name=JClic reports
44Exec=java -jar /opt/jclic/jclicreports.jar
45Icon=/opt/jclic/icons/reports.png
46Type=Application
47GenericName=Results of the educational activities
48GenericName[fr]=Résultats des activités éducatives
49Comment=Statistical reports
50Comment[fr]=Rapports statistique
51Terminal=false
52Categories=Education;"
53
54build() {
55 cd "${srcdir}"
56 echo -e "$_jclic_desktop" | tee jclic.desktop
57 echo -e "$_jclic_author_desktop" | tee jclic-author.desktop
58 echo -e "$_jclic_reports_desktop" | tee jclic-reports.desktop
59}
60
61package() {
62 install -d ${pkgdir}/opt
63 cp -r ${srcdir}/${pkgname}-${pkgver} ${pkgdir}/opt/${pkgname}
64
65 install -d ${pkgdir}/usr/share/applications
66 install -m 644 ${srcdir}/*.desktop ${pkgdir}/usr/share/applications/
67}
68
69# vim:set ts=4 sw=4 et syn=sh ft=sh:
70

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