wayra-git

LOW
maintainer Frezzydy 0 votes scanned 2026-08-20 15:11:35.617252
View on AUR
Why flagged

The package builds from source hosted on GitHub, which is a normal AUR practice; 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 source hosted on GitHub, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Frezzydy <frezzydygaming@gmail.com>
2
3name=wayra
4pkgname=wayra-git
5pkgver=0.0.0r36.g918024f
6pkgrel=1
7pkgdesc="A lightweight, high-performance standalone web server and directory explorer (latest)."
8arch=('i686' 'x86_64' 'aarch64')
9url="https://github.com/YetAnotherMechanicusEnjoyer/wayra"
10
11license=('GPL-3.0')
12depends=('zig')
13
14source=("${name}-${pkgver}.tar.gz::${url}/archive/refs/heads/main.tar.gz")
15sha256sums=('SKIP')
16
17build() {
18 cd "${name}-main"
19
20 zig build -Doptimize=ReleaseFast
21}
22
23package() {
24 cd "${name}-${pkgver}"
25
26 install -Dm755 "zig-out/bin/${name}" "${pkgdir}/usr/bin/${name}"
27
28 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${name}/LICENSE"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 15:11:35 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