caido-desktop
MEDIUM
maintainer SysAdm
5 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a prebuilt AppImage from a non-standard host (caido.download), which is not on the whitelist and could be a supply-chain risk if the domain were compromised or swapped.
Triggered rules
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=("https://caido.download/releases/v${pkgver}/caido-desktop-v${pkgver}-linux-x86_64.AppImage")
Medium
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-standard host (caido.download), which is not on the whitelist and could be a supply-chain risk if the domain were compromised or swapped.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: SysAdm <sysadm.archlinux@proton.me>
2
# Contributor: Asuka Minato
3
pkgname=caido-desktop
4
pkgver=0.58.3
5
pkgrel=1
6
pkgdesc="A lightweight web security auditing toolkit."
7
arch=('x86_64')
8
url="https://caido.io/"
9
license=('private')
10
depends=(glibc gcc-libs)
11
provides=(caido)
12
source=("https://caido.download/releases/v${pkgver}/caido-desktop-v${pkgver}-linux-x86_64.AppImage")
13
sha256sums=('25e723aae34ce79d0cb2ac69e8537ec0baf1e1096d4f3c2919df7858efeed1d2')
14
15
prepare() {
16
chmod +x *.AppImage
17
./*.AppImage --appimage-extract
18
mv squashfs-root/ ${srcdir}/build
19
}
20
21
package() {
22
install -dm 755 "$pkgdir/usr/bin"
23
install -dm 755 "$pkgdir/opt/$pkgname"
24
25
cp -a "${srcdir}/build/usr/share" "$pkgdir"
26
cp -aR "${srcdir}/build"/* "$pkgdir/opt/$pkgname/"
27
ln -s "/opt/$pkgname/caido" "$pkgdir/usr/bin/$provides"
28
find "$pkgdir/opt/$pkgname" -type d -exec chmod 755 {} +
29
30
sed -i 's|Exec=AppRun --no-sandbox %U|Exec=caido|' "build/caido.desktop"
31
install -Dm 644 "build/caido.desktop" -t "$pkgdir/usr/share/applications/"
32
install -Dm 644 "build/caido.png" -t "$pkgdir/usr/share/icons/hicolor/256x256/apps/"
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-09-04 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Maintainer: SysAdm <sysadm.archlinux@proton.me> # Contributor: Asuka Minato pkgname=caido-desktop-pkgver=0.58.0+pkgver=0.58.3 pkgrel=1 pkgdesc="A lightweight web security auditing toolkit." arch=('x86_64')@@ -10,7 +10,7 @@ depends=(glibc gcc-libs) provides=(caido) source=("https://caido.download/releases/v${pkgver}/caido-desktop-v${pkgver}-linux-x86_64.AppImage")-sha256sums=('003b4cbe27e087a0bc45af64b807a3fb60dd7413b52446a1ca3a3c468710189d')+sha256sums=('25e723aae34ce79d0cb2ac69e8537ec0baf1e1096d4f3c2919df7858efeed1d2') prepare() { chmod +x *.AppImageScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 15:58:02 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |