mindwtr-beta-bin
LOW
maintainer dongdongbh
0 votes
scanned 2026-08-31 19:46:16.204478
Why flagged
The package downloads a prebuilt .deb from GitHub releases, which is a supply-chain risk if the source is compromised, but it is the official release channel for the project and the binary is from a tagged release.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt .deb from GitHub releases, which is a supply-chain risk if the source is compromised, but it is the official release channel for the project and the binary is from a tagged release.
PKGBUILD
1
# Maintainer: dongdongbh <dongdongbhbh@gmail.com>
2
pkgname=mindwtr-beta-bin
3
pkgver=1.2.5
4
epoch=1
5
pkgrel=1
6
pkgdesc="A complete Getting Things Done (GTD) productivity system - Mind Like Water (beta binary release)"
7
arch=('x86_64')
8
url="https://github.com/dongdongbh/Mindwtr"
9
license=('AGPL3')
10
depends=('webkit2gtk-4.1' 'gtk3' 'libappindicator-gtk3')
11
optdepends=('evolution-data-server: GNOME system calendar integration')
12
provides=('mindwtr' 'mindwtr-bin')
13
conflicts=('mindwtr' 'mindwtr-bin')
14
_release_tag=v1.2.5
15
_asset_version=1.2.5
16
source_x86_64=("${url}/releases/download/${_release_tag}/mindwtr_${_asset_version}_amd64.deb")
17
sha256sums_x86_64=('2a5bcc8670cd944cfcd7806f89241ced369ad2469255a61f397985a14a13d908')
18
19
package() {
20
tar -xf data.tar.zst -C "${pkgdir}" || tar -xf data.tar.gz -C "${pkgdir}"
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 19:46:16 | Low | 2 |