geekbench

maintainer wooptoo · 103 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a prebuilt binary tarball from the official vendor's CDN (cdn.geekbench.com), which is plausibly the project's own infrastructure; while not on a standard host whitelist, it hosts official release artifacts, and the checksum is verified, making the risk low.

Triggered rules

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The source is a prebuilt binary tarball from the official vendor's CDN (cdn.geekbench.com), which is plausibly the project's own infrastructure; while not on a standard host whitelist, it hosts official release artifacts, and the checksum is verified, making the risk low.

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
7pkgname=geekbench
8pkgver=7.0.0
9pkgrel=1
10pkgdesc="A cross-platform benchmark that measures processor and memory performance"
11arch=('x86_64')
12url="https://www.geekbench.com/"
13depends=('zlib' 'gcc-libs')
14license=("custom")
15conflicts=("geekbench227")
16source=("http://cdn.geekbench.com/Geekbench-${pkgver}-Linux.tar.gz")
17options=('!strip')
18sha256sums=('961a00ac0ac432ffa6874764e86c59d2e098fff65b5b398bb9381bf7fc46c81b')
19
20package() {
21 local dest="$pkgdir/opt/${pkgname}"
22 install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${pkgname}7" "$dest/${pkgname}7"
23 install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${pkgname}_avx2" "$dest/${pkgname}_avx2"
24 install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${pkgname}_x86_64" "$dest/${pkgname}_x86_64"
25 install -D -m644 "$srcdir/Geekbench-${pkgver}-Linux/geekbench.plxr" "$dest/geekbench.plxr"
26 install -D -m644 "$srcdir/Geekbench-${pkgver}-Linux/geekbench-workload.plxr" "$dest/geekbench-workload.plxr"
27 install -d "$pkgdir/usr/bin"
28 ln -s "/opt/${pkgname}/${pkgname}7" "$pkgdir/usr/bin/${pkgname}"
29}
30

Changes since previous scan

--- PKGBUILD @ 2026-07-23 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,10 +1,11 @@
-# Maintainer: Jake <aur@ja-ke.tech>
+# Maintainer: Radu Potop <radu at wooptoo dot com>
+# Contributor: Jake <aur@ja-ke.tech>
# Contributor: jose <jose1711 [at] gmail (dot) com>
# Contributor: Roman Ajsin <aysin (dot) roman [at] gmail (dot) com>
# Contributor: Hurricane Pootis <hurricanepootis@protonmail.com>
pkgname=geekbench
-pkgver=6.7.1
+pkgver=7.0.0
pkgrel=1
pkgdesc="A cross-platform benchmark that measures processor and memory performance"
arch=('x86_64')
@@ -14,15 +15,16 @@
conflicts=("geekbench227")
source=("http://cdn.geekbench.com/Geekbench-${pkgver}-Linux.tar.gz")
options=('!strip')
-sha256sums=('0ddca977deb6d9db4bd866485f9408e72e2869d0dea0737b18d4bfe472858ace')
+sha256sums=('961a00ac0ac432ffa6874764e86c59d2e098fff65b5b398bb9381bf7fc46c81b')
package() {
- install -D -m755 $srcdir/Geekbench-${pkgver}-Linux/${pkgname}_x86_64 $pkgdir/opt/${pkgname}/${pkgname}_x86_64
- install -D -m755 $srcdir/Geekbench-${pkgver}-Linux/${pkgname}_avx2 $pkgdir/opt/${pkgname}/${pkgname}_avx2
- install -D -m644 $srcdir/Geekbench-${pkgver}-Linux/geekbench.plar $pkgdir/opt/${pkgname}/geekbench.plar
- install -D -m644 $srcdir/Geekbench-${pkgver}-Linux/geekbench-workload.plar $pkgdir/opt/${pkgname}/geekbench-workload.plar
- install -D -m755 $srcdir/Geekbench-${pkgver}-Linux/${pkgname}6 $pkgdir/opt/${pkgname}/
- install -d $pkgdir/usr/bin
- ln -s /opt/${pkgname}/${pkgname}6 $pkgdir/usr/bin/${pkgname}
+ local dest="$pkgdir/opt/${pkgname}"
+ install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${pkgname}7" "$dest/${pkgname}7"
+ install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${pkgname}_avx2" "$dest/${pkgname}_avx2"
+ install -D -m755 "$srcdir/Geekbench-${pkgver}-Linux/${pkgname}_x86_64" "$dest/${pkgname}_x86_64"
+ install -D -m644 "$srcdir/Geekbench-${pkgver}-Linux/geekbench.plxr" "$dest/geekbench.plxr"
+ install -D -m644 "$srcdir/Geekbench-${pkgver}-Linux/geekbench-workload.plxr" "$dest/geekbench-workload.plxr"
+ install -d "$pkgdir/usr/bin"
+ ln -s "/opt/${pkgname}/${pkgname}7" "$pkgdir/usr/bin/${pkgname}"
}

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 21:26:05 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion