nvidia-nsight-systems-bin
maintainer empyrealm
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt archive from NVIDIA's official developer.download.nvidia.com domain, which is the legitimate vendor host; despite the non-whitelisted domain and skipped checksum, this is a standard AUR package for distributing NVIDIA's official binary.
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 archive from NVIDIA's official developer.download.nvidia.com domain, which is the legitimate vendor host; despite the non-whitelisted domain and skipped checksum, this is a standard AUR package for distributing NVIDIA's official binary.
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=("https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-x86_64/${_archive}.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: empyrealm
2
pkgname=nvidia-nsight-systems-bin
3
pkgver=2025.6.3.343
4
pkgrel=1
5
pkgdesc='NVIDIA Nsight Systems — system-wide performance analysis tool'
6
arch=('x86_64')
7
url='https://developer.nvidia.com/nsight-systems'
8
license=('custom:NVIDIA')
9
depends=('glibc' 'gcc-libs' 'libx11' 'libxcb' 'libxext' 'libxrender'
10
'mesa' 'fontconfig' 'freetype2' 'dbus' 'libxkbcommon'
11
'qt6-base' 'qt6-declarative' 'qt6-svg' 'qt6-wayland')
12
optdepends=('cuda: CUDA profiling support'
13
'nvidia-utils: NVIDIA GPU profiling')
14
provides=('nsight-systems')
15
conflicts=('nsight-systems')
16
options=('!strip')
17
_archive="nsight_systems-linux-x86_64-${pkgver}-archive"
18
source=("https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-x86_64/${_archive}.tar.xz")
19
sha256sums=('SKIP')
20
21
package() {
22
cd "${srcdir}/${_archive}"
23
24
install -dm755 "${pkgdir}/opt/${pkgname}"
25
cp -a . "${pkgdir}/opt/${pkgname}/"
26
27
install -dm755 "${pkgdir}/usr/bin"
28
ln -s "/opt/${pkgname}/bin/nsys" "${pkgdir}/usr/bin/nsys"
29
ln -s "/opt/${pkgname}/bin/nsys-ui" "${pkgdir}/usr/bin/nsys-ui"
30
31
install -dm755 "${pkgdir}/usr/share/applications"
32
cat > "${pkgdir}/usr/share/applications/nsight-systems.desktop" << 'EOF'
33
[Desktop Entry]
34
Name=NVIDIA Nsight Systems
35
Comment=System-wide performance analysis tool
36
Exec=/opt/nvidia-nsight-systems-bin/bin/nsys-ui
37
Icon=/opt/nvidia-nsight-systems-bin/host-linux-x64/Plugins/platformThemes/libqxdgdesktopportal.so
38
Terminal=false
39
Type=Application
40
Categories=Development;Profiling;
41
EOF
42
43
install -Dm644 /dev/null "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
44
if [ -f EULA.txt ]; then
45
install -Dm644 EULA.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
elif [ -f LICENSE ]; then
47
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
48
fi
49
}
50
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 |