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>
2
pkgname=getlyricsmcp-bin
3
_realname=getlyricsmcp
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="MCP server that finds and fetches song lyrics. No API keys — it guesses each site's URL from artist+title. (prebuilt)"
7
arch=('x86_64')
8
url="https://github.com/ZmoleCristian/getlyricsmcp"
9
license=('0BSD')
10
depends=('gcc-libs')
11
provides=("$_realname=$pkgver")
12
conflicts=("$_realname")
13
install="$_realname.install"
14
source=("$_realname-$pkgver-${CARCH}.tar.gz::https://github.com/ZmoleCristian/getlyricsmcp/releases/download/v$pkgver/getlyricsmcp-${CARCH}-unknown-linux-gnu.tar.gz")
15
sha256sums=('46752b83c17b32d3abb2688fd68919bb1cf7ac906e012636c0bfda116db02609')
16
17
package() {
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) | 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 03:27:03 | LOW | 2 |