simplebench-bin

MEDIUM
maintainer Woro 0 votes scanned 2026-09-12 11:11:46.143552
View on AUR
Why flagged

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

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 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

1# Maintainer: Woro <woro@tanieddosy.pl>
2pkgname=simplebench-bin
3pkgver=0.1.0
4pkgrel=1
5pkgdesc='A workspace for terminal-driven development'
6arch=('x86_64')
7url='https://github.com/MaciejKolerski/simplebench'
8license=('Apache-2.0')
9depends=('gtk3' 'webkit2gtk-4.1' 'hicolor-icon-theme')
10optdepends=('git: source control and repository history')
11provides=('simplebench')
12conflicts=('simplebench')
13options=('!strip' '!debug')
14source_x86_64=("SimpleBench_${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/SimpleBench_${pkgver}_amd64.deb")
15# The publication workflow replaces SKIP with the released DEB's SHA-256.
16sha256sums_x86_64=('32db1a00d8c0d9e7548c25507f5d9d1288978b64e0e9ffbe64f99633d6cfa847')
17
18package() {
19 tar -xf data.tar.gz -C "${pkgdir}/"
20}
21

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 11:11:46 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