4kvideodownloaderplus
maintainer Muflone
· 10 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the official project domain (dl.4kdownload.com), which is not on the whitelist but plausibly legitimate; the tarball is verified with a matching checksum, and the build process only installs and patches the project's own files, posing no executable risk or malicious behavior.
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 official project domain (dl.4kdownload.com), which is not on the whitelist but plausibly legitimate; the tarball is verified with a matching checksum, and the build process only installs and patches the project's own files, posing no executable risk or malicious behavior.
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
3
pkgname=4kvideodownloaderplus
4
pkgver=26.1.1.0355
5
pkgrel=1
6
pkgdesc="Download videos from all popular websites including YouTube, Vimeo, TikTok, SoundCloud, Facebook, Twitch, Bilibili and more in high-quality"
7
arch=('x86_64')
8
url="https://www.4kdownload.com/products/videodownloader-42"
9
license=('LicenseRef-eula')
10
depends=('openssl' 'glib2' 'expat')
11
makedepends=('chrpath')
12
source=("${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")
16
sha256sums=('7dbb8edd324c5a4c79a832643bd32610c7ce960fed30539f88a7c2ded8afae6a'
17
'd2266611e5104a97e5a11d033823dfbbef5b059a629cae3537c7f60767aaffe2'
18
'1c2451ccaef8f3fe1c090d3f0f8431342a0adb363fcc18d35c130ec0a85fade5'
19
'82e2519a2fb3c079ce34589c7ad063221095c77d0f968b414c36044a37908f0a')
20
21
prepare() {
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
29
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |