jclic
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
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)
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# Maintainer: ValHue <vhuelamo at gmail dot com>
#
# Contributor: Alexander Fehr <pizzapunk gmail com>
#
pkgname="jclic"
pkgver="0.3.2.11"
pkgrel="1"
pkgdesc="Java applications for educational activities."
arch=('any')
url="https://clic.xtec.cat/legacy/en/index.html"
license=('GPL2')
depends=('java-environment')
provides=("${pkgname}")
source=("${pkgname}-${pkgver}.zip::http://clic.xtec.cat/dist/${pkgname}/${pkgname}-${pkgver}.zip")
sha256sums=('8cc34322c185c9556a92198f7309f6885165f9742a209097771b9c1fd09daa1f')
_jclic_desktop="[Desktop Entry]
Name=JClic
Exec=java -jar /opt/jclic/jclic.jar
Icon=/opt/jclic/icons/jclic.png
Type=Application
GenericName=Educational activities
GenericName[fr]=Activités éducatives
Comment=Create and organize your library of activities
Comment[fr]=Créé et organise votre bibliothèque d'activités
Terminal=false
Categories=Education;"
_jclic_author_desktop="[Desktop Entry]
Name=JClic author
Exec=java -Xmx256m -jar /opt/jclic/jclicauthor.jar
Icon=/opt/jclic/icons/author.png
Type=Application
GenericName=Create educational activities
GenericName[fr]=Créer des activités éducatives
Comment=Create educational activities
Comment[fr]=Créé des activités éducatives
Terminal=false
Categories=Education;"
_jclic_reports_desktop="[Desktop Entry]
Name=JClic reports
Exec=java -jar /opt/jclic/jclicreports.jar
Icon=/opt/jclic/icons/reports.png
Type=Application
GenericName=Results of the educational activities
GenericName[fr]=Résultats des activités éducatives
Comment=Statistical reports
Comment[fr]=Rapports statistique
Terminal=false
Categories=Education;"
build() {
cd "${srcdir}"
echo -e "$_jclic_desktop" | tee jclic.desktop
echo -e "$_jclic_author_desktop" | tee jclic-author.desktop
echo -e "$_jclic_reports_desktop" | tee jclic-reports.desktop
}
package() {
install -d ${pkgdir}/opt
cp -r ${srcdir}/${pkgname}-${pkgver} ${pkgdir}/opt/${pkgname}
install -d ${pkgdir}/usr/share/applications
install -m 644 ${srcdir}/*.desktop ${pkgdir}/usr/share/applications/
}
# vim:set ts=4 sw=4 et syn=sh ft=sh:
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 |