kitch-setup-bin

maintainer FabioLolix · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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.

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:19 source_x86_64=("kitch-setup-${pkgver}-amd64::https://broth.itch.ovh/kitch-setup/linux-amd64/${pkgver}/archive/default")
MEDIUM AI review 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
1# Maintainer:
2# Contributor: Amos Wenger <amos@itch.io>
3# Contributor: FrozenCow <frozencow@gmail.com>
4
5pkgname=kitch-setup-bin
6pkgver=1.26.0
7pkgrel=1
8pkgdesc="Beta builds of itch.io desktop app"
9arch=(x86_64)
10url="https://itch.io/"
11license=(MIT)
12depends=(gtk3)
13provides=(kitch-setup)
14conflicts=(kitch-setup kitch)
15_itchver=25.5.1
16source=("itch-${_itchver}.tar.gz::https://github.com/itchio/itch/archive/refs/tags/v${_itchver}.tar.gz"
17 'kitch.desktop'
18 'kitch.sh')
19source_x86_64=("kitch-setup-${pkgver}-amd64::https://broth.itch.ovh/kitch-setup/linux-amd64/${pkgver}/archive/default")
20sha256sums=('0a7094bff90992e3788fd9f9df43a4a3c9233bfcf0f5da037e59af6b365a3249'
21 'cdce23baa0f8f22abac8d8c1d23680101710701dfd07ef834b5bdfda1694f4d7'
22 'c6c9e7eca91c2ba1e1eb80af90c05e889bdf8f2bbcbe77d8698772385888e870')
23sha256sums_x86_64=('01f642b61261c8a60cb1c42a1eda3fd1ac5ab76f13f1e5ef8e49399825e6ea00')
24
25package() {
26 install -Dm755 kitch-setup -t "${pkgdir}/usr/bin/"
27 install -Dm755 kitch.sh "${pkgdir}/usr/bin/kitch"
28 install -Dm644 kitch.desktop -t "${pkgdir}/usr/share/applications/"
29
30 cd "itch-${_itchver}"
31 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32 for icon in release/images/kitch-icons/icon*.png
33 do
34 iconsize="${icon#release/images/kitch-icons/icon}"
35 iconsize="${iconsize%.png}"
36 icondir="${pkgdir}/usr/share/icons/hicolor/${iconsize}x${iconsize}/apps/"
37 install -d "${icondir}"
38 install -Dm644 "$icon" "$icondir/kitch.png"
39 done
40}
41

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion