nvcomp
maintainer crl
· 1 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The source is a prebuilt archive from NVIDIA's official developer download domain, which is plausibly the project's own release infrastructure;虽非白名单主机,但属厂商官方域名,风险较低。
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 source is a prebuilt archive from NVIDIA's official developer download domain, which is plausibly the project's own release infrastructure;虽非白名单主机,但属厂商官方域名,风险较低。
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:11
source=("https://developer.download.nvidia.com/compute/nvcomp/redist/nvcomp/linux-x86_64/nvcomp-linux-x86_64-${pkgver}_cuda13-archive.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: crl <crl18039102576@126.com>
2
3
pkgname=nvcomp
4
pkgver=5.3.0.16
5
pkgrel=1
6
pkgdesc="NVIDIA nvCOMP is a high-speed data compression and decompression library optimized for NVIDIA GPUs."
7
url="https://developer.nvidia.com/nvcomp"
8
arch=('x86_64')
9
license=('custom')
10
depends=('libgcc' 'libstdc++' 'cuda')
11
source=("https://developer.download.nvidia.com/compute/nvcomp/redist/nvcomp/linux-x86_64/nvcomp-linux-x86_64-${pkgver}_cuda13-archive.tar.xz")
12
sha256sums=('2c36f5af63c37e4afe13d14f912e84130e6a05f07b066547b3e028c4ca54c866')
13
14
15
package() {
16
cd "$srcdir/nvcomp-linux-x86_64-${pkgver}_cuda13-archive"
17
18
mkdir -p "$pkgdir/usr"
19
cp -r include "$pkgdir/usr"
20
cp -r lib "$pkgdir/usr"
21
cp -r bin "$pkgdir/usr"
22
23
install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-08-18 00:03@@ -1,15 +1,15 @@ # Maintainer: crl <crl18039102576@126.com> pkgname=nvcomp-pkgver=5.2.0.10-pkgrel=2+pkgver=5.3.0.16+pkgrel=1 pkgdesc="NVIDIA nvCOMP is a high-speed data compression and decompression library optimized for NVIDIA GPUs." url="https://developer.nvidia.com/nvcomp" arch=('x86_64') license=('custom') depends=('libgcc' 'libstdc++' 'cuda') source=("https://developer.download.nvidia.com/compute/nvcomp/redist/nvcomp/linux-x86_64/nvcomp-linux-x86_64-${pkgver}_cuda13-archive.tar.xz")-sha256sums=('2dd6c184c79fa5402c9b63a274e778d4b52e8d736ee927da81f07c1f8bed12ff')+sha256sums=('2c36f5af63c37e4afe13d14f912e84130e6a05f07b066547b3e028c4ca54c866') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 09:23:17 | MEDIUM | 1 |
| 2026-06-20 00:18:46 | CLEAN | 2 |
| 2026-06-19 23:51:18 | CLEAN | 2 |
| 2026-06-19 19:07:35 | LOW | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |