xmind

maintainer bacteriostat · 54 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from a non-whitelisted host (dl3.xmind.app), which is not a standard or widely trusted domain, posing a supply-chain risk if the host is compromised or malicious.

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:21 "https://dl3.xmind.app/Xmind-for-Linux-amd64bit-${_pkgver}.deb"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted host (dl3.xmind.app), which is not a standard or widely trusted domain, posing a supply-chain risk if the host is compromised or malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: bacteriostat <dev dot bacteriostat at aleeas dot com>
2# Contributor: FabioLolix
3# Contributor: archplayer
4# Contributor: RemiliaForever <remilia AT koumakan DOT cc>
5# Contributor: Felix Yan <felixonmars@gmail.com>
6# Contributor: Christoph Drexler <chrdr at gmx dot at>
7# Contributor: Jelle van der Waa <jellevdwaa@gmail.com>
8
9pkgname=xmind
10_pkgver=26.05.01105-202607290812
11pkgver=${_pkgver//-/.}
12pkgrel=1
13pkgdesc="Brainstorming and Mind Mapping Software"
14arch=(x86_64)
15url="https://www.xmind.net"
16license=(unknown)
17depends=(gtk3 alsa-lib libxkbfile nss)
18options=(!strip)
19
20source_x86_64=(
21 "https://dl3.xmind.app/Xmind-for-Linux-amd64bit-${_pkgver}.deb"
22 "${pkgname}.desktop"
23 "${pkgname}.sh"
24)
25
26sha256sums_x86_64=('a608b915dc659d9c9cf33936c83014a09ca57f78d2d3c9b16ce5909fd4cbf0a0'
27 '26e0a8e4c7e7bd7f9c46e52f5a80de808566d9619a3df1a83fb4dda916172bae'
28 '686e5f4c0f4b26c9e66903d18550730b7496a155cfe46e2361b7293dd20677eb')
29
30package() {
31 bsdtar -xf ${srcdir}/data.tar.gz -C ${pkgdir}/
32 install -d "$pkgdir/usr/bin"
33
34 # Add custom desktop file
35 install -m644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
36
37 # Add custom launcher to allow passing user flags
38 install -m755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
39}
40

Changes since previous scan

--- PKGBUILD @ 2026-07-30 00:17
+++ PKGBUILD @ 2026-08-03 00:08
@@ -7,7 +7,7 @@
# Contributor: Jelle van der Waa <jellevdwaa@gmail.com>
pkgname=xmind
-_pkgver=26.04.01341-202607120809
+_pkgver=26.05.01105-202607290812
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Brainstorming and Mind Mapping Software"
@@ -23,7 +23,7 @@
"${pkgname}.sh"
)
-sha256sums_x86_64=('4f16c6ac42d61d3263d6bb17a6e96b74e888a37014bce7ac4f4e0962a66f9211'
+sha256sums_x86_64=('a608b915dc659d9c9cf33936c83014a09ca57f78d2d3c9b16ce5909fd4cbf0a0'
'26e0a8e4c7e7bd7f9c46e52f5a80de808566d9619a3df1a83fb4dda916172bae'
'686e5f4c0f4b26c9e66903d18550730b7496a155cfe46e2361b7293dd20677eb')

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 11:14:12 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

Report a package

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

0 / 4000
Your suggestion