xmind
MEDIUM
maintainer bacteriostat
54 votes
scanned 2026-09-17 00:27:14.276658
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
9
pkgname=xmind
10
_pkgver=26.05.01107-202609082028
11
pkgver=${_pkgver//-/.}
12
pkgrel=1
13
pkgdesc="Brainstorming and Mind Mapping Software"
14
arch=(x86_64)
15
url="https://www.xmind.net"
16
license=(unknown)
17
depends=(gtk3 alsa-lib libxkbfile nss)
18
options=(!strip)
19
20
source_x86_64=(
21
"https://dl3.xmind.app/Xmind-for-Linux-amd64bit-${_pkgver}.deb"
22
"${pkgname}.desktop"
23
"${pkgname}.sh"
24
)
25
26
sha256sums_x86_64=('cc2bcbde53d2d23f2c990ff30712c25b3f7b152c9a460c7e5ddfebcb83f0e780'
27
'26e0a8e4c7e7bd7f9c46e52f5a80de808566d9619a3df1a83fb4dda916172bae'
28
'686e5f4c0f4b26c9e66903d18550730b7496a155cfe46e2361b7293dd20677eb')
29
30
package() {
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-09-09 00:04+++ PKGBUILD @ 2026-09-17 00:27@@ -7,7 +7,7 @@ # Contributor: Jelle van der Waa <jellevdwaa@gmail.com> pkgname=xmind-_pkgver=26.05.01106-202608091931+_pkgver=26.05.01107-202609082028 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc="Brainstorming and Mind Mapping Software"@@ -23,7 +23,7 @@ "${pkgname}.sh" ) -sha256sums_x86_64=('0178c34bf8b3178b149fd9eb22842bccfbaf1e246c6fc4f91103924081f3f240'+sha256sums_x86_64=('cc2bcbde53d2d23f2c990ff30712c25b3f7b152c9a460c7e5ddfebcb83f0e780' '26e0a8e4c7e7bd7f9c46e52f5a80de808566d9619a3df1a83fb4dda916172bae' '686e5f4c0f4b26c9e66903d18550730b7496a155cfe46e2361b7293dd20677eb') 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 11:19:32 | 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 |