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
3
pkgname=rcodesign-bin
4
pkgver=0.29.0
5
pkgrel=1
6
pkgdesc="Pure Rust Apple code signing and notarization tool"
7
arch=('x86_64')
8
url="https://github.com/indygreg/apple-platform-rs"
9
license=('MPL-2.0')
10
options=('!debug')
11
provides=('rcodesign')
12
conflicts=('rcodesign')
13
source=("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")
14
sha256sums=('dbe85cedd8ee4217b64e9a0e4c2aef92ab8bcaaa41f20bde99781ff02e600002')
15
16
package() {
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) | 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 |