chdk-licks-bin

LOW
maintainer dreieck 0 votes scanned 2026-09-17 00:27:14.276658
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"
4pkgname="${_pkgname}-bin"
5pkgver=1.07
6pkgrel=1
7epoch=0
8pkgdesc="Linux Installer for CHDK and SDM."
9arch=(
10 any
11)
12url="http://www.zenoshrdlu.com/licks/licks.html"
13license=(
14 'custom: freeware'
15)
16groups=(
17 'chdk'
18)
19depends=(
20 'bash'
21 'java-runtime'
22)
23makedepends=()
24checkdepends=()
25optdepends=()
26provides=(
27 "${_pkgname}=${pkgver}"
28)
29conflicts=(
30 "${_pkgname}"
31)
32replaces=()
33backup=()
34options=()
35install=
36changelog=
37source=(
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)
43noextract=()
44sha256sums=(
45 '6e38ccdf481a407da62d8256d9491cddca0b54806be7830321bcf2b0e1c1af45'
46 '0617c7e267bd8b670b462e0ef1ed4db10d0ead90243d4a06be97f5b0777ca9a0'
47 '311d27011684e67a8b38054aa566587609b8f00ae1c1671f1e7c54c47c8fc183'
48 '70a54171def0e302f0555a770aba7f2ebc4afab010cab573b61c95b3f0300afc'
49)
50validpgpkeys=()
51
52
53prepare() {
54 printf '%s\n' "${url}" > "${srcdir}/website.url"
55}
56
57package() {
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)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