lceda-bin
The package downloads a prebuilt binary from a project-owned subdomain (image.lceda.cn), which is not on the whitelist but plausibly official; the content is installed as-is without obfuscation or remote code execution, and the checksum is verified, limiting supply-chain risk to LOW.
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 prebuilt binary from a project-owned subdomain (image.lceda.cn), which is not on the whitelist but plausibly official; the content is installed as-is without obfuscation or remote code execution, and the checksum is verified, limiting supply-chain risk to LOW.
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:14
source=("${_pkgname}-${pkgver}.zip::https://image.lceda.cn/files/${_pkgname}-linux-x64-${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: yjun <jerrysteve1101 at gmail dot com>
pkgname=lceda-bin
_pkgname=${pkgname%-bin}
pkgver=6.5.51
pkgrel=1
pkgdesc="免费、强大、易用的在线电路设计软件"
arch=('x86_64')
url="https://lceda.cn/page/download"
license=('custom')
depends=('gtk3' 'nss' 'libxss')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}-${pkgver}.zip::https://image.lceda.cn/files/${_pkgname}-linux-x64-${pkgver}.zip"
"LICENSE")
sha256sums=('3aa29ca84b96d3841e73d9b18d6008af3d0dfe3422d9e7802a367bf24bcf4951'
'9b53bc19a98498c86019cc32a3ade6ad0ee4b12ba30686feb93132a5f0da52f5')
package() {
install -dm755 ${pkgdir}/opt/${_pkgname}
cp -pr ${srcdir}/lceda-linux-x64/* ${pkgdir}/opt/${_pkgname}
# icon
local _icon
for _icon in 16 32 48 64 128 256;
do
install -Dm644 ${pkgdir}/opt/${_pkgname}/icon/${_icon}x${_icon}/${_pkgname}.png \
${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${_pkgname}.png
done
rm -rf ${pkgdir}/opt/${_pkgname}/icon
# desktop entry
install -Dm644 ${pkgdir}/opt/${_pkgname}/LCEDA.dkt \
${pkgdir}/usr/share/applications/${_pkgname}.desktop
sed -i 's|/lceda-linux-x64/icon/128x128/lceda.png|lceda|g' \
${pkgdir}/usr/share/applications/${_pkgname}.desktop
sed -i 's|/lceda-linux-x64/||g' ${pkgdir}/usr/share/applications/${_pkgname}.desktop
rm -rf ${pkgdir}/opt/${_pkgname}/LCEDA.dkt
# soft link
install -dm755 ${pkgdir}/usr/bin
ln -s /opt/${_pkgname}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
chmod 755 ${pkgdir}/opt/${_pkgname}/${_pkgname}
# LICENSE
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
# vim: set sw=2 ts=2 et:
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 |