mcplay
The package downloads the source tarball from a non-whitelisted but plausibly project-owned personal domain (yahuxo.de); however, the source is verified via multiple checksums, and the build process applies patches and compiles from source, which is standard and safe for AUR packages.
Triggered rules
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 package downloads the source tarball from a non-whitelisted but plausibly project-owned personal domain (yahuxo.de); however, the source is verified via multiple checksums, and the build process applies patches and compiles from source, which is standard and safe for AUR packages.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:24
source=("http://www.yahuxo.de/$pkgname/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: chochem <chochem@gmail.com>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=mcplay
pkgver=0.3j
pkgrel=4
epoch=
pkgdesc="A ncurses audio player."
arch=('i686' 'x86_64')
url="http://www.yahuxo.de/mcplay/"
license=('GPL')
groups=()
depends=('glib2' 'ncurses' 'mpg123' 'sox')
makedepends=()
optdepends=()
checkdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("http://www.yahuxo.de/$pkgname/$pkgname-$pkgver.tar.gz"
'mcplay.patch'
'remote.patch'
'config.patch')
noextract=()
options=()
md5sums=('5d898c11da789d8beaa3fbdd2a21e238'
'b4b865df9897e76442dcc7182d05fe6e'
'7307195fe0513472156f55dfa50247d7'
'4fd0d31cceb27ed9dae890afd8d90ab5')
sha1sums=('42baed9a8627e304205a24d5486e7ffb066b4d51'
'b941265146f274f3177d5924f548da8c4176801a'
'207b97de49626f29ee671944e6ab052b190006b8'
'3e37c55d2534938e40c528a1e428bf56d2a0dfd2')
sha256sums=('d4840896dc78a1721b6f66112c0d7adfb7d81168d7a03aa6bd314484437e821e'
'e6a7db4f6b75ef99a1b1e36a814899b4e280a6648b02f0a2e82d5a43b853e862'
'61d782dc8478e016409f74d3e303ea46fbce0e62acfd9bf6f5027ab572eb6c16'
'1def176b32a44eeb9fa334c9d1b4ae1abe239aa850e9d979eb9af820edaf958c')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
patch < ../mcplay.patch
patch < ../remote.patch
}
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
patch < ../config.patch
make
}
check() {
cd "$srcdir/$pkgname-$pkgver"
make -k check
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |