getlyricsmcp-bin

maintainer ZmoleCristian · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt binary from the project's official GitHub releases, which is normal for AUR packages; the low severity is due to limited votes and recent upload, not malicious content.

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 installs a prebuilt binary from the project's official GitHub releases, which is normal for AUR packages; the low severity is due to limited votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Zmole Cristian <tragdate@gmail.com>
2pkgname=getlyricsmcp-bin
3_realname=getlyricsmcp
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="MCP server that finds and fetches song lyrics. No API keys — it guesses each site's URL from artist+title. (prebuilt)"
7arch=('x86_64')
8url="https://github.com/ZmoleCristian/getlyricsmcp"
9license=('0BSD')
10depends=('gcc-libs')
11provides=("$_realname=$pkgver")
12conflicts=("$_realname")
13install="$_realname.install"
14source=("$_realname-$pkgver-${CARCH}.tar.gz::https://github.com/ZmoleCristian/getlyricsmcp/releases/download/v$pkgver/getlyricsmcp-${CARCH}-unknown-linux-gnu.tar.gz")
15sha256sums=('46752b83c17b32d3abb2688fd68919bb1cf7ac906e012636c0bfda116db02609')
16
17package() {
18 cd "getlyricsmcp-${CARCH}-unknown-linux-gnu"
19 install -Dm755 "$_realname" "$pkgdir/usr/bin/$_realname"
20 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_realname/LICENSE"
21 install -Dm644 README.md "$pkgdir/usr/share/doc/$_realname/README.md"
22
23 if [ -f "man/$_realname.1" ]; then
24 install -Dm644 "man/$_realname.1" "$pkgdir/usr/share/man/man1/$_realname.1"
25 fi
26}
27

Scan history

Scanned at (UTC)SeverityRules
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 03:27:03 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