plasma6-themes-vapor-steamos
maintainer honjow
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt Arch Linux package from SteamOS's official mirror, extracts theme assets (icons, color schemes, wallpapers, etc.), and installs them as data; the worst case of a swapped source is cosmetic or theme tampering, not code execution.
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 package downloads a prebuilt Arch Linux package from SteamOS's official mirror, extracts theme assets (icons, color schemes, wallpapers, etc.), and installs them as data; the worst case of a swapped source is cosmetic or theme tampering, not code execution.
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:7
source=("https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/steamdeck-kde-presets-${pkgver}-1-any.pkg.tar.zst")
PKGBUILD
1 offending line(s) highlighted
1
pkgname=plasma6-themes-vapor-steamos
2
pkgver=0.29
3
pkgrel=1
4
pkgdesc="Vapor theme for KDE Plasma from SteamOS 3"
5
license=("GPL2")
6
arch=("any")
7
source=("https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/steamdeck-kde-presets-${pkgver}-1-any.pkg.tar.zst")
8
sha256sums=('c6f23809e4ecf0a44abf5d9829ddb3eefb733f36a0fce2f6e94922e63a4e5a0f')
9
10
conflicts=("plasma5-themes-vapor-steamos")
11
replaces=("plasma5-themes-vapor-steamos")
12
13
package() {
14
echo "PKG DIR: $pkgdir"
15
mkdir -p \
16
${pkgdir}/usr/share/icons/ \
17
${pkgdir}/usr/share/plasma/ \
18
${pkgdir}/usr/share/plasma/desktoptheme/ \
19
${pkgdir}/usr/share/plasma/look-and-feel/ \
20
${pkgdir}/usr/share/themes/
21
# Remove unused configurations.
22
# /etc/xdg/autostart/steam.desktop = Starts Steam automatically.
23
# /etc/xdg/konsolerc = Conflicts with the "konsole" package.
24
rm -r -f etc/xdg
25
mv usr/share/color-schemes ${pkgdir}/usr/share/
26
mv usr/share/icons/hicolor ${pkgdir}/usr/share/icons/
27
mv usr/share/plasma/avatars $pkgdir/usr/share/plasma/
28
mv usr/share/plasma/desktoptheme/Vapor ${pkgdir}/usr/share/plasma/desktoptheme/
29
mv usr/share/plasma/look-and-feel/com.valve.vapor.desktop ${pkgdir}/usr/share/plasma/look-and-feel/
30
mv usr/share/themes/Vapor/ ${pkgdir}/usr/share/themes/
31
mv usr/share/wallpapers ${pkgdir}/usr/share/
32
mv usr/share/konsole ${pkgdir}/usr/share/
33
}
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 |