wayra-git
LOW
maintainer Frezzydy
0 votes
scanned 2026-08-20 15:11:35.617252
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
3
name=wayra
4
pkgname=wayra-git
5
pkgver=0.0.0r36.g918024f
6
pkgrel=1
7
pkgdesc="A lightweight, high-performance standalone web server and directory explorer (latest)."
8
arch=('i686' 'x86_64' 'aarch64')
9
url="https://github.com/YetAnotherMechanicusEnjoyer/wayra"
10
11
license=('GPL-3.0')
12
depends=('zig')
13
14
source=("${name}-${pkgver}.tar.gz::${url}/archive/refs/heads/main.tar.gz")
15
sha256sums=('SKIP')
16
17
build() {
18
cd "${name}-main"
19
20
zig build -Doptimize=ReleaseFast
21
}
22
23
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-20 15:11:35 | Low | 2 |