vexa-git
LOW
maintainer Monjaris
0 votes
scanned 2026-09-15 17:20:16.402287
Why flagged
The package builds from the project's own git repository, which is normal for AUR packages; 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%): The package builds from the project's own git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Monjaris <ziyanovruzlu750@gmail.com>
2
3
pkgname=vexa-git
4
pkgver=r1.g0000000
5
pkgrel=1
6
pkgdesc="Modern cross-platform graphics framework in C++"
7
arch=('x86_64')
8
url="https://github.com/monjaris/vexa"
9
license=('MIT')
10
11
makedepends=('git')
12
13
source=('vexa::git+https://github.com/monjaris/vexa.git')
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd "$srcdir/vexa"
18
19
printf "r%s.g%s\n" \
20
"$(git rev-list --count HEAD)" \
21
"$(git rev-parse --short HEAD)"
22
}
23
24
build() {
25
cd "$srcdir/vexa"
26
27
./build.sh
28
}
29
30
package() {
31
cd "$srcdir/vexa"
32
33
install -Dm755 libvexa.so \
34
"$pkgdir/usr/lib/libvexa.so"
35
36
cp -r include "$pkgdir/usr/"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 17:20:16 | Low | 2 |