nvclock
maintainer tinkod3
· 33 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (linuxhardware.org), which hosts the upstream nvclock project; building from official project sources, even on a non-whitelisted host, is standard AUR practice and not inherently dangerous.
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 downloaded from the project's official domain (linuxhardware.org), which hosts the upstream nvclock project; building from official project sources, even on a non-whitelisted host, is standard AUR practice and not inherently dangerous.
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:17
source=("http://www.linuxhardware.org/${pkgname}/${pkgname}${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
2
# Contributor: Lukas Fleischer <archlinux at cryptocrack dot de>
3
# Contributor: Markus Meissner <markus@meissna.de>
4
# Contributor: Andreas Radke <andyrtr@archlinux.org>
5
6
pkgname=nvclock
7
pkgver=0.8b4
8
pkgrel=4
9
pkgdesc='A small utility which allows users to overclock NVIDIA based video cards.'
10
arch=('i686' 'x86_64')
11
url='http://www.linuxhardware.org/nvclock/'
12
license=('GPL')
13
depends=('gtk2')
14
optdepends=('gksu: to start nvclock via the desktop menu entry')
15
install='nvclock.install'
16
options=('!makeflags')
17
source=("http://www.linuxhardware.org/${pkgname}/${pkgname}${pkgver}.tar.gz"
18
'nvclock-0.8b4-buildfix.patch'
19
'nvclock-0.8b4-linkfix.patch'
20
'nvclock.desktop-use-gksu.patch'
21
'gcc10-build.patch')
22
md5sums=('23f1b3ebf40f35d76d5fdac50f66ab11'
23
'1da24b50dd6a8c4704fa550a3e1a8b53'
24
'b812646787ea44e693fd2288612f25ad'
25
'98fc1995721d0b0e8ff6d448869eee6d'
26
'096769701c5a1442fadd69d6f09962f5')
27
28
prepare(){
29
cd "${srcdir}/${pkgname}${pkgver}"
30
31
# build and link fixes from Fedora
32
patch -Np1 -i "${srcdir}/nvclock-0.8b4-buildfix.patch"
33
patch -Np1 -i "${srcdir}/nvclock-0.8b4-linkfix.patch"
34
35
# Make ".desktop" file use gksu(1).
36
patch -Np0 -i "${srcdir}/nvclock.desktop-use-gksu.patch"
37
sed -i 's:${prefix}/man:${prefix}\/share\/man:' "${srcdir}/${pkgname}${pkgver}/Makefile.in"
38
39
#Fix build with gcc 10
40
patch -Np1 -i "${srcdir}/gcc10-build.patch"
41
}
42
43
build(){
44
cd "${srcdir}/${pkgname}${pkgver}"
45
./configure --prefix=/usr --bindir=/usr/bin
46
make
47
}
48
49
package() {
50
cd "${srcdir}/${pkgname}${pkgver}"
51
make DESTDIR="${pkgdir}" install
52
}
53
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 |