chdk-licks-bin
maintainer dreieck
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:38
"licks_${pkgver}.zip::http://www.zenoshrdlu.com/licks/licks.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dreieck
2
3
_pkgname="chdk-licks"
4
pkgname="${_pkgname}-bin"
5
pkgver=1.07
6
pkgrel=1
7
epoch=0
8
pkgdesc="Linux Installer for CHDK and SDM."
9
arch=(
10
any
11
)
12
url="http://www.zenoshrdlu.com/licks/licks.html"
13
license=(
14
'custom: freeware'
15
)
16
groups=(
17
'chdk'
18
)
19
depends=(
20
'bash'
21
'java-runtime'
22
)
23
makedepends=()
24
checkdepends=()
25
optdepends=()
26
provides=(
27
"${_pkgname}=${pkgver}"
28
)
29
conflicts=(
30
"${_pkgname}"
31
)
32
replaces=()
33
backup=()
34
options=()
35
install=
36
changelog=
37
source=(
38
"licks_${pkgver}.zip::http://www.zenoshrdlu.com/licks/licks.zip"
39
"${_pkgname}_${pkgver}.html::${url}"
40
"run-licks.sh"
41
"license-info.txt"
42
)
43
noextract=()
44
sha256sums=(
45
'6e38ccdf481a407da62d8256d9491cddca0b54806be7830321bcf2b0e1c1af45'
46
'0617c7e267bd8b670b462e0ef1ed4db10d0ead90243d4a06be97f5b0777ca9a0'
47
'311d27011684e67a8b38054aa566587609b8f00ae1c1671f1e7c54c47c8fc183'
48
'70a54171def0e302f0555a770aba7f2ebc4afab010cab573b61c95b3f0300afc'
49
)
50
validpgpkeys=()
51
52
53
prepare() {
54
printf '%s\n' "${url}" > "${srcdir}/website.url"
55
}
56
57
package() {
58
install -v -m644 -D "${srcdir}/licks.jar" "${pkgdir}/usr/lib/licks/licks.jar"
59
install -v -m755 -D "${srcdir}/run-licks.sh" "${pkgdir}/usr/bin/licks"
60
61
install -v -m644 -D "${srcdir}/${_pkgname}_${pkgver}.html" "${pkgdir}/usr/share/doc/${_pkgname}/${_pkgname}.html"
62
install -v -m644 -D "${srcdir}/website.url" "${pkgdir}/usr/share/doc/${_pkgname}/website.url"
63
install -v -m644 -D "${srcdir}/license-info.txt" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING-info.txt"
64
cd "${pkgdir}/usr/share/doc/${_pkgname}"
65
ln -sfv "/usr/share/licenses/${pkgname}/COPYING-info.txt" 'COPYING-info.txt'
66
}
67
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 |