edrawmind-bin
This PKGBUILD downloads a prebuilt proprietary binary .deb from download.edrawsoft.com (the official EdrawSoft vendor download host) and installs it. The host is the legitimate vendor's distribution server, not a personal or unofficial host, which reduces concern somewhat. However, sha256sums_x86_64=('SKIP') means there is no integrity verification of the downloaded binary at all — if the remote file is replaced or the download is intercepted, a malicious binary would be installed and executed without any checksum check. This is a genuine supply-chain risk: a prebuilt, executed binary with no integrity check. The medium rating is appropriate: it is not clearly malicious (the host is the real vendor), but the missing checksum on an executed binary is a real concern.
Triggered rules
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_x86_64=("https://download.edrawsoft.com/${pkgname%-bin}-${arch}.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt proprietary binary .deb from download.edrawsoft.com (the official EdrawSoft vendor download host) and installs it. The host is the legitimate vendor's distribution server, not a personal or unofficial host, which reduces concern somewhat. However, sha256sums_x86_64=('SKIP') means there is no integrity verification of the downloaded binary at all — if the remote file is replaced or the download is intercepted, a malicious binary would be installed and executed without any checksum check. This is a genuine supply-chain risk: a prebuilt, executed binary with no integrity check. The medium rating is appropriate: it is not clearly malicious (the host is the real vendor), but the missing checksum on an executed binary is a real concern.
PKGBUILD
1 offending line(s) highlighted# Maintainer: taotieren <admin@taotieren.com>
pkgname=edrawmind-bin
_softname=mindmaster
_pkgname_nover=EdrawMind
_pkgname=${_pkgname_nover}-10
pkgver=10.5.4
pkgrel=2
arch=('x86_64')
options=(!strip !debug)
conflicts=("edrawmind" "mindmaster" "mindmaster_cn" "mindmaster_en")
replaces=("mindmaster_en")
pkgdesc="Multi-functional, good-looking, easy-to-use professional mind mapping software"
license=('Commercial')
url="https://www.edrawsoft.com/download-mindmaster.html"
source_x86_64=("https://download.edrawsoft.com/${pkgname%-bin}-${arch}.deb")
sha256sums_x86_64=('SKIP')
prepare() {
ar -x *.deb
mkdir -p ${pkgname%-bin}
tar -xf "${srcdir}/data.tar.xz" --xattrs-include='*' --numeric-owner -C "${pkgname%-bin}"
}
package() {
export LC_CTYPE="zh_CN.UTF-8"
mv ${srcdir}/${pkgname%-bin}/* ${pkgdir}
install -dm755 "${pkgdir}/usr/share/pixmaps/" \
"${pkgdir}/usr/share/icons/hicolor/scalable/mimetypes/" \
"${pkgdir}/usr/share/mime/packages/" \
"${pkgdir}/usr/share/applications/" \
"${pkgdir}/usr/bin/"
install -Dm0644 /dev/stdin "${pkgdir}/opt/${_pkgname}/${pkgname%-bin}.desktop" <<EOF
[Desktop Entry]
Name=${_pkgname_nover}
Name[en_US]=${pkgname%-bin}
Categories=Office;MindMap;Brainstorming;Mind;Map;
MimeType=application/x-emmx
Exec=${pkgname%-bin} %U
Terminal=false
Type=Application
Icon=${pkgname%-bin}.png
Encoding=UTF-8
Hidden=false
StartupNotify=false
X-Deepin-Vendor=EdrawSoft
Keywords=${_pkgname_nover};Mind;Brainstorming;Map;
Keywords[de]=${_pkgname_nover};MindMap;
Keywords[fr]=${_pkgname_nover};MindMap;
Keywords[ja]=${_pkgname_nover};MindMap;
Keywords[es]=${_pkgname_nover};Diagrama;
Keywords[zh_CN]=${_pkgname_nover};MindMap;
Keywords[zh_TW]=${_pkgname_nover};MindMap;
Comment=Mind Map Software
Comment[de]=mind map - software
Comment[fr]=Logiciel de carte
Comment[ja]=マインドマップソフト
Comment[es]=Mind Map Software
Comment[zh_CN]=思维导图软件
Comment[zh_TW]=心智圖軟件
EOF
ln -sf "/opt/${_pkgname}/${pkgname%-bin}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
ln -sf "/opt/${_pkgname}/EdrawMind" "${pkgdir}/usr/bin/${pkgname%-bin}"
ln -sf "/opt/${_pkgname}/${_softname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
ln -sf "/opt/${_pkgname}/emmx.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/mimetypes/emmx.svg"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |