matsyaos-grub-theme
maintainer misternegative
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds a GRUB theme from its own source on GitHub, which is normal AUR practice; the theme is installed via a bundled script, but this is typical for such packages and poses minimal risk as it only modifies local theme files.
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 GRUB theme from its own source on GitHub, which is normal AUR practice; the theme is installed via a bundled script, but this is typical for such packages and poses minimal risk as it only modifies local theme files.
PKGBUILD
1
# Maintainer: MISTER NEGATIVE <misternegative21@gmail.com>
2
3
pkgname=matsyaos-grub-theme
4
pkgver=3.4
5
pkgrel=1
6
pkgdesc="MatsyaOS GRUB2 theme (fork of vinceliuice/grub2-themes)"
7
arch=('any')
8
url="https://github.com/MatsyaOs/matsyaos-grub-theme"
9
license=('GPL-3.0-only')
10
depends=('grub')
11
makedepends=('optipng')
12
source=("$url/archive/v$pkgver.tar.gz")
13
sha256sums=('SKIP')
14
15
package() {
16
cd "$srcdir/$pkgname-$pkgver"
17
18
# Install using the bundled installer with custom prefix
19
bash install.sh -t tela -s 2k -p "$pkgdir/usr" -i color
20
}
21
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 21:16:48 | LOW | 2 |