create-awesome-vlang-app-bin

maintainer ulises-jeremias · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to the limited trustworthiness of the maintainer (few votes, recent upload), not the source itself.

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 installs a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to the limited trustworthiness of the maintainer (few votes, recent upload), not the source itself.

PKGBUILD

1# Maintainer: Ulises Jeremias <ulisescf.24@gmail.com>
2pkgname=create-awesome-vlang-app-bin
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="V-native scaffolding CLI for the V programming language (prebuilt binary)"
6arch=('x86_64')
7url="https://github.com/Create-Vlang-App/create-vlang-app"
8license=('MIT')
9depends=('glibc')
10provides=('create-vlang-app' 'create-awesome-vlang-app')
11conflicts=('create-awesome-vlang-app' 'create-vlang-app')
12source=("create-vlang-app-linux-x86_64::https://github.com/Create-Vlang-App/create-vlang-app/releases/download/create-vlang-app@0.1.0/create-vlang-app-linux-x86_64")
13sha256sums=('63fe872f041c5b8c045b0c913c002fe188069ebc33c59edc66c27c47d24d550f')
14
15package() {
16 install -Dm755 "${srcdir}/create-vlang-app-linux-x86_64" "$pkgdir/usr/bin/create-vlang-app"
17 ln -s create-vlang-app "$pkgdir/usr/bin/create-awesome-vlang-app"
18}
19

Scan history

Scanned at (UTC)SeverityRules
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 21:18:45 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