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
4
pkgname=youtube-to-mp3
5
pkgver=3.9.21
6
pkgrel=2
7
_build=260616
8
pkgdesc='Downloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally'
9
arch=('x86_64')
10
url="https://www.mediahuman.com/download.html"
11
license=('LicenseRef-custom')
12
depends=('ffmpeg'
13
'hicolor-icon-theme'
14
'qt5-declarative'
15
'qt5-multimedia'
16
'qt5-networkauth'
17
'qt5-quickcontrols'
18
'qt5-webengine'
19
'taglib')
20
provides=('youtube-to-mp3')
21
conflicts=('youtube-to-mp3')
22
source_x86_64=("${pkgname}-${pkgver}-${_build}-${pkgrel}.amd64.deb::https://schinfo.de/MediaHuman/YouTubeToMP3.amd64.deb")
23
sha256sums_x86_64=('ec1518b4ab9377eae4de218004ae55e25d21b270860a19412455cd0bbcffe330')
24
25
pkgver() {
26
bsdtar -xf control.tar.xz -C .
27
actpkgverlong="$(cat "control" | grep "Version: ")"
28
actpkgver=${actpkgverlong##*: }
29
echo "$actpkgver"
30
}
31
32
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |