simplebench-bin
The package installs a prebuilt binary from a GitHub release without source code availability, using a Debian package which is unpacked directly; while the hash is specified, the origin is a personal GitHub repository with limited transparency, creating a supply-chain risk if the binary were compromised.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 GitHub release without source code availability, using a Debian package which is unpacked directly; while the hash is specified, the origin is a personal GitHub repository with limited transparency, creating a supply-chain risk if the binary were compromised.
PKGBUILD
# Maintainer: Woro <woro@tanieddosy.pl>
pkgname=simplebench-bin
pkgver=0.1.0
pkgrel=1
pkgdesc='A workspace for terminal-driven development'
arch=('x86_64')
url='https://github.com/MaciejKolerski/simplebench'
license=('Apache-2.0')
depends=('gtk3' 'webkit2gtk-4.1' 'hicolor-icon-theme')
optdepends=('git: source control and repository history')
provides=('simplebench')
conflicts=('simplebench')
options=('!strip' '!debug')
source_x86_64=("SimpleBench_${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/SimpleBench_${pkgver}_amd64.deb")
# The publication workflow replaces SKIP with the released DEB's SHA-256.
sha256sums_x86_64=('32db1a00d8c0d9e7548c25507f5d9d1288978b64e0e9ffbe64f99633d6cfa847')
package() {
tar -xf data.tar.gz -C "${pkgdir}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 11:11:46 | Medium | 2 |