txdx-bin
maintainer ariejan
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary from the project's own GitLab instance, which is plausibly controlled by the maintainer; while the host is not standard, it hosts official project releases, and the checksum is provided, reducing supply-chain risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt binary from the project's own GitLab instance, which is plausibly controlled by the maintainer; while the host is not standard, it hosts official project releases, and the checksum is provided, reducing supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
source=("https://gitlab.devroom.io/api/v4/projects/17/packages/generic/txdx/1.1.5/txdx-1.1.5-linux-x64.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ariejan de Vroom <ariejan[at]devroom[dot]io>
2
pkgname=txdx-bin
3
_pkgname=txdx
4
pkgver=1.1.5
5
pkgrel=1
6
pkgdesc="Todo's like you've never seen before"
7
arch=('x86_64')
8
url='https://www.txdx.eu'
9
license=('GPL2')
10
provides=("$_pkgname")
11
conflicts=("$_pkgname")
12
depends=('gtk3' 'zenity')
13
14
source=("https://gitlab.devroom.io/api/v4/projects/17/packages/generic/txdx/1.1.5/txdx-1.1.5-linux-x64.tar.gz")
15
sha256sums=('f10974825aa4dda8f25bfe28201698ac2c92fd736c4e57f60aa709ccb66b66ef')
16
17
package() {
18
install -dm755 ${pkgdir}/opt/${_pkgname}/
19
mv ${_pkgname} ${pkgdir}/opt/${_pkgname}/
20
mv data ${pkgdir}/opt/${_pkgname}/
21
mv lib ${pkgdir}/opt/${_pkgname}/
22
23
install -dm755 ${pkgdir}/usr/bin
24
ln -s /opt/${_pkgname}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
25
26
install -Dm 644 ${pkgdir}/opt/${_pkgname}/data/flutter_assets/assets/txdx.png ${pkgdir}/usr/share/pixmaps/txdx.png
27
28
install -dm 755 "${pkgdir}/usr/share/applications"
29
cat > ${pkgdir}/usr/share/applications/${_pkgname}.desktop << EOF
30
[Desktop Entry]
31
Name=TxDx
32
Comment=Todo.txt for your desktop
33
Exec=${_pkgname}
34
Version=${pkgver}
35
Type=Application
36
Icon=${_pkgname}
37
Terminal=false
38
StartupNotify=false
39
Categories=Productivity;Utilities;
40
EOF
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |