wayra
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: Frezzydy <frezzydygaming@gmail.com>
pkgname=wayra
pkgver=0.1.0
pkgrel=1
pkgdesc="A lightweight, high-performance standalone web server and directory explorer."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/YetAnotherMechanicusEnjoyer/wayra"
license=('GPL-3.0')
depends=('zig')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('SKIP')
build() {
cd "${pkgname}-${pkgver}"
zig build -Doptimize=ReleaseFast
}
package() {
cd "${pkgname}-${pkgver}"
install -Dm755 "zig-out/bin/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 15:11:35 | Low | 2 |