ant-slim-gtk-theme
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The download from an untrusted host is used only to extract metadata for internal processing; the actual source is a verifiable GitHub release tarball with a valid checksum, posing minimal risk.
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 download from an untrusted host is used only to extract metadata for internal processing; the actual source is a verifiable GitHub release tarball with a valid checksum, posing minimal risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
External download from an untrusted host, not in source=()
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:17
_fileid="$(curl -s "https://dl.opendesktop.org/api/files/index?collection_id=$_collectionid" | grep -Po '<files_(\d+)>.*<name>'$_filename'</name>.*\/files_\1>' | sed 's/.*<id>\(.*\)<\/id>.*/\1'/)"
PKGBUILD
1 offending line(s) highlighted
1
# Based on 'ant-gtk-theme'
2
3
pkgname=ant-slim-gtk-theme
4
pkgver=1.3.0
5
pkgrel=2
6
pkgdesc="Ant Slim Theme for GTK 3.x"
7
arch=(any)
8
url=https://www.gnome-look.org/p/1099856
9
10
depends=('gtk3')
11
12
_filename="Ant-Slim.tar.gz"
13
14
# Hash and Timestamp (taken from a comment on 'ant-gtk-theme')
15
_p="var hash = '\(.*\)';\|var timetamp = '\(.*\)';\|data-ppload-collection-id=\"\(.*\)\""
16
read _collectionid _hash _token <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\1\2\3/p"))
17
_fileid="$(curl -s "https://dl.opendesktop.org/api/files/index?collection_id=$_collectionid" | grep -Po '<files_(\d+)>.*<name>'$_filename'</name>.*\/files_\1>' | sed 's/.*<id>\(.*\)<\/id>.*/\1'/)"
18
19
source=("https://github.com/EliverLara/Ant/releases/download/v1.3.0/Ant-slim.tar.xz")
20
sha256sums=('865a759dc4dc18959b05ade9d472bca4e99fa43685c6f2e744e40e952c53254f')
21
22
package(){
23
cd "$srcdir"
24
tar -xvf Ant-slim.tar
25
find */ -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
26
}
27
Scan 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 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 |