yroz-bin
maintainer yrozxm
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs precompiled binaries from GitHub releases without verifiable checksums (sha256sums set to SKIP), creating a supply-chain risk if the source is compromised.
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.
MEDIUM
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs precompiled binaries from GitHub releases without verifiable checksums (sha256sums set to SKIP), creating a supply-chain risk if the source is compromised.
PKGBUILD
1
# Maintainer: Yrozxm <aiiiilobinbutter@gmail.com>
2
pkgname=yroz-bin
3
pkgver=0.1.2
4
pkgrel=1
5
pkgdesc="Universal software manager for Linux (precompiled binary)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/Yrozxm/Yroz-cli"
8
license=('MIT')
9
depends=('curl')
10
provides=('yroz')
11
conflicts=('yroz')
12
source_x86_64=("https://github.com/Yrozxm/Yroz-cli/releases/download/v${pkgver}/yroz-x86_64")
13
source_aarch64=("https://github.com/Yrozxm/Yroz-cli/releases/download/v${pkgver}/yroz-aarch64")
14
sha256sums_x86_64=('SKIP')
15
sha256sums_aarch64=('SKIP')
16
17
package() {
18
install -Dm755 "${srcdir}/yroz-${CARCH}" "${pkgdir}/usr/bin/yroz"
19
}
20
Changes since previous scan
--- PKGBUILD @ 2026-07-24 21:28+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Yrozxm <aiiiilobinbutter@gmail.com> pkgname=yroz-bin-pkgver=0.1.1+pkgver=0.1.2 pkgrel=1 pkgdesc="Universal software manager for Linux (precompiled binary)" arch=('x86_64' 'aarch64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 23:28:32 | MEDIUM | 2 |
| 2026-07-24 21:28:26 | MEDIUM | 2 |