easyeda-bin

LOW
maintainer v.prokopyev 9 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=easyeda-bin
5_pkgname=${pkgname%-bin}
6pkgver=6.5.51
7pkgrel=1
8pkgdesc="A Simple and Powerful Electronic Circuit Design Tool"
9arch=('x86_64')
10url="https://easyeda.com/"
11license=('LicenseRef-EasyEDA-Proprietary')
12depends=('gtk3' 'nss' 'libxss' 'alsa-lib')
13makedepends=('curl')
14provides=("${_pkgname}")
15conflicts=("${_pkgname}")
16source=("${_pkgname}-${pkgver}.zip::https://image.easyeda.com/files/${_pkgname}-linux-x64-${pkgver}.zip")
17sha256sums=('40b85f629635a1ae3e2b34c124f963d6dc9bf4de6254c794f7b12c5dd95c2f02')
18
19prepare() {
20 # https://gitlab.archlinux.org/pacman/pacman-contrib/-/issues/119
21 curl -sSfL -o "LICENSE-$pkgver.html" "https://easyeda.com/page/legal"
22}
23
24package() {
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)SeverityRules
2026-09-17 00:27:14 Low 3
2026-09-16 00:03:17 Low 3
2026-09-15 00:25:31 Low 3
2026-09-14 00:27:57 Low 3
2026-09-13 00:19:54 Low 3
2026-09-12 00:25:17 Low 3
2026-09-11 00:19:22 Low 3
2026-09-10 00:22:44 Low 3
2026-09-09 00:04:09 Low 3
2026-09-08 00:18:08 Low 3
2026-09-07 00:30:15 Low 3
2026-09-06 00:17:06 Low 3
2026-09-05 00:16:27 Low 3
2026-09-04 00:03:13 Low 3
2026-09-03 00:15:47 Low 3
2026-09-02 00:02:31 Low 3
2026-09-01 00:11:19 Low 3
2026-08-31 00:19:57 Low 3
2026-08-30 00:04:14 Low 3
2026-08-29 00:29:17 Low 3

Report a package

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

0 / 4000
Your suggestion