lyricsfinder

maintainer cuan · 4 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from the project's official domain but installs it without verifying the checksum (SKIP), creating a supply-chain risk if the source were silently compromised.

Triggered rules

MEDIUM source=() URL on a non-standard host 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:13 source=('https://www.mediahuman.com/download/LyricsFinder.amd64.deb')
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from the project's official domain but installs it without verifying the checksum (SKIP), creating a supply-chain risk if the source were silently compromised.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Randall Winkhart <idgr at tutanota dot com>
2
3pkgname=lyricsfinder
4pkgver=1.7.2
5pkgrel=1
6pkgdesc="A cross-platform lyrics fetcher by Mediahuman"
7arch=('x86_64')
8options=('!emptydirs')
9url="https://www.mediahuman.com/lyrics-finder"
10license=('custom')
11depends=( taglib qt5-quickcontrols2 qt5-multimedia qt5-declarative qt5-base )
12
13source=('https://www.mediahuman.com/download/LyricsFinder.amd64.deb')
14sha512sums=('SKIP')
15
16package() {
17 tar xf data.tar.zst -C "${pkgdir}"
18 chown -R 0:0 ${pkgdir}
19 # Binary Placement
20 mkdir -p "${pkgdir}/usr/bin/"
21 mv ${pkgdir}/opt/lyrics-finder/LyricsFinder ${pkgdir}/usr/bin/lyricsfinder
22 # License Info
23 mkdir -p "${pkgdir}/usr/share/licenses/"$pkgname"/"
24 mv ${pkgdir}/usr/share/doc/lyrics-finder/copyright ${pkgdir}/usr/share/licenses/"$pkgname"/
25 # Correct Application Shortcut
26 echo '[Desktop Entry]
27Name=Lyrics Finder
28GenericName=Lyrics
29Comment=Search lyrics for your music
30Exec=/usr/bin/lyricsfinder %U
31Terminal=false
32Type=Application
33Icon=LyricsFinder
34Categories=Audio;
35StartupNotify=false' > ${pkgdir}/usr/share/applications/lyrics-finder.desktop
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion