music-tui-bin
maintainer windust
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the maintainer's GitHub releases, which is not whitelisted but plausibly project-owned; however, the source is a verifiable release artifact with a matching checksum, and no code execution beyond standard installation occurs.
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 binary from the maintainer's GitHub releases, which is not whitelisted but plausibly project-owned; however, the source is a verifiable release artifact with a matching checksum, and no code execution beyond standard installation occurs.
PKGBUILD
1
# Maintainer: WindustH <windusth2006@gmail.com>
2
3
pkgname=music-tui-bin
4
_pkgname=music-tui
5
pkgver=0.1.1
6
pkgrel=1
7
pkgdesc="Terminal music player backed by MPD, with covers, synced lyrics and a visualizer."
8
arch=('x86_64')
9
url="https://github.com/WindustH/music-tui"
10
license=('MIT')
11
depends=('mpd' 'chafa' 'sqlite')
12
provides=("$_pkgname")
13
conflicts=("$_pkgname" "$_pkgname-stable" "$_pkgname-git")
14
options=('!strip')
15
source=("$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz::$url/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
16
sha256sums=('ac8c18f09ee54e9717632c0c67e99a63e018600c75399e83a165ce7977e1722d')
17
18
package() {
19
cd "$srcdir/$_pkgname-$pkgver-x86_64-unknown-linux-gnu"
20
21
install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
22
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
install -Dm644 "README.md" "$pkgdir/usr/share/doc/$_pkgname/README.md"
24
cp -r doc "$pkgdir/usr/share/doc/$_pkgname/"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 09:32:18 | LOW | 2 |