4kvideotomp3

maintainer Muflone · 6 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source tarball from the project's official domain (dl.4kdownload.com), which is not on the whitelist but plausibly legitimate; the tarball contains the project's own prebuilt binaries, which is normal for this software, and no remote code execution or malicious behavior is present.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from the project's official domain (dl.4kdownload.com), which is not on the whitelist but plausibly legitimate; the tarball contains the project's own prebuilt binaries, which is normal for this software, and no remote code execution or malicious behavior is present.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:12 source=("${pkgname}_${pkgver}_amd64.tar.bz2"::"https://dl.4kdownload.com/app/${pkgname}_${pkgver%.*}_amd64.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Muflone http://www.muflone.com/contacts/english/
2
3pkgname=4kvideotomp3
4pkgver=3.0.1.936
5pkgrel=1
6pkgdesc="Extract audio in high-quality MP3 from any video"
7arch=('x86_64')
8url="https://www.4kdownload.com/products/product-videotomp3"
9license=('custom:eula')
10depends=('openssl')
11makedepends=('chrpath')
12source=("${pkgname}_${pkgver}_amd64.tar.bz2"::"https://dl.4kdownload.com/app/${pkgname}_${pkgver%.*}_amd64.tar.bz2"
13 "${pkgname}.desktop"
14 "${pkgname}.svg"
15 "fix_symlink_path.patch")
16sha256sums=('5a43e5c7aac09ecfbdedbf04799ebe0a3284c9be7814eb32a3a0b8935d6a2b06'
17 '790d1bce55bb1d2b4b0a76dab8cee6d467a90ef5b316b7f1936bac6f589ad995'
18 '91d37103fb5bfb264c2842cbc546ebb59010ebd495a85c691e88096752173b3a'
19 'f7892f717298a4cb00d2069fc928141f16b7bb0348db9f3d004c828ff20e9db8')
20
21prepare() {
22 cd "${pkgname}"
23 # Remove insecure RPATH
24 chrpath --delete "${pkgname}-bin"
25 # Fix symlink path
26 patch -p1 -i "${srcdir}/fix_symlink_path.patch"
27}
28
29package() {
30 # Install desktop file
31 install -m 755 -d "${pkgdir}/usr/share/applications"
32 install -m 755 -t "${pkgdir}/usr/share/applications" "${pkgname}.desktop"
33 # Install icon file
34 install -m 755 -d "${pkgdir}/usr/share/pixmaps"
35 install -m 644 -t "${pkgdir}/usr/share/pixmaps" "${pkgname}.svg"
36 # Install files
37 install -m 755 -d "${pkgdir}/usr/lib"
38 cp -r "${pkgname}" "${pkgdir}/usr/lib"
39 chown root.root "${pkgdir}/usr/lib/${pkgname}"
40 # Install launcher file
41 install -m 755 -d "${pkgdir}/usr/bin"
42 ln -s "/usr/lib/${pkgname}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
43 # Install license file
44 install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
45 install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgname}/doc/eula"
46}
47

Scan history

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

Report a package

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

0 / 4000
Your suggestion