statemate-bin

maintainer subbeh · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package installs a prebuilt binary from a non-whitelisted host (GitHub releases) without verifiable checksums (SKIP), creating a supply-chain risk if the source were compromised.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

MEDIUM AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a non-whitelisted host (GitHub releases) without verifiable checksums (SKIP), creating a supply-chain risk if the source were compromised.

PKGBUILD

1# Maintainer: Steven Terwindt <aur@sbbh.cloud>
2pkgname=statemate-bin
3pkgver=0.2.0
4pkgrel=1
5pkgdesc="Declarative system configuration management"
6arch=('x86_64' 'aarch64')
7url="https://github.com/subbeh/statemate"
8license=('MIT')
9provides=('statemate')
10conflicts=('statemate')
11source_x86_64=("${url}/releases/download/v${pkgver}/statemate_${pkgver}_linux_amd64.tar.gz")
12source_aarch64=("${url}/releases/download/v${pkgver}/statemate_${pkgver}_linux_arm64.tar.gz")
13sha256sums_x86_64=('SKIP')
14sha256sums_aarch64=('SKIP')
15
16package() {
17 install -Dm755 mate "${pkgdir}/usr/bin/mate"
18 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
19}
20

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 23:31:22 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