matsya-debinstaller
maintainer misternegative
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from a legitimate project Git repository, has no malicious payloads or remote code execution, but uses an unverifiable source with SKIP'd checksum and has low AUR trust signals (few votes, recent upload).
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 90%): Package builds from a legitimate project Git repository, has no malicious payloads or remote code execution, but uses an unverifiable source with SKIP'd checksum and has low AUR trust signals (few votes, recent upload).
PKGBUILD
1
2
# Maintainer: Your Name <admin@matsyos.ml>
3
pkgname=matsya-debinstaller
4
pkgver=1
5
pkgrel=1
6
pkgdesc="this doesn't work on arch of Matsya Ui."
7
arch=('x86_64')
8
url="https://github.com/MatsyaOs/debinstaller"
9
license=('GPL')
10
groups=('Matsya')
11
makedepends=('git')
12
depends=(
13
'pkgconfig'
14
'cmake'
15
'extra-cmake-modules'
16
'kconfig' 'kdecoration' 'kguiaddons' 'kcoreaddons' 'kconfigwidgets' 'kwindowsystem' 'kwayland' 'pkgconf' 'qt5-base' 'qt5-quickcontrols2' 'qt5-x11extras' 'qt5-tools' 'kwindowsystem' 'polkit' 'polkit-qt5' 'xorg-server-devel' 'xf86-input-libinput' 'xf86-input-synaptics' 'qt5-base' 'qt5-quickcontrols2' 'freetype2' 'fontconfig' 'networkmanager-qt' 'modemmanager-qt'
17
)
18
source=('git'+'https://github.com/MatsyaOs/debinstaller')
19
md5sums=('SKIP')
20
21
22
build() {
23
24
cd "$srcdir"/debinstaller/
25
26
cmake -DCMAKE_INSTALL_PREFIX=/usr .
27
make
28
}
29
30
package() {
31
cd debinstaller
32
DESTDIR="$pkgdir" make install
33
}
34
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 |