easyeda-bin
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
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)
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"
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# Maintainer: Vasilly Prokopyev <Vasilly.Prokopyev at google mail>
# Contributor: 欠陥電気 <misaka13514 at google mail>
pkgname=easyeda-bin
_pkgname=${pkgname%-bin}
pkgver=6.5.51
pkgrel=1
pkgdesc="A Simple and Powerful Electronic Circuit Design Tool"
arch=('x86_64')
url="https://easyeda.com/"
license=('LicenseRef-EasyEDA-Proprietary')
depends=('gtk3' 'nss' 'libxss' 'alsa-lib')
makedepends=('curl')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}-${pkgver}.zip::https://image.easyeda.com/files/${_pkgname}-linux-x64-${pkgver}.zip")
sha256sums=('40b85f629635a1ae3e2b34c124f963d6dc9bf4de6254c794f7b12c5dd95c2f02')
prepare() {
# https://gitlab.archlinux.org/pacman/pacman-contrib/-/issues/119
curl -sSfL -o "LICENSE-$pkgver.html" "https://easyeda.com/page/legal"
}
package() {
install -dm755 ${pkgdir}/opt/${_pkgname}
mv ${srcdir}/easyeda-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}/EASYEDA.dkt \
${pkgdir}/usr/share/applications/${_pkgname}.desktop
sed -i 's|/opt/easyeda/icon/128x128/easyeda.png|easyeda|g' \
${pkgdir}/usr/share/applications/${_pkgname}.desktop
sed -i 's|/opt/easyeda/||g' \
${pkgdir}/usr/share/applications/${_pkgname}.desktop
rm -rf ${pkgdir}/opt/${_pkgname}/EASYEDA.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-$pkgver.html ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |