sublime-keygen-git

LOW
maintainer mikelei 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package builds a cross-platform keygen from its own public Git repository using Zig; while the purpose is potentially for license circumvention, it does not execute untrusted remote code or install prebuilt binaries from ambiguous sources.

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 a cross-platform keygen from its own public Git repository using Zig; while the purpose is potentially for license circumvention, it does not execute untrusted remote code or install prebuilt binaries from ambiguous sources.

PKGBUILD

1# Maintainer: Mike Lei <mikelei@duck.com>
2
3pkgname=sublime-keygen-git
4pkgver=1.0.r4.g6e0dc44
5pkgrel=1
6pkgdesc="Cross-platform KEYGEN for Sublime products"
7arch=("x86_64" "aarch64")
8url="https://github.com/Antibioticss/sublime-keygen"
9license=("MIT")
10depends=()
11makedepends=("git" "zig")
12provides=("${pkgname%-git}")
13conflicts=("${pkgname%-git}")
14source=("git+$url.git")
15sha256sums=("SKIP")
16
17pkgver() {
18 cd "$srcdir/${pkgname%-git}"
19 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
20}
21
22prepare() {
23 cd "$srcdir/${pkgname%-git}"
24 sed -i -r '/\.os_tag = \.(macos|windows),/d' build.zig
25 sed -i '/\.cpu_arch = \.'$([[ $CARCH == x86_64 ]] && echo aarch64 || echo x86_64)',/d' build.zig
26}
27
28build() {
29 cd "$srcdir/${pkgname%-git}"
30 zig build -Doptimize=ReleaseSmall
31}
32
33package() {
34 install -Dm755 "$srcdir/${pkgname%-git}/zig-out/$CARCH-linux-musl/subkg" "$pkgdir/usr/bin/subkg"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 23:24:19 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