gnome-tuner

LOW
maintainer yochananmarqos 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source uses a git clone from a non-whitelisted host, but it is a project-specific repository plausibly owned by the maintainer, building from tagged source, which is normal for AUR packages.

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 90%): The source uses a git clone from a non-whitelisted host, but it is a project-specific repository plausibly owned by the maintainer, building from tagged source, which is normal for AUR packages.

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:30 source=("git+https://altlinux.space/alt-gnome/tuner.git#tag=$pkgver")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
2pkgname=gnome-tuner
3pkgver=0.7.3
4pkgrel=1
5pkgdesc="Extensible control center for GNOME"
6arch=('x86_64')
7url="https://altlinux.space/alt-gnome/tuner"
8license=('GPL-3.0-or-later')
9depends=(
10 'gtk4'
11 'libadwaita'
12 'libgee'
13 'libpeas-2'
14)
15makedepends=(
16 'blueprint-compiler'
17 'git'
18 'gobject-introspection'
19 'meson'
20 'vala'
21)
22optdepends=(
23 'gnome-tuner-gdm: GNOME Display Manager settings'
24 'gnome-tuner-glts: GNOME Legacy Theme Switcher config settings'
25 'gnome-tuner-os-info: System information and diagnostics'
26 'gnome-tuner-panel: Panel mode switcher'
27 'gnome-tuner-tweaks: Extra GNOME settings'
28)
29provides=('libtuner-1.so')
30source=("git+https://altlinux.space/alt-gnome/tuner.git#tag=$pkgver")
31sha256sums=('6367a53aa0633c038222801cdc3e2da59ea6cea0dda67344ffb51fc92db19e4c')
32
33build() {
34 arch-meson tuner build
35 meson compile -C build
36}
37
38check() {
39 meson test -C build --no-rebuild --print-errorlogs
40}
41
42package() {
43 meson install -C build --no-rebuild --destdir "$pkgdir"
44}
45

Changes since previous scan

--- PKGBUILD @ 2026-08-12 00:27
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-tuner
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="Extensible control center for GNOME"
arch=('x86_64')
@@ -28,7 +28,7 @@
)
provides=('libtuner-1.so')
source=("git+https://altlinux.space/alt-gnome/tuner.git#tag=$pkgver")
-sha256sums=('32e58e49b497ed27fb331115b79eaa212abfc30bd87b05f79fd3f90111103bd4')
+sha256sums=('6367a53aa0633c038222801cdc3e2da59ea6cea0dda67344ffb51fc92db19e4c')
build() {
arch-meson tuner build

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 17:51:12 Medium 1
2026-08-12 00:27:08 Clean 2
2026-08-11 15:21:23 Medium 1
2026-08-11 00:07:57 Low 2
2026-08-10 00:09:14 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