vsys-git
LOW
maintainer vanillagreen
0 votes
scanned 2026-09-12 01:24:32.088301
Why flagged
The package builds from the project's own git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, but there is no evidence of malicious behavior.
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 a normal AUR practice; the low severity is due to few votes and recent upload, but there is no evidence of malicious behavior.
PKGBUILD
1
# Maintainer: VanillaGreen <brad@vanillagreen.com>
2
pkgname=vsys-git
3
pkgver=0.9.0.r1.g6ccf2aa
4
pkgrel=1
5
pkgdesc="Terminal dashboard for Linux machines that run AI agents (tracks main)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/vanillagreencom/vsys"
8
license=('MIT')
9
provides=('vsys')
10
conflicts=('vsys')
11
makedepends=('git' 'bun')
12
source=("${pkgname}::git+${url}.git")
13
sha256sums=('SKIP')
14
15
pkgver() {
16
cd "${srcdir}/${pkgname}"
17
git describe --long --tags --abbrev=7 2>/dev/null |
18
sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' ||
19
printf "0.0.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20
}
21
22
build() {
23
cd "${srcdir}/${pkgname}"
24
bun install --frozen-lockfile
25
bun build src/main.ts --compile --outfile vsys
26
}
27
28
package() {
29
cd "${srcdir}/${pkgname}"
30
install -Dm755 vsys "${pkgdir}/usr/bin/vsys"
31
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 01:24:32 | Low | 2 |