kitch-setup-bin

MEDIUM
maintainer FabioLolix 2 votes scanned 2026-09-17 00:27:14.276658
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-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 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
2026-08-29 00:29:17 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