edrawmind-bin

maintainer taotieren · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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_x86_64=("https://download.edrawsoft.com/${pkgname%-bin}-${arch}.deb")
MEDIUM AI review 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
1# Maintainer: taotieren <admin@taotieren.com>
2
3pkgname=edrawmind-bin
4_softname=mindmaster
5_pkgname_nover=EdrawMind
6_pkgname=${_pkgname_nover}-10
7pkgver=10.5.4
8pkgrel=2
9arch=('x86_64')
10options=(!strip !debug)
11conflicts=("edrawmind" "mindmaster" "mindmaster_cn" "mindmaster_en")
12replaces=("mindmaster_en")
13pkgdesc="Multi-functional, good-looking, easy-to-use professional mind mapping software"
14license=('Commercial')
15url="https://www.edrawsoft.com/download-mindmaster.html"
16source_x86_64=("https://download.edrawsoft.com/${pkgname%-bin}-${arch}.deb")
17sha256sums_x86_64=('SKIP')
18
19prepare() {
20 ar -x *.deb
21 mkdir -p ${pkgname%-bin}
22 tar -xf "${srcdir}/data.tar.xz" --xattrs-include='*' --numeric-owner -C "${pkgname%-bin}"
23}
24
25package() {
26 export LC_CTYPE="zh_CN.UTF-8"
27 mv ${srcdir}/${pkgname%-bin}/* ${pkgdir}
28
29 install -dm755 "${pkgdir}/usr/share/pixmaps/" \
30 "${pkgdir}/usr/share/icons/hicolor/scalable/mimetypes/" \
31 "${pkgdir}/usr/share/mime/packages/" \
32 "${pkgdir}/usr/share/applications/" \
33 "${pkgdir}/usr/bin/"
34
35 install -Dm0644 /dev/stdin "${pkgdir}/opt/${_pkgname}/${pkgname%-bin}.desktop" <<EOF
36[Desktop Entry]
37Name=${_pkgname_nover}
38Name[en_US]=${pkgname%-bin}
39Categories=Office;MindMap;Brainstorming;Mind;Map;
40MimeType=application/x-emmx
41Exec=${pkgname%-bin} %U
42Terminal=false
43Type=Application
44Icon=${pkgname%-bin}.png
45Encoding=UTF-8
46Hidden=false
47StartupNotify=false
48X-Deepin-Vendor=EdrawSoft
49Keywords=${_pkgname_nover};Mind;Brainstorming;Map;
50Keywords[de]=${_pkgname_nover};MindMap;
51Keywords[fr]=${_pkgname_nover};MindMap;
52Keywords[ja]=${_pkgname_nover};MindMap;
53Keywords[es]=${_pkgname_nover};Diagrama;
54Keywords[zh_CN]=${_pkgname_nover};MindMap;
55Keywords[zh_TW]=${_pkgname_nover};MindMap;
56Comment=Mind Map Software
57Comment[de]=mind map - software
58Comment[fr]=Logiciel de carte
59Comment[ja]=マインドマップソフト
60Comment[es]=Mind Map Software
61Comment[zh_CN]=思维导图软件
62Comment[zh_TW]=心智圖軟件
63
64EOF
65
66 ln -sf "/opt/${_pkgname}/${pkgname%-bin}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
67 ln -sf "/opt/${_pkgname}/EdrawMind" "${pkgdir}/usr/bin/${pkgname%-bin}"
68 ln -sf "/opt/${_pkgname}/${_softname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
69 ln -sf "/opt/${_pkgname}/emmx.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/mimetypes/emmx.svg"
70}
71

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion