blender-benchmark-bin
Prebuilt binaries downloaded from download.blender.org, which is Blender's official release infrastructure, with proper sha256 checksums; the only concern is that these are prebuilt executables rather than source-compiled, but they come from the project's own official domain.
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 flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 85%): Prebuilt binaries downloaded from download.blender.org, which is Blender's official release infrastructure, with proper sha256 checksums; the only concern is that these are prebuilt executables rather than source-compiled, but they come from the project's own official domain.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
source=("https://download.blender.org/release/BlenderBenchmark2.0/launcher/benchmark-launcher-${pkgver}-linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=blender-benchmark-bin
pkgver=3.3.0
pkgrel=1
pkgdesc="Benchmark based on Blender to perform hardware and software performance tests1"
arch=('x86_64')
url="https://opendata.blender.org"
license=('GPL-3.0-or-later AND CC0-1.0')
depends=('libxxf86vm' 'libx11' 'libglvnd' 'libgcc' 'libstdc++' 'glibc' 'libxcursor' 'libxrandr' 'libxi' 'libxinerama')
provides=("${pkgname::-4}")
conflicts=("${pkgname::-4}")
source=("https://download.blender.org/release/BlenderBenchmark2.0/launcher/benchmark-launcher-${pkgver}-linux.tar.gz"
"https://download.blender.org/release/BlenderBenchmark2.0/launcher/benchmark-launcher-cli-${pkgver}-linux.tar.gz")
noextract=()
sha256sums=('8578a4d3094225eb10f38d05c88e97bfa3d6a25a13206f7823cb77ccd03a0251'
'a15e062179e7bf5cd20d58081f3c84cf87d56df3f596ffb0a11383638139324a')
validpgpkeys=()
package() {
cd "$srcdir"
install -Dm755 benchmark-launcher "${pkgdir}/usr/bin/benchmark-launcher"
install -Dm755 benchmark-launcher-cli "${pkgdir}/usr/bin/benchmark-launcher-cli"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 03:15:34 | Low | 3 |
| 2026-08-21 03:13:51 | Medium | 2 |