wiz-bin
maintainer CodeWizaard
· 1 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the unverifiable nature of the binary and low project visibility, not active malice.
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 distribution method; the low severity is due to the unverifiable nature of the binary and low project visibility, not active malice.
PKGBUILD
1
# Maintainer: Aydin
2
3
pkgname=wiz-bin
4
pkgver=0.24.4
5
pkgrel=1
6
pkgdesc="Wiz programming language"
7
arch=('x86_64')
8
url="https://github.com/aydin-here/wiz"
9
license=('MIT')
10
11
provides=('wiz')
12
conflicts=('wiz')
13
14
source=(
15
"wiz-linux::https://github.com/aydin-here/wiz/releases/download/v${pkgver}/wiz-linux"
16
)
17
18
sha256sums=('109729f807059b352be4e711cc3df92eed1cd7b08a3c1ecf856d793224bdafa3')
19
20
package() {
21
install -Dm755 \
22
"$srcdir/wiz-linux" \
23
"$pkgdir/usr/bin/wiz"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-14 00:03+++ PKGBUILD @ 2026-08-18 00:03@@ -1,7 +1,7 @@ # Maintainer: Aydin pkgname=wiz-bin-pkgver=0.22.2+pkgver=0.24.4 pkgrel=1 pkgdesc="Wiz programming language" arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 13:29:16 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 19:26:43 | LOW | 2 |