4kstogram

maintainer Muflone · 15 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the official vendor's domain (dl.4kdownload.com), which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source is limited to code execution via an unofficial binary, but this is the vendor's own release infrastructure, making it a standard supply-chain risk for AUR packages rather than clear malice.

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 vendor's domain (dl.4kdownload.com), which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source is limited to code execution via an unofficial binary, but this is the vendor's own release infrastructure, making it a standard supply-chain risk for AUR packages rather than clear malice.

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=4kstogram
4pkgver=4.9.0.4680
5pkgrel=1
6pkgdesc="Download and backup Instagram photos shared by any user"
7arch=('x86_64')
8url="https://www.4kdownload.com/products/product-stogram"
9license=('LicenseRef-eula')
10depends=('openssl' 'glib2')
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=('562e8045e053d8808ec11a4cc2b5411fb658f1fa1c04d6500e50c760a1884e46'
17 '9a47c71327afa2059bad06e33b3a77b271e62c7653582342f41c588989026962'
18 '37e014bc5e68148e7b1797135a567c86c1bdb3ae31e38dab1644a01638f29a99'
19 '8745f84d3fac77023c1182177e80c8c91561c2d21c90f071de5d6f4773ad65c3')
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