wayra

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 under a project-owned repository, which is normal for AUR packages; the only concerns are a SKIP'd checksum and low popularity, but it does not execute untrusted prebuilt binaries or remote code.

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 under a project-owned repository, which is normal for AUR packages; the only concerns are a SKIP'd checksum and low popularity, but it does not execute untrusted prebuilt binaries or remote code.

PKGBUILD

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

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