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
3pkgname=music-tui-bin
4_pkgname=music-tui
5pkgver=0.1.1
6pkgrel=1
7pkgdesc="Terminal music player backed by MPD, with covers, synced lyrics and a visualizer."
8arch=('x86_64')
9url="https://github.com/WindustH/music-tui"
10license=('MIT')
11depends=('mpd' 'chafa' 'sqlite')
12provides=("$_pkgname")
13conflicts=("$_pkgname" "$_pkgname-stable" "$_pkgname-git")
14options=('!strip')
15source=("$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz::$url/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
16sha256sums=('ac8c18f09ee54e9717632c0c67e99a63e018600c75399e83a165ce7977e1722d')
17
18package() {
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)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 09:32:18 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion