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
3pkgname=lceda-bin
4_pkgname=${pkgname%-bin}
5pkgver=6.5.51
6pkgrel=1
7pkgdesc="免费、强大、易用的在线电路设计软件"
8arch=('x86_64')
9url="https://lceda.cn/page/download"
10license=('custom')
11depends=('gtk3' 'nss' 'libxss')
12provides=("${_pkgname}")
13conflicts=("${_pkgname}")
14source=("${_pkgname}-${pkgver}.zip::https://image.lceda.cn/files/${_pkgname}-linux-x64-${pkgver}.zip"
15 "LICENSE")
16sha256sums=('3aa29ca84b96d3841e73d9b18d6008af3d0dfe3422d9e7802a367bf24bcf4951'
17 '9b53bc19a98498c86019cc32a3ade6ad0ee4b12ba30686feb93132a5f0da52f5')
18
19package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion