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>
2
pkgname=create-awesome-vlang-app-bin
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="V-native scaffolding CLI for the V programming language (prebuilt binary)"
6
arch=('x86_64')
7
url="https://github.com/Create-Vlang-App/create-vlang-app"
8
license=('MIT')
9
depends=('glibc')
10
provides=('create-vlang-app' 'create-awesome-vlang-app')
11
conflicts=('create-awesome-vlang-app' 'create-vlang-app')
12
source=("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")
13
sha256sums=('63fe872f041c5b8c045b0c913c002fe188069ebc33c59edc66c27c47d24d550f')
14
15
package() {
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) | 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 21:18:45 | LOW | 2 |