di-tui
maintainer prurigro
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate project tarball from the project maintainer's own domain, building from source is standard practice, and the host, while not standard, is plausibly official for the project.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a legitimate project tarball from the project maintainer's own domain, building from source is standard practice, and the host, while not standard, is plausibly official for the project.
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:12
source=("https://code.adriano.fyi/me/di-tui/archive/v${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Kevin MacMartin <prurigro@gmail.com>
2
3
pkgname=di-tui
4
pkgver=1.15.0
5
pkgrel=1
6
pkgdesc='A simple terminal UI player for di.fm Premium'
7
url='https://code.adriano.fyi/me/di-tui'
8
license=('BSD')
9
depends=('pulse-native-provider')
10
makedepends=('go')
11
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
12
source=("https://code.adriano.fyi/me/di-tui/archive/v${pkgver}.tar.gz")
13
sha512sums=('51287d689c8c1a10251fbed2f3f9773e550f28c781d055fc5d8c6da337cdb915059cd7148579a97ba8bfd72c637fee37c35949d3aadb5cfb93d564ef513c07e4')
14
15
build() {
16
export GOPATH="$srcdir"
17
cd $pkgname
18
19
go build \
20
-trimpath \
21
-buildmode=pie \
22
-mod=readonly \
23
-modcacherw \
24
-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
25
.
26
}
27
28
package() {
29
cd $pkgname
30
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
32
}
33
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-08-03 00:08@@ -1,20 +1,20 @@ # Maintainer: Kevin MacMartin <prurigro@gmail.com> pkgname=di-tui-pkgver=1.14.0+pkgver=1.15.0 pkgrel=1 pkgdesc='A simple terminal UI player for di.fm Premium'-url='https://github.com/acaloiaro/di-tui'+url='https://code.adriano.fyi/me/di-tui' license=('BSD') depends=('pulse-native-provider') makedepends=('go') arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')-source=("https://github.com/acaloiaro/di-tui/archive/refs/tags/v${pkgver}.tar.gz")-sha512sums=('afff55d163070c9829648b720458de633d2d65f494698edef2bb399cce71a8c3b8eed3cb23a80b1975ed191a7b6d5c852279510d3acce3b955c6baa6ce7286a1')+source=("https://code.adriano.fyi/me/di-tui/archive/v${pkgver}.tar.gz")+sha512sums=('51287d689c8c1a10251fbed2f3f9773e550f28c781d055fc5d8c6da337cdb915059cd7148579a97ba8bfd72c637fee37c35949d3aadb5cfb93d564ef513c07e4') build() { export GOPATH="$srcdir"- cd $pkgname-$pkgver+ cd $pkgname go build \ -trimpath \@@ -26,7 +26,7 @@ } package() {- cd $pkgname-$pkgver+ cd $pkgname install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname" }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 03:12:42 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |