redisinsight-bin

LOW
maintainer Zoddo 10 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt AppImage from the official Redis Insight download domain, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is verifiable and expected for this type of package, and no 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from the official Redis Insight download domain, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is verifiable and expected for this type of package, and no 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:19 source=("${_filename}::https://download.redisinsight.redis.com/releases/${pkgver}/Redis-Insight-linux-x86_64.AppImage")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Zoddo <archlinux+aur@zoddo.fr>
2_pkgname=redisinsight
3pkgname=${_pkgname}-bin
4pkgver=3.8.0
5pkgrel=1
6pkgdesc="Redis Insight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data."
7arch=('x86_64')
8url='https://redis.io/insight/'
9license=('custom:SSPL')
10depends=(
11 'libgtk-3.so'
12 'nss'
13 'xdg-utils'
14)
15makedepends=('fuse2')
16provides=("${_pkgname}")
17conflicts=("${_pkgname}")
18_filename="Redis-Insight-linux-x86_64-${pkgver}.AppImage"
19source=("${_filename}::https://download.redisinsight.redis.com/releases/${pkgver}/Redis-Insight-linux-x86_64.AppImage")
20sha512sums=('142ffe07bb8a94600c8e003db2d00e94788a84aacf8df4c3317deae956c8ae219adcef9f773dc43627583bb0050ec1c4fb58cbfe2b80424ff0aaee8c6b785be8')
21
22prepare() {
23 chmod +x "${_filename}"
24 ./${_filename} --appimage-extract > /dev/null
25 sed -i "s|^Exec=.*|Exec=\"/opt/${_pkgname}/redisinsight\" %U|" squashfs-root/redisinsight.desktop
26}
27
28package () {
29 install -d "${pkgdir}/opt/${_pkgname}"
30 cp -r --no-preserve=mode squashfs-root/* "${pkgdir}/opt/${_pkgname}/"
31 chmod +x \
32 "${pkgdir}/opt/${_pkgname}/redisinsight" \
33 "${pkgdir}/opt/${_pkgname}/chrome_crashpad_handler"
34
35 # SUID chrome-sandbox for Electron 5+
36 chmod 4755 "${pkgdir}/opt/${_pkgname}/chrome-sandbox"
37
38 # Icons
39 for size in 16 24 32 48 64 96 128 256 512 1024; do
40 install -Dm644 "${pkgdir}/opt/${_pkgname}/resources/resources/icons/${size}x${size}.png" \
41 "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${_pkgname}.png"
42 done
43
44 # Applications entry
45 install -Dm644 "${pkgdir}/opt/${_pkgname}/redisinsight.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
46
47 # Copy license to /usr/share/licenses as per Arch packaging guidelines
48 install -Dm644 "${pkgdir}/opt/${_pkgname}/resources/LICENSE.redisinsight.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
49
50 # Remove duplicate files, AppImage specifc files
51 rm -r \
52 "${pkgdir}/opt/${_pkgname}/AppRun" \
53 "${pkgdir}/opt/${_pkgname}/redisinsight.desktop" \
54 "${pkgdir}/opt/${_pkgname}/redisinsight.png" \
55 "${pkgdir}/opt/${_pkgname}/usr/"
56}
57

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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