renderdoc-bin
maintainer netcrusher
· 18 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt tarball from the official project's domain (renderdoc.org), which is plausibly controlled by the project maintainers; despite the non-whitelisted host, this is a standard and expected distribution method for RenderDoc, and the package does not execute untrusted remote code or install from an arbitrary or swappable host.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt tarball from the official project's domain (renderdoc.org), which is plausibly controlled by the project maintainers; despite the non-whitelisted host, this is a standard and expected distribution method for RenderDoc, and the package does not execute untrusted remote code or install from an arbitrary or swappable host.
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:15
source=("https://renderdoc.org/stable/$pkgver/$_tarname.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: netcrusher < tobias AT miglix DOT eu >
2
# Contributor: flacs <0f1ac5@gmail.com>
3
4
_basename=renderdoc
5
pkgname=${_basename}-bin
6
pkgver=1.45
7
_tarname=${_basename}_${pkgver}
8
pkgrel=1
9
pkgdesc="OpenGL and Vulkan debugging tool - binary version"
10
arch=(x86_64)
11
url="https://github.com/baldurk/renderdoc"
12
license=('MIT')
13
conflicts=('renderdoc')
14
depends=("libgl" "libxcb" "libx11" "fontconfig" "freetype2" "glu" "libproxy" "python" "desktop-file-utils" "hicolor-icon-theme")
15
source=("https://renderdoc.org/stable/$pkgver/$_tarname.tar.gz"
16
"https://renderdoc.org/stable/$pkgver/$_tarname.tar.gz.sig"
17
"amdspv.sh")
18
sha256sums=('b0a7ee8ec78c4fa511eb44137380d99a748472e5fd24c877f8afcc860a172a42'
19
'SKIP'
20
'87bf87a4e93f83c6abeda90ee0bb9c76a844dd5a0ebae84f12d6fb59d988fa61')
21
validpgpkeys=('1B039DB9A4718A2D699DE031AC612C3120C34695')
22
23
prepare() {
24
cd $_tarname
25
# patch library prefix
26
sed -i 's|/io/dist|/usr|' etc/vulkan/implicit_layer.d/renderdoc_capture.json
27
}
28
29
package() {
30
install -Dm755 amdspv.sh $pkgdir/usr/share/renderdoc/plugins/amd/isa/amdspv.sh
31
cd $_tarname
32
install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/renderdoc-bin/LICENSE.md
33
cp -rt $pkgdir etc
34
cp -rt $pkgdir/usr bin include lib share
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |