chdk-licks-bin
The package downloads a jar file and related assets from the project's official, plausibly maintained domain; this is a normal source for building the package, and the jar is part of the project's own release, not a third-party executable.
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 jar file and related assets from the project's official, plausibly maintained domain; this is a normal source for building the package, and the jar is part of the project's own release, not a third-party executable.
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:38
"licks_${pkgver}.zip::http://www.zenoshrdlu.com/licks/licks.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: dreieck
_pkgname="chdk-licks"
pkgname="${_pkgname}-bin"
pkgver=1.07
pkgrel=1
epoch=0
pkgdesc="Linux Installer for CHDK and SDM."
arch=(
any
)
url="http://www.zenoshrdlu.com/licks/licks.html"
license=(
'custom: freeware'
)
groups=(
'chdk'
)
depends=(
'bash'
'java-runtime'
)
makedepends=()
checkdepends=()
optdepends=()
provides=(
"${_pkgname}=${pkgver}"
)
conflicts=(
"${_pkgname}"
)
replaces=()
backup=()
options=()
install=
changelog=
source=(
"licks_${pkgver}.zip::http://www.zenoshrdlu.com/licks/licks.zip"
"${_pkgname}_${pkgver}.html::${url}"
"run-licks.sh"
"license-info.txt"
)
noextract=()
sha256sums=(
'6e38ccdf481a407da62d8256d9491cddca0b54806be7830321bcf2b0e1c1af45'
'0617c7e267bd8b670b462e0ef1ed4db10d0ead90243d4a06be97f5b0777ca9a0'
'311d27011684e67a8b38054aa566587609b8f00ae1c1671f1e7c54c47c8fc183'
'70a54171def0e302f0555a770aba7f2ebc4afab010cab573b61c95b3f0300afc'
)
validpgpkeys=()
prepare() {
printf '%s\n' "${url}" > "${srcdir}/website.url"
}
package() {
install -v -m644 -D "${srcdir}/licks.jar" "${pkgdir}/usr/lib/licks/licks.jar"
install -v -m755 -D "${srcdir}/run-licks.sh" "${pkgdir}/usr/bin/licks"
install -v -m644 -D "${srcdir}/${_pkgname}_${pkgver}.html" "${pkgdir}/usr/share/doc/${_pkgname}/${_pkgname}.html"
install -v -m644 -D "${srcdir}/website.url" "${pkgdir}/usr/share/doc/${_pkgname}/website.url"
install -v -m644 -D "${srcdir}/license-info.txt" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING-info.txt"
cd "${pkgdir}/usr/share/doc/${_pkgname}"
ln -sfv "/usr/share/licenses/${pkgname}/COPYING-info.txt" 'COPYING-info.txt'
}
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 |