zvvonlinemusic
Triggered rules
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:12
source=("${pkgname}_${pkgver}.deb::https://www.dropbox.com/s/2af2ls7jmug9ca2/zvvonlinemusic_06.deb?dl=0"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): A prebuilt binary .deb is downloaded from Dropbox (a personal/unofficial host with no content-addressable guarantee beyond a weak MD5 checksum), extracted, and installed directly into the system. The Dropbox URL can be silently redirected or the file replaced by the account owner at any time without changing the URL. MD5 is cryptographically broken and provides no meaningful integrity guarantee against a determined attacker. The extracted binary and its data files are executed/installed as system software (python app + VLC plugin likely), making this a genuine supply-chain risk: if the Dropbox-hosted .deb were tampered with, arbitrary code would run on the user's system. This is a textbook medium-severity AUR concern — not clearly malicious, but an executed binary from an unofficial, mutable, personally-controlled host.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Slava Zubik
pkgname=zvvonlinemusic
pkgver=0.6
pkgrel=5
pkgdesc="Online music player"
arch=('i386' 'x86_64')
url="https://zvvubuntu.blogspot.com"
license=('custom')
depends=('python-pyqt5' 'vlc')
source=("${pkgname}_${pkgver}.deb::https://www.dropbox.com/s/2af2ls7jmug9ca2/zvvonlinemusic_06.deb?dl=0"
"zvvonlinemusic" "ZVVOnlineMusic.desktop")
md5sums=('d29e3701467a694676566fbb2a8bf409'
'5983b546cc455df767ac3767008c69ff'
'e5bd3b3664e3ae853b42947a08078137')
package() {
cd "${srcdir}"
bsdtar -xf data.tar.xz -C "$pkgdir"
install -Dm755 zvvonlinemusic $pkgdir/usr/bin/zvvonlinemusic
install -Dm755 ZVVOnlineMusic.desktop $pkgdir/usr/share/applications/zvvonlinemusic.desktop
chmod -R 755 "${pkgdir}"/usr/
chmod -R 755 "${pkgdir}"/usr/share/zvvonlinemusic/
chmod -R 755 "${pkgdir}"/usr/share/icons/
}
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 |