vsys-git

LOW
maintainer vanillagreen 0 votes scanned 2026-09-12 01:24:32.088301
View on AUR
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>
2pkgname=vsys-git
3pkgver=0.9.0.r1.g6ccf2aa
4pkgrel=1
5pkgdesc="Terminal dashboard for Linux machines that run AI agents (tracks main)"
6arch=('x86_64' 'aarch64')
7url="https://github.com/vanillagreencom/vsys"
8license=('MIT')
9provides=('vsys')
10conflicts=('vsys')
11makedepends=('git' 'bun')
12source=("${pkgname}::git+${url}.git")
13sha256sums=('SKIP')
14
15pkgver() {
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
22build() {
23 cd "${srcdir}/${pkgname}"
24 bun install --frozen-lockfile
25 bun build src/main.ts --compile --outfile vsys
26}
27
28package() {
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)SeverityRules
2026-09-12 01:24:32 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion