nvflash
maintainer C0rn3j
· 13 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from techpowerup.com, a well-known and trusted hardware website, to build a legitimate firmware tool; the host is non-whitelisted but plausibly official, and the source is verified via a fixed sha256sum, making the risk low despite the non-standard host flag.
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 package downloads a source archive from techpowerup.com, a well-known and trusted hardware website, to build a legitimate firmware tool; the host is non-whitelisted but plausibly official, and the source is verified via a fixed sha256sum, making the risk low despite the non-standard host flag.
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:8
url="https://www.techpowerup.com/download/nvidia-nvflash/"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Martin Rys <https://rys.rs/contact>
2
# Contributor: Jonatan Holmgren <jonatan at jontes dot page>
3
# Contributor: Shayne Hartford<shayneehartford@gmail.com>
4
pkgname=nvflash
5
pkgver=5.867
6
pkgrel=4
7
pkgdesc="A tool to update the the firmware of Nvidia display adapters"
8
url="https://www.techpowerup.com/download/nvidia-nvflash/"
9
arch=('x86_64' 'i686' 'aarch64')
10
license=('unknown')
11
depends=('glibc')
12
makedepends=('curl' 'unzip')
13
# id == filename
14
# server_id == server to download from
15
DLAGENTS=(
16
#"https::/usr/bin/wget --method POST --header 'content-type:\ application/x-www-form-urlencoded' --body-data id=2807&server_id=27 -O %o %u"
17
"https::/usr/bin/curl -L -A 'NVFlash\ AUR\ Package\ Builder\ ${pkgver}-${pkgrel}' -e %u --header 'Content-Type:\ application/x-www-form-urlencoded' --data-raw id=2807&server_id=27 -o %o %u"
18
)
19
source=("${pkgname}-${pkgver}.zip::https://www.techpowerup.com/download/nvidia-nvflash/")
20
sha256sums=('73ab51e121129059f1377b3bf21a8001f6649d64af2471455499c803a9c80301')
21
22
package() {
23
subd=$(echo "${arch}" | sed -e 's/x86_64/x64/' -e 's/i686/x32/')
24
install -Dm755 "${srcdir}/${subd}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
25
}
26
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 |