gnome-tuner
maintainer yochananmarqos
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source uses a git clone from a non-whitelisted host, but it is the project's own repository and builds from source, which is normal for AUR packages; the host, while non-standard, hosts the actual project code.
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 95%): The source uses a git clone from a non-whitelisted host, but it is the project's own repository and builds from source, which is normal for AUR packages; the host, while non-standard, hosts the actual project code.
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>
2
pkgname=gnome-tuner
3
pkgver=0.7.0
4
pkgrel=1
5
pkgdesc="Extensible control center for GNOME"
6
arch=('x86_64')
7
url="https://altlinux.space/alt-gnome/tuner"
8
license=('GPL-3.0-or-later')
9
depends=(
10
'gtk4'
11
'libadwaita'
12
'libgee'
13
'libpeas-2'
14
)
15
makedepends=(
16
'blueprint-compiler'
17
'git'
18
'gobject-introspection'
19
'meson'
20
'vala'
21
)
22
optdepends=(
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
)
29
provides=('libtuner-1.so')
30
source=("git+https://altlinux.space/alt-gnome/tuner.git#tag=$pkgver")
31
sha256sums=('c2ee8e7eb9ce6893aafe5f074fda8b3624e850ab51f955bd0a82d089efcef984')
32
33
build() {
34
arch-meson tuner build
35
meson compile -C build
36
}
37
38
check() {
39
meson test -C build --no-rebuild --print-errorlogs
40
}
41
42
package() {
43
meson install -C build --no-rebuild --destdir "$pkgdir"
44
}
45
Changes since previous scan
--- PKGBUILD @ 2026-07-24 00:02+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=gnome-tuner-pkgver=0.6.8+pkgver=0.7.0 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=('ffeb9e4d95abbe98e8bdca0a116ff534add4588a36f6bc875518a3918a0f4849')+sha256sums=('c2ee8e7eb9ce6893aafe5f074fda8b3624e850ab51f955bd0a82d089efcef984') build() { arch-meson tuner buildScan 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 17:28:09 | MEDIUM | 1 |
| 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 17:14:35 | MEDIUM | 1 |
| 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 |