gtk-theme-mist-git
LOW
maintainer bidulock
0 votes
scanned 2026-09-07 11:14:32.669265
Why flagged
The package builds a GTK theme from its official GitHub repository; the source is non-executable data files, so even with unverified git checkout (SKIP'd checksum), the worst case is theme corruption, not code execution.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds a GTK theme from its official GitHub repository; the source is non-executable data files, so even with unverified git checkout (SKIP'd checksum), the worst case is theme corruption, not code execution.
PKGBUILD
1
# Maintainer: Brian Bidulock <bidulock@openss7.org>
2
3
_basename=gtk-theme-mist
4
_themename=Mist
5
6
pkgname='gtk-theme-mist-git'
7
pkgver=r141.5822336
8
pkgrel=1
9
pkgdesc='GTK 3.x and 4.x theme matching GTK 2.x Mist theme'
10
url='https://github.com/keithbowes/gtk-theme-mist'
11
license=(GPL)
12
arch=(any)
13
makedepends=(git)
14
15
source=("git+https://github.com/keithbowes/$_basename.git")
16
sha256sums=(SKIP)
17
18
pkgver() {
19
cd "$_basename"
20
printf 'r%s.%s' "$(git rev-list --count HEAD)" \
21
"$(git rev-parse --short HEAD)"
22
}
23
24
package() {
25
cd "$_basename"
26
install -d "$pkgdir"/usr/share/themes/Mist
27
cp -r assets "$pkgdir"/usr/share/themes/Mist
28
cp -r index.theme "$pkgdir"/usr/share/themes/Mist
29
cp -r gtk-3.20 "$pkgdir"/usr/share/themes/Mist/gtk-3.0
30
cp -r gtk-4.16 "$pkgdir"/usr/share/themes/Mist/gtk-4.0
31
chmod -R 0644 "$pkgdir"/usr/share/themes/Mist
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 11:14:32 | Low | 2 |