matsya-plymouth-theme
maintainer misternegative
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a Plymouth boot theme consisting of images, a config file, and a script, all from the project's own GitHub repository; while the source host is not whitelisted and checksums are skipped, the content is non-executable data and the risk is limited to visual tampering.
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 installs a Plymouth boot theme consisting of images, a config file, and a script, all from the project's own GitHub repository; while the source host is not whitelisted and checksums are skipped, the content is non-executable data and the risk is limited to visual tampering.
PKGBUILD
1
# Maintainer: MISTER NEGATIVE <misternegative21@gmail.com>
2
3
pkgname=matsya-plymouth-theme
4
pkgver=1.1
5
pkgrel=1
6
pkgdesc="MatsyaOS Plymouth boot splash theme"
7
arch=('any')
8
url="https://github.com/MatsyaOs/plymouth-theme-matsya"
9
license=('GPL-3.0-only')
10
depends=('plymouth')
11
source=("$url/archive/v$pkgver.tar.gz")
12
sha256sums=('SKIP')
13
14
package() {
15
cd "$srcdir/$pkgname-$pkgver"
16
17
THEME_DIR="$pkgdir/usr/share/plymouth/themes/matsya-plymouth"
18
mkdir -p "$THEME_DIR"
19
20
install -Dm644 image-*.png "$THEME_DIR/"
21
install -Dm644 matsya-plymouth.plymouth "$THEME_DIR/"
22
install -Dm644 matsya-plymouth.script "$THEME_DIR/"
23
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
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 |