youtube-to-mp3

maintainer matthias-eb · 7 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from a non-official, non-whitelisted host (schinfo.de), which is not the project's official release infrastructure, creating a supply-chain risk if the host is compromised or malicious.

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:22 source_x86_64=("${pkgname}-${pkgver}-${_build}-${pkgrel}.amd64.deb::https://schinfo.de/MediaHuman/YouTubeToMP3.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 a non-official, non-whitelisted host (schinfo.de), which is not the project's official release infrastructure, creating a supply-chain risk if the host is compromised or malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Helmut Stult <hst[at]e-mail[dot]de>
2# Maintainer: Matthias Eberlein
3
4pkgname=youtube-to-mp3
5pkgver=3.9.21
6pkgrel=2
7_build=260616
8pkgdesc='Downloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally'
9arch=('x86_64')
10url="https://www.mediahuman.com/download.html"
11license=('LicenseRef-custom')
12depends=('ffmpeg'
13 'hicolor-icon-theme'
14 'qt5-declarative'
15 'qt5-multimedia'
16 'qt5-networkauth'
17 'qt5-quickcontrols'
18 'qt5-webengine'
19 'taglib')
20provides=('youtube-to-mp3')
21conflicts=('youtube-to-mp3')
22source_x86_64=("${pkgname}-${pkgver}-${_build}-${pkgrel}.amd64.deb::https://schinfo.de/MediaHuman/YouTubeToMP3.amd64.deb")
23sha256sums_x86_64=('ec1518b4ab9377eae4de218004ae55e25d21b270860a19412455cd0bbcffe330')
24
25pkgver() {
26 bsdtar -xf control.tar.xz -C .
27 actpkgverlong="$(cat "control" | grep "Version: ")"
28 actpkgver=${actpkgverlong##*: }
29 echo "$actpkgver"
30}
31
32package() {
33 bsdtar -xf data.tar.xz -C ${pkgdir}/
34 install -D "${pkgdir}/usr/share/doc/${pkgname}/copyright" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
35 install -dm755 $pkgdir/usr/bin
36 ln -s /opt/$pkgname/YouTubeToMP3 "${pkgdir}/usr/bin/YouTubeToMP3"
37}
38

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