vivacious-colors-gtk-theme
The source is a GTK theme tarball (pure data: icons, CSS, images) hosted on Google Drive. While Google Drive is not an official upstream release host and the URL could theoretically be swapped, the md5sum provides a fixed integrity check against the downloaded content. The package installs only theme files into /usr/share/themes/ — no binaries, no compiled code, no scripts are executed. The risk profile is low: even if the host were compromised, the worst outcome would be a different theme being installed, not code execution. The cheaper model's concern about 'swappable host' applies equally to any CDN or mirror; what matters is that the content is pure data, not executed code. md5sum is weak but still provides basic integrity verification. This is sloppy packaging (should use a proper release URL) but not a security risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 72%): The source is a GTK theme tarball (pure data: icons, CSS, images) hosted on Google Drive. While Google Drive is not an official upstream release host and the URL could theoretically be swapped, the md5sum provides a fixed integrity check against the downloaded content. The package installs only theme files into /usr/share/themes/ — no binaries, no compiled code, no scripts are executed. The risk profile is low: even if the host were compromised, the worst outcome would be a different theme being installed, not code execution. The cheaper model's concern about 'swappable host' applies equally to any CDN or mirror; what matters is that the content is pure data, not executed code. md5sum is weak but still provides basic integrity verification. This is sloppy packaging (should use a proper release URL) but not a security risk.
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:15
source=("$pkgname-$pkgver.tar.gz::https://drive.google.com/uc?export=download&confirm=TVT4&id=0B7iDWdwgu9QAMkhfOWh4TUh1RUE")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Lucas Saliés Brum <lucas at archlinux dot com dot br>
# Maintainer: ThePilot <afuturepilotis at gmail dot com>
# Contributor: Valerio Pizzi <pival81@yahoo.com>
pkgname=vivacious-colors-gtk-theme
pkgver=16.04.4
pkgrel=1
pkgdesc="Vivacious Colors GTK Theme by the RAVEfinity Open Design Team. Features a clean, vibrant and customizable look in 4 Styles. Light, Dark, Blackout, Fusion (Hybrid). Every style comes in 13 vivid colors. In Regular & Pro Versions."
arch=('any')
url="http://www.ravefinity.com/p/vivacious-colors-gtk-theme.html"
license=('GPL2')
options=('!strip' '!zipman')
depends=('gtk-engine-murrine')
optdepends=('vivacious-colors' 'gtk3>=3.16' 'gtk3<3.20')
source=("$pkgname-$pkgver.tar.gz::https://drive.google.com/uc?export=download&confirm=TVT4&id=0B7iDWdwgu9QAMkhfOWh4TUh1RUE")
md5sums=('bebf501111f2394f619d8ce504f49758')
package() {
mkdir -p "$pkgdir/usr/share/themes/"
cd "$srcdir/"
cp -r Vivacious-* "$pkgdir/usr/share/themes/"
}
Scan 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 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |