easyeda-bin
maintainer v.prokopyev
· 10 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official project domain (easyeda.com) which is not on the whitelist but is plausibly legitimate; the downloaded artifact is a zip file containing the official application, not an obfuscated or malicious payload, and no remote code execution occurs during build or install.
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 the official project domain (easyeda.com) which is not on the whitelist but is plausibly legitimate; the downloaded artifact is a zip file containing the official application, not an obfuscated or malicious payload, and no remote code execution occurs during build or install.
2 higher static findings superseded - not the current verdict (shown for transparency)
MEDIUM
External download from an untrusted host, not in source=()
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:21
curl -sSfL -o "LICENSE-$pkgver.html" "https://easyeda.com/page/legal"
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:16
source=("${_pkgname}-${pkgver}.zip::https://image.easyeda.com/files/${_pkgname}-linux-x64-${pkgver}.zip")
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Vasilly Prokopyev <Vasilly.Prokopyev at google mail>
2
# Contributor: 欠陥電気 <misaka13514 at google mail>
3
4
pkgname=easyeda-bin
5
_pkgname=${pkgname%-bin}
6
pkgver=6.5.51
7
pkgrel=1
8
pkgdesc="A Simple and Powerful Electronic Circuit Design Tool"
9
arch=('x86_64')
10
url="https://easyeda.com/"
11
license=('LicenseRef-EasyEDA-Proprietary')
12
depends=('gtk3' 'nss' 'libxss' 'alsa-lib')
13
makedepends=('curl')
14
provides=("${_pkgname}")
15
conflicts=("${_pkgname}")
16
source=("${_pkgname}-${pkgver}.zip::https://image.easyeda.com/files/${_pkgname}-linux-x64-${pkgver}.zip")
17
sha256sums=('40b85f629635a1ae3e2b34c124f963d6dc9bf4de6254c794f7b12c5dd95c2f02')
18
19
prepare() {
20
# https://gitlab.archlinux.org/pacman/pacman-contrib/-/issues/119
21
curl -sSfL -o "LICENSE-$pkgver.html" "https://easyeda.com/page/legal"
22
}
23
24
package() {
25
install -dm755 ${pkgdir}/opt/${_pkgname}
26
mv ${srcdir}/easyeda-linux-x64/* ${pkgdir}/opt/${_pkgname}
27
28
# icon
29
local _icon
30
for _icon in 16 32 48 64 128 256; do
31
install -Dm644 ${pkgdir}/opt/${_pkgname}/icon/${_icon}x${_icon}/${_pkgname}.png \
32
${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${_pkgname}.png
33
done
34
rm -rf ${pkgdir}/opt/${_pkgname}/icon
35
36
# desktop entry
37
install -Dm644 ${pkgdir}/opt/${_pkgname}/EASYEDA.dkt \
38
${pkgdir}/usr/share/applications/${_pkgname}.desktop
39
40
sed -i 's|/opt/easyeda/icon/128x128/easyeda.png|easyeda|g' \
41
${pkgdir}/usr/share/applications/${_pkgname}.desktop
42
sed -i 's|/opt/easyeda/||g' \
43
${pkgdir}/usr/share/applications/${_pkgname}.desktop
44
rm -rf ${pkgdir}/opt/${_pkgname}/EASYEDA.dkt
45
46
# soft link
47
install -dm755 ${pkgdir}/usr/bin
48
ln -s /opt/${_pkgname}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
49
chmod 755 ${pkgdir}/opt/${_pkgname}/${_pkgname}
50
51
# LICENSE
52
install -Dm644 LICENSE-$pkgver.html ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 00:09:25 | LOW | 3 |