nvdock-bumblebee

maintainer nicklasolsen · 14 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from a defunct Google Code archive, which is non-standard but hosts the original project's source code; building from this source poses low risk as it is not executable code and the package only installs compiled binaries and data files.

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 tarball from a defunct Google Code archive, which is non-standard but hosts the original project's source code; building from this source poses low risk as it is not executable code and the package only installs compiled binaries and data files.

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:15 source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bobmajdakjr/nvdock-${pkgver}.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: cornholio <vigo.the.unholy.carpathian@gmail.com>
2# Upstream Maintainer: Giovanni Scafora <giovanni@archlinux.org>
3# Contributor: Matthew Sharpe <matt.sharpe@gmail.com>
4
5pkgname=nvdock-bumblebee
6pkgver=1.02
7pkgrel=1
8pkgdesc="A tray icon for easy launching of the NVIDIA control panel"
9arch=('i686' 'x86_64')
10url="http://www.opsat.net/user/bob/projects/nvdock"
11license=('BSD')
12provides=('nvdock')
13conflicts=('nvdock')
14depends=('gtk2')
15source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bobmajdakjr/nvdock-${pkgver}.tar.bz2"
16 "fix-build.patch"
17 "use-bumblebee.patch")
18md5sums=('e18c4eeff936dc3b671fd8b5a9bb5145'
19 'e16d729d78e761e1015bd3b06876cb2f'
20 '3b58520b41ba471c71a029491f26a5e5')
21
22prepare() {
23 cd "${srcdir}/nvdock-${pkgver}"
24
25 # Remove unneeded glib build dependency (FS#40523)
26 patch -Np1 -i ../fix-build.patch
27
28 # Use bumblebee
29 patch -Np1 -i ../use-bumblebee.patch
30}
31
32build() {
33 cd "${srcdir}/nvdock-${pkgver}"
34
35 make
36}
37
38package() {
39 cd "${srcdir}/nvdock-${pkgver}"
40
41 install -D -m755 build/nvdock "${pkgdir}/usr/bin/nvdock"
42 install -D -m644 data/nvdock.png "${pkgdir}/usr/share/pixmaps/nvdock.png"
43 install -D -m644 data/nvdock.desktop "${pkgdir}/usr/share/applications/nvdock.desktop"
44
45 # Install license
46 install -D COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47}
48

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion