lceda-bin
maintainer yjun
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:14
source=("${_pkgname}-${pkgver}.zip::https://image.lceda.cn/files/${_pkgname}-linux-x64-${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: yjun <jerrysteve1101 at gmail dot com>
2
3
pkgname=lceda-bin
4
_pkgname=${pkgname%-bin}
5
pkgver=6.5.51
6
pkgrel=1
7
pkgdesc="免费、强大、易用的在线电路设计软件"
8
arch=('x86_64')
9
url="https://lceda.cn/page/download"
10
license=('custom')
11
depends=('gtk3' 'nss' 'libxss')
12
provides=("${_pkgname}")
13
conflicts=("${_pkgname}")
14
source=("${_pkgname}-${pkgver}.zip::https://image.lceda.cn/files/${_pkgname}-linux-x64-${pkgver}.zip"
15
"LICENSE")
16
sha256sums=('3aa29ca84b96d3841e73d9b18d6008af3d0dfe3422d9e7802a367bf24bcf4951'
17
'9b53bc19a98498c86019cc32a3ade6ad0ee4b12ba30686feb93132a5f0da52f5')
18
19
package() {
20
21
install -dm755 ${pkgdir}/opt/${_pkgname}
22
cp -pr ${srcdir}/lceda-linux-x64/* ${pkgdir}/opt/${_pkgname}
23
24
# icon
25
local _icon
26
for _icon in 16 32 48 64 128 256;
27
do
28
install -Dm644 ${pkgdir}/opt/${_pkgname}/icon/${_icon}x${_icon}/${_pkgname}.png \
29
${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${_pkgname}.png
30
done
31
rm -rf ${pkgdir}/opt/${_pkgname}/icon
32
33
# desktop entry
34
install -Dm644 ${pkgdir}/opt/${_pkgname}/LCEDA.dkt \
35
${pkgdir}/usr/share/applications/${_pkgname}.desktop
36
37
sed -i 's|/lceda-linux-x64/icon/128x128/lceda.png|lceda|g' \
38
${pkgdir}/usr/share/applications/${_pkgname}.desktop
39
sed -i 's|/lceda-linux-x64/||g' ${pkgdir}/usr/share/applications/${_pkgname}.desktop
40
rm -rf ${pkgdir}/opt/${_pkgname}/LCEDA.dkt
41
42
# soft link
43
install -dm755 ${pkgdir}/usr/bin
44
ln -s /opt/${_pkgname}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
45
chmod 755 ${pkgdir}/opt/${_pkgname}/${_pkgname}
46
47
# LICENSE
48
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
49
}
50
51
# vim: set sw=2 ts=2 et:
52
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 |