blender-benchmark-bin

LOW
maintainer HurricanePootis 0 votes scanned 2026-08-21 03:15:34.244386
View on AUR
Why flagged

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

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 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)
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:12 source=("https://download.blender.org/release/BlenderBenchmark2.0/launcher/benchmark-launcher-${pkgver}-linux.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
2pkgname=blender-benchmark-bin
3pkgver=3.3.0
4pkgrel=1
5pkgdesc="Benchmark based on Blender to perform hardware and software performance tests1"
6arch=('x86_64')
7url="https://opendata.blender.org"
8license=('GPL-3.0-or-later AND CC0-1.0')
9depends=('libxxf86vm' 'libx11' 'libglvnd' 'libgcc' 'libstdc++' 'glibc' 'libxcursor' 'libxrandr' 'libxi' 'libxinerama')
10provides=("${pkgname::-4}")
11conflicts=("${pkgname::-4}")
12source=("https://download.blender.org/release/BlenderBenchmark2.0/launcher/benchmark-launcher-${pkgver}-linux.tar.gz"
13 "https://download.blender.org/release/BlenderBenchmark2.0/launcher/benchmark-launcher-cli-${pkgver}-linux.tar.gz")
14noextract=()
15sha256sums=('8578a4d3094225eb10f38d05c88e97bfa3d6a25a13206f7823cb77ccd03a0251'
16 'a15e062179e7bf5cd20d58081f3c84cf87d56df3f596ffb0a11383638139324a')
17validpgpkeys=()
18
19package() {
20 cd "$srcdir"
21 install -Dm755 benchmark-launcher "${pkgdir}/usr/bin/benchmark-launcher"
22 install -Dm755 benchmark-launcher-cli "${pkgdir}/usr/bin/benchmark-launcher-cli"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 03:15:34 Low 3
2026-08-21 03:13:51 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