xcursor-lambda
The package downloads cursor theme data from a non-whitelisted but plausibly official KDE-look API; the worst case of a swapped source is cosmetic tampering, not code execution, as it installs only theme files.
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 cursor theme data from a non-whitelisted but plausibly official KDE-look API; the worst case of a swapped source is cosmetic tampering, not code execution, as it installs only theme files.
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:17
source=("${pkgname}_dl.xml::https://api.kde-look.org/ocs/v1/content/download/${_ocsid}/${_fileidx}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Markus Kitsinger (SwooshyCueb) <root@swooshalicio.us>
pkgname=xcursor-lambda
pkgver=1.3
pkgrel=1
_ocsid=999496
_fileidx=1
_ocsid_black=999424
_fileidx_black=1
pkgdesc="Recreation of the perspective cursor theme with some changes and a black variant"
arch=('any')
url="https://www.pling.com/p/${_ocsid}/"
depends=('libxcursor')
makedepends=('libxml2')
options=('!debug')
# the acutal download URL changes occasionally, so we have to use the API to fetch it
source=("${pkgname}_dl.xml::https://api.kde-look.org/ocs/v1/content/download/${_ocsid}/${_fileidx}"
"${pkgname}-black_dl.xml::https://api.kde-look.org/ocs/v1/content/download/${_ocsid_black}/${_fileidx_black}"
"lambda.index.theme"
"lambda-black.index.theme")
sha256sums=('SKIP'
'SKIP'
'06356d3e024295a514fbe3c51e4c9ab0ac45bca1ae2a78c875cb4a638b30890b'
'1fa2aee2f4184f514af37ff4d18cb681c3ca524c360895bf9a2b3128d21b33de')
prepare() {
echo -n ' '; msg "$(gettext "Retrieving sources...")"
cd "${startdir}"
_downloadlink=$(xmllint --xpath '//ocs/data/content[@details="download"]/downloadlink/text()' "${srcdir}/${pkgname}_dl.xml")
_downloadlink_black=$(xmllint --xpath '//ocs/data/content[@details="download"]/downloadlink/text()' "${srcdir}/${pkgname}-black_dl.xml")
_netfile="${pkgname}.tar.gz::${_downloadlink}"
_netfile_black="${pkgname}-black.tar.gz::${_downloadlink_black}"
download_file "${_netfile}"
download_file "${_netfile_black}"
echo -n ' '; msg "$(gettext "Validating %s files with %s...")" "source" "sha256sums"
verify_integrity_one "${_netfile}" sha256 "01d4f40830d20173a69cb8bed0ea26435bce0570d4591a8281bccef870ee5737"
verify_integrity_one "${_netfile_black}" sha256 "a12187b20c94923d303e799021d44e9cad095adb6b55bcc211baf488d5de0b55"
echo -n ' '; msg "$(gettext "Extracting sources...")"
cd "${srcdir}"
extract_file "${_netfile}"
extract_file "${_netfile_black}"
}
package() {
install -d "${pkgdir}/usr/share/icons"
cp -r "${srcdir}/Lambda" "${pkgdir}/usr/share/icons"
cp -r "${srcdir}/Lambda-black" "${pkgdir}/usr/share/icons"
install -Dm644 "${srcdir}/lambda.index.theme" "${pkgdir}/usr/share/icons/Lambda/index.theme"
install -Dm644 "${srcdir}/lambda-black.index.theme" "${pkgdir}/usr/share/icons/Lambda-black/index.theme"
}
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 |