rcodesign-bin

maintainer lapsus · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal and trusted distribution method; the low severity is due to the unverifiable nature of the binary release despite coming from an official source.

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 downloads a prebuilt binary from the project's official GitHub releases, which is a normal and trusted distribution method; the low severity is due to the unverifiable nature of the binary release despite coming from an official source.

PKGBUILD

1# Maintainer: Yakov Till <yakov.till@gmail.com>
2
3pkgname=rcodesign-bin
4pkgver=0.29.0
5pkgrel=1
6pkgdesc="Pure Rust Apple code signing and notarization tool"
7arch=('x86_64')
8url="https://github.com/indygreg/apple-platform-rs"
9license=('MPL-2.0')
10options=('!debug')
11provides=('rcodesign')
12conflicts=('rcodesign')
13source=("apple-codesign-${pkgver}-x86_64-unknown-linux-musl.tar.gz::${url}/releases/download/apple-codesign/${pkgver}/apple-codesign-${pkgver}-x86_64-unknown-linux-musl.tar.gz")
14sha256sums=('dbe85cedd8ee4217b64e9a0e4c2aef92ab8bcaaa41f20bde99781ff02e600002')
15
16package() {
17 cd "apple-codesign-${pkgver}-x86_64-unknown-linux-musl"
18 install -Dm755 rcodesign "$pkgdir/usr/bin/rcodesign"
19 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
20}
21

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