sddm-astronaut-theme-bin
LOW
maintainer eusouobn
0 votes
scanned 2026-08-30 17:43:42.301716
Why flagged
The package downloads a prebuilt binary tarball from a personal GitHub release, which is unverifiable but only installs theme files for SDDM; the worst case is cosmetic tampering, 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 downloads a prebuilt binary tarball from a personal GitHub release, which is unverifiable but only installs theme files for SDDM; the worst case is cosmetic tampering, not code execution.
PKGBUILD
1
# Maintainer: Bruno do Nascimento <eusouobn@gmail.com>
2
pkgname=sddm-astronaut-theme-bin
3
pkgver=88.292c87b
4
pkgrel=1
5
pkgdesc="Series of modern looking themes for SDDM (versão binária pré-compilada)"
6
arch=('any')
7
url="https://github.com/Keyitdev/sddm-astronaut-theme"
8
license=('GPL-3.0-or-later')
9
depends=('sddm')
10
provides=('sddm-astronaut-theme')
11
conflicts=('sddm-astronaut-theme' 'sddm-astronaut-theme-git')
12
install="${pkgname}.install"
13
options=(!debug)
14
15
source=("https://github.com/eusouobn/sddm-astronaut-theme-bin-releases/releases/download/v${pkgver}/sddm-astronaut-theme-full-${pkgver}-any.tar.gz")
16
sha256sums=('6cd2392fe409e614e8dd85f1cead365625ddf382f6b29f8f1d8eb006f7a0cbb0')
17
18
package() {
19
cd "$srcdir"
20
cp -a usr "$pkgdir/"
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 17:43:42 | Low | 2 |