gnome-tuner
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
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)
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# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-tuner
pkgver=0.7.3
pkgrel=1
pkgdesc="Extensible control center for GNOME"
arch=('x86_64')
url="https://altlinux.space/alt-gnome/tuner"
license=('GPL-3.0-or-later')
depends=(
'gtk4'
'libadwaita'
'libgee'
'libpeas-2'
)
makedepends=(
'blueprint-compiler'
'git'
'gobject-introspection'
'meson'
'vala'
)
optdepends=(
'gnome-tuner-gdm: GNOME Display Manager settings'
'gnome-tuner-glts: GNOME Legacy Theme Switcher config settings'
'gnome-tuner-os-info: System information and diagnostics'
'gnome-tuner-panel: Panel mode switcher'
'gnome-tuner-tweaks: Extra GNOME settings'
)
provides=('libtuner-1.so')
source=("git+https://altlinux.space/alt-gnome/tuner.git#tag=$pkgver")
sha256sums=('6367a53aa0633c038222801cdc3e2da59ea6cea0dda67344ffb51fc92db19e4c')
build() {
arch-meson tuner build
meson compile -C build
}
check() {
meson test -C build --no-rebuild --print-errorlogs
}
package() {
meson install -C build --no-rebuild --destdir "$pkgdir"
}
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 buildScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |