vulkan-caps-viewer-x11-bin
maintainer yochananmarqos
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the project's official domain (vulkan.gpuinfo.org), which is not on the whitelist but is plausibly legitimate; the AppImage is extracted and only specific binaries and data files are installed, with no obfuscated scripts or remote code execution.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from the project's official domain (vulkan.gpuinfo.org), which is not on the whitelist but is plausibly legitimate; the AppImage is extracted and only specific binaries and data files are installed, with no obfuscated scripts or remote code execution.
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:18
source_x86_64=("https://vulkan.gpuinfo.org/downloads/vulkancapsviewer_${pkgver}_linux64.AppImage")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
2
pkgname=vulkan-caps-viewer-x11-bin
3
pkgver=4.12
4
pkgrel=1
5
epoch=1
6
pkgdesc="Vulkan Hardware Capability Viewer"
7
arch=('x86_64' 'aarch64')
8
url="https://vulkan.gpuinfo.org"
9
license=('LGPL-3.0-or-later')
10
depends=(
11
'hicolor-icon-theme'
12
'libxcb'
13
'qt6-base'
14
'vulkan-icd-loader'
15
)
16
provides=('vulkan-caps-viewer')
17
conflicts=('vulkan-caps-viewer')
18
source_x86_64=("https://vulkan.gpuinfo.org/downloads/vulkancapsviewer_${pkgver}_linux64.AppImage")
19
source_aarch64=("https://vulkan.gpuinfo.org/downloads/vulkancapsviewer_${pkgver}_linux64_aarch64.AppImage")
20
sha256sums_x86_64=('1be15a8025d2474ee406ef1b6fdb9f29cf49aae71a3ca2b908439ff0e0339eee')
21
sha256sums_aarch64=('589fcbe96e948a4eb7037e05687f6a8fad0390632274de9ad3f13e77982a5d6a')
22
23
prepare() {
24
if [ $CARCH == "aarch64" ]; then
25
chmod +x "vulkancapsviewer_${pkgver}_linux64_aarch64.AppImage"
26
./"vulkancapsviewer_${pkgver}_linux64_aarch64.AppImage" --appimage-extract
27
else
28
chmod +x "vulkancapsviewer_${pkgver}_linux64.AppImage"
29
./"vulkancapsviewer_${pkgver}_linux64.AppImage" --appimage-extract
30
fi
31
}
32
33
package() {
34
cd squashfs-root
35
install -Dm755 usr/bin/vulkanCapsViewer -t "$pkgdir/usr/bin/"
36
install -Dm644 usr/share/applications/vulkanCapsViewer.desktop -t \
37
"$pkgdir/usr/share/applications/"
38
install -Dm644 usr/share/icons/hicolor/256x256/apps/vulkanCapsViewer.png -t \
39
"$pkgdir/usr/share/icons/hicolor/256x256/apps/"
40
}
41
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=vulkan-caps-viewer-x11-bin-pkgver=4.11+pkgver=4.12 pkgrel=1 epoch=1 pkgdesc="Vulkan Hardware Capability Viewer"@@ -17,8 +17,8 @@ conflicts=('vulkan-caps-viewer') source_x86_64=("https://vulkan.gpuinfo.org/downloads/vulkancapsviewer_${pkgver}_linux64.AppImage") source_aarch64=("https://vulkan.gpuinfo.org/downloads/vulkancapsviewer_${pkgver}_linux64_aarch64.AppImage")-sha256sums_x86_64=('494195705e1765d232a5c031860b17dde764bb1e2f630d319456d021ba770b02')-sha256sums_aarch64=('16ebb15ae091258d3372eade50a5cbd414bdfa9b3ae2041b3d5f7a0bb03f9194')+sha256sums_x86_64=('1be15a8025d2474ee406ef1b6fdb9f29cf49aae71a3ca2b908439ff0e0339eee')+sha256sums_aarch64=('589fcbe96e948a4eb7037e05687f6a8fad0390632274de9ad3f13e77982a5d6a') prepare() { if [ $CARCH == "aarch64" ]; thenScan 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 17:18:23 | MEDIUM | 1 |
| 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 |