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
3pkgname=matsyaos-grub-theme
4pkgver=3.4
5pkgrel=1
6pkgdesc="MatsyaOS GRUB2 theme (fork of vinceliuice/grub2-themes)"
7arch=('any')
8url="https://github.com/MatsyaOs/matsyaos-grub-theme"
9license=('GPL-3.0-only')
10depends=('grub')
11makedepends=('optipng')
12source=("$url/archive/v$pkgver.tar.gz")
13sha256sums=('SKIP')
14
15package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion