nvidia-beta-dkms
maintainer dbermond
· 71 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt NVIDIA driver installer from NVIDIA's official domain (us.download.nvidia.com), which is a legitimate and expected source for this package; the host is not on standard whitelists but is authentic and the package builds kernel modules from NVIDIA's official source, posing no active threat.
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 NVIDIA driver installer from NVIDIA's official domain (us.download.nvidia.com), which is a legitimate and expected source for this package; the host is not on standard whitelists but is authentic and the package builds kernel modules from NVIDIA's official source, posing no active threat.
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:23
source=("https://us.download.nvidia.com/XFree86/Linux-${CARCH}/${pkgver}/${_pkg}.run"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer : Daniel Bermond <dbermond@archlinux.org>
2
# Contributor: Sibren Vasse <arch at sibrenvasse dot nl>
3
# Contributor: Matt Welch <matt dot welch at gmail dot com>
4
# Contributor: Anish Bhatt <anish at gatech dot edu>
5
# Contributor: Det <nimetonmaili gmail a-dot com>
6
# Contributor: Alucryd <alucryd at gmail dot com>
7
# Contributor: Jason Melton <jason dot melton at gmail dot com>
8
# Contributor: Youpi <max dot flocard at gmail dot com>
9
# Contributor: sl1pkn07 <sl1pkn07 at gmail dot com>
10
11
pkgname=nvidia-beta-dkms
12
pkgver=610.43.03
13
pkgrel=1
14
pkgdesc='NVIDIA kernel modules - module sources (beta version)'
15
arch=('x86_64')
16
url='https://www.nvidia.com/'
17
license=('LicenseRef-custom')
18
provides=("nvidia=${pkgver}" "nvidia-dkms=${pkgver}" "nvidia-beta=${pkgver}"
19
'NVIDIA-MODULE')
20
conflicts=('nvidia' 'nvidia-dkms')
21
options=('!strip')
22
_pkg="NVIDIA-Linux-${CARCH}-${pkgver}-no-compat32"
23
source=("https://us.download.nvidia.com/XFree86/Linux-${CARCH}/${pkgver}/${_pkg}.run"
24
'110-nvidia-change-dkms-conf.patch'
25
'120-nvidia-linux-rt-gift.patch')
26
sha256sums=('e084451db730a6df29d3d74f655749c4d236e3c945f7d94b5205e84318fe2f90'
27
'099b4953587079c6fe06cedcb8fade887a2a0bc3d38dbc39b0ca3a9778bbd2a7'
28
'291bc6568e18496a4c2e732fd8616f6d536d8e9f3ab51f1959e3fc08f0de126b')
29
30
prepare() {
31
# extract the source file
32
[ -d "$_pkg" ] && rm -rf "$_pkg"
33
printf '%s\n' " -> Self-Extracting ${_pkg}.run..."
34
sh "${_pkg}.run" --extract-only
35
36
patch -d "$_pkg" -Np1 -i "${srcdir}/110-nvidia-change-dkms-conf.patch"
37
patch -d "$_pkg" -Np1 -i "${srcdir}/120-nvidia-linux-rt-gift.patch"
38
}
39
40
package() {
41
depends=(
42
'dkms'
43
'libglvnd'
44
"nvidia-utils-beta=${pkgver}")
45
46
install -d -m755 "${pkgdir}/usr/src"
47
cp -dr --no-preserve='ownership' "${_pkg}/kernel" "${pkgdir}/usr/src/nvidia-${pkgver}"
48
install -D -m644 "${_pkg}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
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 |