edrawmind-bin
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-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |