blender-benchmark
MEDIUM
maintainer HurricanePootis
18 votes
scanned 2026-08-20 01:42:48.230657
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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:17
source=("https://download.blender.org/release/BlenderBenchmark2.0/launcher/benchmark-launcher-${pkgver}-linux.tar.gz")
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Andy Breuhan <andybreuhan 'at' andybreuhan 'dot' de>
2
3
pkgname=blender-benchmark
4
pkgver=3.1.0
5
epoch=1
6
pkgrel=1
7
pkgdesc="Benchmark based on Blender to perform hardware and software performance tests"
8
arch=('x86_64')
9
url="https://opendata.blender.org/"
10
license=('GPL-3.0-or-later' 'CC0-1.0')
11
depends=('glibc' 'libglvnd' 'libxi' 'libx11' 'libxrandr' 'libxxf86vm' 'libxcursor' 'libxinerama' 'gcc-libs')
12
optdepends=('rocm-hip-runtime: Support AMD GPU acceleration'
13
'cuda: Cycles render CUDA support'
14
'intel-compute-runtime: Cycles renderer Intel OneAPI support')
15
options=('!strip')
16
17
source=("https://download.blender.org/release/BlenderBenchmark2.0/launcher/benchmark-launcher-${pkgver}-linux.tar.gz")
18
sha256sums=('4059c576407aa5add4f6280c59d68070b721572ec91aa6d5dfd528441070bb62')
19
20
package() {
21
install -Dm755 "$srcdir/benchmark-launcher" "${pkgdir}/usr/bin/blender-benchmark"
22
}
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 01:42:48 | Medium | 2 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |