nvidia-nsight-systems-bin
The package downloads a Debian binary from NVIDIA's official developer domain, which is the project's legitimate source; despite the non-whitelisted host pattern, the download is from a trusted vendor and installs only prebuilt official binaries as expected.
Triggered rules
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 Debian binary from NVIDIA's official developer domain, which is the project's legitimate source; despite the non-whitelisted host pattern, the download is from a trusted vendor and installs only prebuilt official binaries as expected.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:26
source=("${_deb}::https://developer.nvidia.com/downloads/assets/tools/secure/nsight-systems/${_year}_${_month}/${_deb}")
PKGBUILD
1 offending line(s) highlighted# Maintainer: empyrealm
pkgname=nvidia-nsight-systems-bin
pkgver=2026.4.1.191
pkgrel=1
pkgdesc='NVIDIA Nsight Systems — system-wide performance analysis tool'
arch=('x86_64')
url='https://developer.nvidia.com/nsight-systems'
license=('LicenseRef-NVIDIA-SLA')
depends=('dbus' 'fontconfig' 'gcc-libs' 'glib2' 'glibc' 'krb5' 'libdrm'
'libglvnd' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage' 'libxext'
'libxi' 'libxkbcommon' 'libxkbcommon-x11' 'libxkbfile' 'libxrandr'
'libxrender' 'libxshmfence' 'libxtst' 'ncurses' 'nspr' 'nss' 'wayland'
'xcb-util-cursor' 'xcb-util-image' 'xcb-util-keysyms'
'xcb-util-renderutil' 'xcb-util-wm')
optdepends=('cuda: CUDA profiling support'
'nvidia-utils: NVIDIA GPU profiling')
provides=("nsight-systems=${pkgver}")
conflicts=('nsight-systems')
options=('!strip')
_release="${pkgver%.*}"
_year="${pkgver%%.*}"
_rest="${pkgver#*.}"
_month="${_rest%%.*}"
_deb="nsight-systems-${_release}_${pkgver}-1_amd64.deb"
source=("${_deb}::https://developer.nvidia.com/downloads/assets/tools/secure/nsight-systems/${_year}_${_month}/${_deb}")
noextract=("${_deb}")
sha256sums=('8aeaf8c73401ccafb0b9bbe59981a6fcc97a038388462b15ef48ff75458aba19')
prepare() {
cd "${srcdir}"
bsdtar -xf "${_deb}" data.tar.gz
bsdtar -xf data.tar.gz
}
package() {
cd "${srcdir}/opt/nvidia/nsight-systems/${_release}"
install -dm755 "${pkgdir}/opt/${pkgname}"
cp -a . "${pkgdir}/opt/${pkgname}/"
install -dm755 "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/bin/nsys" "${pkgdir}/usr/bin/nsys"
ln -s "/opt/${pkgname}/bin/nsys-ui" "${pkgdir}/usr/bin/nsys-ui"
install -Dm644 host-linux-x64/nsys-ui.png "${pkgdir}/usr/share/pixmaps/nsight-systems.png"
install -dm755 "${pkgdir}/usr/share/applications"
cat > "${pkgdir}/usr/share/applications/nsight-systems.desktop" << 'EOF'
[Desktop Entry]
Name=NVIDIA Nsight Systems
Comment=System-wide performance analysis tool
Exec=/opt/nvidia-nsight-systems-bin/bin/nsys-ui
Icon=nsight-systems
Terminal=false
Type=Application
Categories=Development;Profiling;
EOF
install -Dm644 EULA.txt "${pkgdir}/usr/share/licenses/${pkgname}/EULA.txt"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |