mind-elixir
The package installs a prebuilt binary from a GitHub release, which is unverifiable and could be swapped by an attacker; while the source is from a project-owned repository, the use of a prebuilt .deb with a hardcoded checksum still poses a supply-chain risk if the release infrastructure is compromised.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release, which is unverifiable and could be swapped by an attacker; while the source is from a project-owned repository, the use of a prebuilt .deb with a hardcoded checksum still poses a supply-chain risk if the release infrastructure is compromised.
PKGBUILD
# Maintainer: duanluan <duanluan@outlook.com>
pkgname=mind-elixir
_pkgname=mind-elixir
pkgver=1.10.3
pkgrel=1
pkgdesc='Lightweight privacy-focused mind mapping tool (prebuilt binary)'
arch=('x86_64')
url='https://app.mind-elixir.com/'
license=('NOASSERTION')
depends=('gtk3' 'hicolor-icon-theme' 'webkit2gtk-4.1')
provides=("mind-elixir-bin=${pkgver}")
options=('!strip')
source=("Mind.Elixir_${pkgver}_amd64.deb::https://github.com/SSShooter/Mind-Elixir-Desktop-Release/releases/download/app-v${pkgver}/Mind.Elixir_${pkgver}_amd64.deb")
sha256sums=('5f05f07c7d338e88dd4b78cd4680acee2e0c8407fbb7ecce48bc81ed952c863b')
package() {
local _extractdir
_extractdir="$(mktemp -d)"
trap 'rm -rf "${_extractdir}"' EXIT
bsdtar -C "${_extractdir}" -xf "${srcdir}/Mind.Elixir_${pkgver}_amd64.deb"
bsdtar -C "${pkgdir}" -xf "${_extractdir}/data.tar.gz"
install -dm755 "${pkgdir}/usr/lib/${_pkgname}"
mv "${pkgdir}/usr/bin/MindElixir" "${pkgdir}/usr/lib/${_pkgname}/MindElixir"
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/mind-elixir" <<'SCRIPT'
#!/bin/sh
export WEBKIT_DISABLE_DMABUF_RENDERER="${WEBKIT_DISABLE_DMABUF_RENDERER:-1}"
exec /usr/lib/mind-elixir/MindElixir "$@"
SCRIPT
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/MindElixir" <<'SCRIPT'
#!/bin/sh
exec /usr/bin/mind-elixir "$@"
SCRIPT
sed -i \
-e 's|^Exec=.*|Exec=mind-elixir %U|' \
-e 's|^Categories=.*|Categories=Office;Utility;|' \
"${pkgdir}/usr/share/applications/Mind Elixir.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 21:15:20 | Medium | 2 |