4ktokkit

maintainer Muflone · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the official project domain (dl.4kdownload.com), which is not on the whitelist but plausibly legitimate; the source is verifiable via checksum and the software is installed in a standard way without obfuscation or remote code execution.

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 prebuilt binary from the official project domain (dl.4kdownload.com), which is not on the whitelist but plausibly legitimate; the source is verifiable via checksum and the software is installed in a standard way without obfuscation or remote code execution.

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=4ktokkit
4pkgver=25.4.2.1080
5pkgrel=1
6pkgdesc="One easy way to download everything off TikTok"
7arch=('x86_64')
8url="https://www.4kdownload.com/products/tokkit"
9license=('LicenseRef-eula')
10depends=('openssl' 'glib2' 'expat')
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=('f72cd88645989e9fb6abd3c26ebe8dc05957f98a4f378059045cd42453d86dad'
17 '90e05b74832db592397583f7f3ec8a22493884a870de1e113e7b136b2ce3b142'
18 '2e043e2eeb29fb58ab9b7ccf6aa049256046354abead9019c592b2f409ed24f8'
19 'd6ce743a9c564094a2a3c98272b530e461b286de6ca6f20bf09a12cfdbd69672')
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