yandex-music-beta
maintainer ChillYarok
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-whitelisted, non-standard host (S3 on yandex.net) which could be swapped to deliver malicious code, though it is plausibly an official Yandex release.
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:25
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_amd64_${pkgver}.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-whitelisted, non-standard host (S3 on yandex.net) which could be swapped to deliver malicious code, though it is plausibly an official Yandex release.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Yarok
2
# contributor: dmitrysvd
3
pkgname=yandex-music-beta
4
pkgver=5.107.0
5
pkgrel=1
6
pkgdesc="Official Yandex Music App for Linux (beta release)"
7
arch=('x86_64')
8
url="https://music.yandex.ru/download/"
9
license=('proprietary')
10
depends=(
11
gtk3
12
libnotify
13
nss
14
libxss
15
libxtst
16
xdg-utils
17
at-spi2-core
18
util-linux-libs
19
libsecret
20
)
21
optdepends=(
22
libappindicator-gtk3
23
)
24
options=('!strip')
25
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_amd64_${pkgver}.deb")
26
sha256sums=('1fb5ae52e22609a3d7de403f50f851a0677186c0302a8abe04ebd3e188780833')
27
28
package() {
29
tar -xf data.tar.xz --directory "${pkgdir}"
30
31
# Remove Cyrillic from the path
32
mv "${pkgdir}/opt/Яндекс Музыка" "${pkgdir}/opt/yandex-music"
33
local_desktop="${pkgdir}/usr/share/applications/yandexmusic.desktop"
34
35
sed -i -e 's|/opt/Яндекс Музыка|/opt/yandex-music|g' \
36
-e 's|Categories=Audio;|Categories=AudioVideo;Audio;|g' \
37
-e 's|Exec="/opt/yandex-music/yandexmusic"|Exec="/opt/yandex-music/yandexmusic" --gtk-version=3|' \
38
"$local_desktop"
39
}
40
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 |