geekbench6
maintainer wooptoo
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Downloads a prebuilt binary from cdn.geekbench.com, which is the official Geekbench vendor CDN, with a proper sha256 checksum; this is standard packaging of a proprietary benchmark tool from its own official distribution infrastructure.
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.
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a prebuilt binary from cdn.geekbench.com, which is the official Geekbench vendor CDN, with a proper sha256 checksum; this is standard packaging of a proprietary benchmark tool from its own official distribution infrastructure.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:16
source=("http://cdn.geekbench.com/Geekbench-${pkgver}-Linux.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Radu Potop <radu at wooptoo dot com>
2
# Contributor: Jake <aur@ja-ke.tech>
3
# Contributor: jose <jose1711 [at] gmail (dot) com>
4
# Contributor: Roman Ajsin <aysin (dot) roman [at] gmail (dot) com>
5
# Contributor: Hurricane Pootis <hurricanepootis@protonmail.com>
6
7
_binname=geekbench
8
pkgname=geekbench6
9
pkgver=6.7.1
10
pkgrel=2
11
pkgdesc="A cross-platform benchmark that measures processor and memory performance"
12
arch=('x86_64')
13
url="https://www.geekbench.com/"
14
depends=('zlib' 'gcc-libs')
15
license=("custom")
16
source=("http://cdn.geekbench.com/Geekbench-${pkgver}-Linux.tar.gz")
17
options=('!strip')
18
sha256sums=('0ddca977deb6d9db4bd866485f9408e72e2869d0dea0737b18d4bfe472858ace')
19
20
package() {
21
local dest="$pkgdir/opt/${pkgname}"
22
install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${pkgname}" "$dest/${pkgname}"
23
install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${_binname}_avx2" "$dest/${_binname}_avx2"
24
install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${_binname}_x86_64" "$dest/${_binname}_x86_64"
25
install -D -m644 "$srcdir/Geekbench-${pkgver}-Linux/geekbench.plar" "$dest/geekbench.plar"
26
install -D -m644 "$srcdir/Geekbench-${pkgver}-Linux/geekbench-workload.plar" "$dest/geekbench-workload.plar"
27
install -d "$pkgdir/usr/bin"
28
ln -s "/opt/${pkgname}/${pkgname}" "$pkgdir/usr/bin/${pkgname}"
29
}
30
Changes since previous scan
--- PKGBUILD @ 2026-07-23 19:27+++ PKGBUILD @ 2026-08-03 00:08@@ -1,4 +1,3 @@-# $Id$ # Maintainer: Radu Potop <radu at wooptoo dot com> # Contributor: Jake <aur@ja-ke.tech> # Contributor: jose <jose1711 [at] gmail (dot) com>@@ -8,7 +7,7 @@ _binname=geekbench pkgname=geekbench6 pkgver=6.7.1-pkgrel=1+pkgrel=2 pkgdesc="A cross-platform benchmark that measures processor and memory performance" arch=('x86_64') url="https://www.geekbench.com/"@@ -21,8 +20,8 @@ package() { local dest="$pkgdir/opt/${pkgname}" install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${pkgname}" "$dest/${pkgname}"- install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${_binname}_avx2" "$dest/${pkgname}_avx2"- install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${_binname}_x86_64" "$dest/${pkgname}_x86_64"+ install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${_binname}_avx2" "$dest/${_binname}_avx2"+ install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${_binname}_x86_64" "$dest/${_binname}_x86_64" install -D -m644 "$srcdir/Geekbench-${pkgver}-Linux/geekbench.plar" "$dest/geekbench.plar" install -D -m644 "$srcdir/Geekbench-${pkgver}-Linux/geekbench-workload.plar" "$dest/geekbench-workload.plar" install -d "$pkgdir/usr/bin"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 21:28:35 | LOW | 3 |
| 2026-07-23 21:26:05 | MEDIUM | 3 |
| 2026-07-23 19:27:59 | LOW | 3 |
| 2026-07-23 19:25:44 | MEDIUM | 3 |