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
3
pkgname=zsign-bin
4
pkgver=1.1.1
5
pkgrel=1
6
pkgdesc="Fast cross-platform iOS code signing tool — codesign alternative without Xcode/macOS"
7
arch=('x86_64')
8
url="https://github.com/zhlynn/zsign"
9
license=('MIT')
10
depends=('openssl' 'gcc-libs')
11
options=('!debug')
12
provides=('zsign')
13
conflicts=('zsign')
14
source=("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")
16
sha256sums=('65873b256b8902715cc81c8c467e9dddb315a2b484c6d0f5fb2031bad819d8ba'
17
'SKIP')
18
19
package() {
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) | 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 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 |