matsyaui
maintainer misternegative
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from the project's own GitHub repository, which is normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
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%): Package builds from the project's own GitHub repository, which is normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
2
# Maintainer: Your Name <admin@matsyos.ml>
3
pkgname=matsyaui
4
pkgver=1.1
5
pkgrel=1
6
pkgdesc="UI of Matsya Ui."
7
arch=('x86_64')
8
url="https://github.com/MatsyaOs/matsyaui"
9
license=('GPL')
10
groups=('Matsya')
11
makedepends=('git')
12
depends=('kwindowsystem' 'qt6-declarative' 'qt6-graphicaleffects' 'qt6-quickcontrols2' 'qt6-tools' 'ninja' 'extra-cmake-modules'
13
)
14
source=('git'+'https://github.com/MatsyaOs/matsyaui')
15
md5sums=('SKIP')
16
17
18
build() {
19
20
cd "$srcdir"/matsyaui/
21
22
cmake -DCMAKE_INSTALL_PREFIX=/usr .
23
make
24
}
25
26
package() {
27
cd matsyaui
28
DESTDIR="$pkgdir" make install
29
}
30
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 |