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>
2
pkgname=statemate-bin
3
pkgver=0.2.0
4
pkgrel=1
5
pkgdesc="Declarative system configuration management"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/subbeh/statemate"
8
license=('MIT')
9
provides=('statemate')
10
conflicts=('statemate')
11
source_x86_64=("${url}/releases/download/v${pkgver}/statemate_${pkgver}_linux_amd64.tar.gz")
12
source_aarch64=("${url}/releases/download/v${pkgver}/statemate_${pkgver}_linux_arm64.tar.gz")
13
sha256sums_x86_64=('SKIP')
14
sha256sums_aarch64=('SKIP')
15
16
package() {
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) | 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 23:31:22 | MEDIUM | 2 |