zsign-bin

maintainer lapsus · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged Package builds from official GitHub releases, installs a prebuilt binary with a valid checksum; low severity due to unverifiable binary from trusted project source, but no active malice or code execution beyond normal scope.

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 90%): Package builds from official GitHub releases, installs a prebuilt binary with a valid checksum; low severity due to unverifiable binary from trusted project source, but no active malice or code execution beyond normal scope.

PKGBUILD

1# Maintainer: Yakov Till <yakov.till@gmail.com>
2
3pkgname=zsign-bin
4pkgver=1.1.1
5pkgrel=1
6pkgdesc="Fast cross-platform iOS code signing tool — codesign alternative without Xcode/macOS"
7arch=('x86_64')
8url="https://github.com/zhlynn/zsign"
9license=('MIT')
10depends=('openssl' 'gcc-libs')
11options=('!debug')
12provides=('zsign')
13conflicts=('zsign')
14source=("zsign-${pkgver}-linux-x86_64.tar.gz::${url}/releases/download/v${pkgver}/zsign-linux-x86_64.tar.gz"
15 "LICENSE-v${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE")
16sha256sums=('65873b256b8902715cc81c8c467e9dddb315a2b484c6d0f5fb2031bad819d8ba'
17 'SKIP')
18
19package() {
20 install -Dm755 zsign "$pkgdir/usr/bin/zsign"
21 install -Dm644 "$srcdir/LICENSE-v${pkgver}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22}
23

Scan history

Scanned at (UTC)SeverityRules
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 00:03:41 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 00:27:08 LOW 2
2026-08-11 19:21:46 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