edrawmind-bin

MEDIUM
maintainer taotieren 1 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion