redisinsight-bin
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
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)
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# Maintainer: Zoddo <archlinux+aur@zoddo.fr>
_pkgname=redisinsight
pkgname=${_pkgname}-bin
pkgver=3.8.0
pkgrel=1
pkgdesc="Redis Insight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data."
arch=('x86_64')
url='https://redis.io/insight/'
license=('custom:SSPL')
depends=(
'libgtk-3.so'
'nss'
'xdg-utils'
)
makedepends=('fuse2')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
_filename="Redis-Insight-linux-x86_64-${pkgver}.AppImage"
source=("${_filename}::https://download.redisinsight.redis.com/releases/${pkgver}/Redis-Insight-linux-x86_64.AppImage")
sha512sums=('142ffe07bb8a94600c8e003db2d00e94788a84aacf8df4c3317deae956c8ae219adcef9f773dc43627583bb0050ec1c4fb58cbfe2b80424ff0aaee8c6b785be8')
prepare() {
chmod +x "${_filename}"
./${_filename} --appimage-extract > /dev/null
sed -i "s|^Exec=.*|Exec=\"/opt/${_pkgname}/redisinsight\" %U|" squashfs-root/redisinsight.desktop
}
package () {
install -d "${pkgdir}/opt/${_pkgname}"
cp -r --no-preserve=mode squashfs-root/* "${pkgdir}/opt/${_pkgname}/"
chmod +x \
"${pkgdir}/opt/${_pkgname}/redisinsight" \
"${pkgdir}/opt/${_pkgname}/chrome_crashpad_handler"
# SUID chrome-sandbox for Electron 5+
chmod 4755 "${pkgdir}/opt/${_pkgname}/chrome-sandbox"
# Icons
for size in 16 24 32 48 64 96 128 256 512 1024; do
install -Dm644 "${pkgdir}/opt/${_pkgname}/resources/resources/icons/${size}x${size}.png" \
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${_pkgname}.png"
done
# Applications entry
install -Dm644 "${pkgdir}/opt/${_pkgname}/redisinsight.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
# Copy license to /usr/share/licenses as per Arch packaging guidelines
install -Dm644 "${pkgdir}/opt/${_pkgname}/resources/LICENSE.redisinsight.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
# Remove duplicate files, AppImage specifc files
rm -r \
"${pkgdir}/opt/${_pkgname}/AppRun" \
"${pkgdir}/opt/${_pkgname}/redisinsight.desktop" \
"${pkgdir}/opt/${_pkgname}/redisinsight.png" \
"${pkgdir}/opt/${_pkgname}/usr/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |