kibo-appimage
Triggered rules
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
"${pkgname}-${pkgver}.AppImage::https://apk.kiboanime.app/downloadpc/Kibo-${pkgver}.AppImage" -
PKGBUILD:13
"kibo.svg::https://www.kiboanime.app/group-2.svg"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD installs a prebuilt AppImage binary from apk.kiboanime.app, which is a project-controlled but non-standard subdomain host. The AppImage is an executable binary that runs directly on the user's system (via fuse2), making it a full code-execution artifact. While sha256sums are present and verified, they only protect against transit corruption/substitution — if the upstream host (apk.kiboanime.app) were compromised or the maintainer pushed a new version without updating checksums, users would receive unvetted executable code. The domain is not a well-known, audited distribution channel (like GitHub releases or a major distro mirror). The .desktop file is pulled from a personal GitHub repo (Cleboost/missing-aur) rather than the upstream project itself, adding another trust boundary. This is a classic medium-severity supply-chain concern: not clearly malicious, but a prebuilt binary from an unofficial/project-owned subdomain with no source build path.
PKGBUILD
2 offending line(s) highlightedpkgname=kibo-appimage
pkgver=1.1.7
pkgrel=2
pkgdesc="Kibo Anime AppImage - Application for watching anime"
arch=('x86_64')
url="https://kiboanime.app"
license=('custom')
depends=('fuse2')
options=(!strip)
source=(
"${pkgname}-${pkgver}.AppImage::https://apk.kiboanime.app/downloadpc/Kibo-${pkgver}.AppImage"
"kibo.svg::https://www.kiboanime.app/group-2.svg"
"kibo.desktop::https://raw.githubusercontent.com/Cleboost/missing-aur/main/kibo/kibo.desktop"
)
sha256sums=('389bde34622f5b8469ad72ca7d26ff0de60012981bf9876a80cfa2c57a0a5b7d'
'bbe7aef71d090ed5eabc7b2933431990ce8e5253ea3123d3695cd2264434bbd6'
'3f3472b09fa34c77f238efa75ea8da528c969ef67e7ec062699f97f5c90533aa')
prepare() {
chmod +x "${srcdir}/${pkgname}-${pkgver}.AppImage"
}
package() {
install -Dm755 \
"${srcdir}/${pkgname}-${pkgver}.AppImage" \
"${pkgdir}/opt/${pkgname}/kibo.AppImage"
install -dm755 "${pkgdir}/usr/bin"
ln -sf "/opt/${pkgname}/kibo.AppImage" "${pkgdir}/usr/bin/kibo"
install -Dm644 \
"${srcdir}/kibo.svg" \
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/kibo.svg"
install -Dm644 \
"${srcdir}/kibo.desktop" \
"${pkgdir}/usr/share/applications/kibo.desktop"
install -Dm644 /dev/stdin \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" <<'EOF'
This package redistributes the Kibo Anime AppImage.
Upstream project:
https://kiboanime.app
License terms and conditions are provided by the upstream project.
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |