kitch-setup-bin
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:19
source_x86_64=("kitch-setup-${pkgver}-amd64::https://broth.itch.ovh/kitch-setup/linux-amd64/${pkgver}/archive/default")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package installs a prebuilt binary 'kitch-setup' downloaded from 'broth.itch.ovh'. While this domain appears to be itch.io's own CDN/distribution infrastructure (broth = their update/distribution system, itch.ovh is a known itch.io-operated domain), it is not a standard well-known host like GitHub releases. The binary is executed directly and installed to /usr/bin/. The sha256sum is pinned, which mitigates MITM risk, but the supply-chain trust depends entirely on broth.itch.ovh being legitimately controlled by itch.io. Given that itch.io does operate broth.itch.ovh as their official butler/setup distribution endpoint, this is likely legitimate, but the pattern of a prebuilt binary from a non-primary domain warrants medium classification rather than clean.
PKGBUILD
1 offending line(s) highlighted# Maintainer:
# Contributor: Amos Wenger <amos@itch.io>
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch-setup-bin
pkgver=1.26.0
pkgrel=1
pkgdesc="Beta builds of itch.io desktop app"
arch=(x86_64)
url="https://itch.io/"
license=(MIT)
depends=(gtk3)
provides=(kitch-setup)
conflicts=(kitch-setup kitch)
_itchver=25.5.1
source=("itch-${_itchver}.tar.gz::https://github.com/itchio/itch/archive/refs/tags/v${_itchver}.tar.gz"
'kitch.desktop'
'kitch.sh')
source_x86_64=("kitch-setup-${pkgver}-amd64::https://broth.itch.ovh/kitch-setup/linux-amd64/${pkgver}/archive/default")
sha256sums=('0a7094bff90992e3788fd9f9df43a4a3c9233bfcf0f5da037e59af6b365a3249'
'cdce23baa0f8f22abac8d8c1d23680101710701dfd07ef834b5bdfda1694f4d7'
'c6c9e7eca91c2ba1e1eb80af90c05e889bdf8f2bbcbe77d8698772385888e870')
sha256sums_x86_64=('01f642b61261c8a60cb1c42a1eda3fd1ac5ab76f13f1e5ef8e49399825e6ea00')
package() {
install -Dm755 kitch-setup -t "${pkgdir}/usr/bin/"
install -Dm755 kitch.sh "${pkgdir}/usr/bin/kitch"
install -Dm644 kitch.desktop -t "${pkgdir}/usr/share/applications/"
cd "itch-${_itchver}"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
for icon in release/images/kitch-icons/icon*.png
do
iconsize="${icon#release/images/kitch-icons/icon}"
iconsize="${iconsize%.png}"
icondir="${pkgdir}/usr/share/icons/hicolor/${iconsize}x${iconsize}/apps/"
install -d "${icondir}"
install -Dm644 "$icon" "$icondir/kitch.png"
done
}
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 |