checkra1n-cli
maintainer 1Conan
· 19 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the official project's domain (checkra.in), which is the legitimate source for checkra1n; despite the static analyzer flagging a non-standard host, this is the project's own infrastructure, and the downloads are verified via checksums, making the risk low.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the official project's domain (checkra.in), which is the legitimate source for checkra1n; despite the static analyzer flagging a non-standard host, this is the project's own infrastructure, and the downloads are verified via checksums, making the risk low.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
source_x86_64=("${pkgname}-${pkgver}-${pkgrel}-x86_64::https://assets.checkra.in/downloads/linux/cli/x86_64/${sha256sums_x86_64[0]}/checkra1n")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: 1Conan <me@1conan.com>
2
3
pkgname=checkra1n-cli
4
pkgver=0.12.4
5
pkgrel=3
6
pkgdesc="A semi-tethered jailbreak, developed primarily by Luca Todesco (qwertyoruiop). It's based on the checkm8 bootrom exploit released by axi0mx. Supports iOS 12.0 and newer."
7
license=('unknown')
8
url="https://checkra.in"
9
depends=('usbmuxd')
10
conflicts=('checkra1n')
11
options=('!strip')
12
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
13
14
sha256sums_x86_64=('dac9968939ea6e6bfbdedeb41d7e2579c4711dc2c5083f91dced66ca397dc51d')
15
source_x86_64=("${pkgname}-${pkgver}-${pkgrel}-x86_64::https://assets.checkra.in/downloads/linux/cli/x86_64/${sha256sums_x86_64[0]}/checkra1n")
16
17
sha256sums_arm=('ff05dfb32834c03b88346509aec5ca9916db98de3019adf4201a2a6efe31e9f5')
18
source_arm=("${pkgname}-${pkgver}-${pkgrel}-arm::https://assets.checkra.in/downloads/linux/cli/arm/${sha256sums_arm[0]}/checkra1n")
19
20
sha256sums_armv6h=($sha256sums_arm)
21
source_armv6h=($source_arm)
22
23
sha256sums_armv7h=($sha256sums_arm)
24
source_armv7h=($source_arm)
25
26
sha256sums_aarch64=('43019a573ab1c866fe88edb1f2dd5bb38b0caf135533ee0d6e3ed720256b89d0')
27
source_aarch64=("${pkgname}-${pkgver}-${pkgrel}-aarch64::https://assets.checkra.in/downloads/linux/cli/arm64/${sha256sums_aarch64[0]}/checkra1n")
28
29
sha256sums_i686=('77779d897bf06021824de50f08497a76878c6d9e35db7a9c82545506ceae217e')
30
source_i686=("${pkgname}-${pkgver}-${pkgrel}-i686::https://assets.checkra.in/downloads/linux/cli/i486/${sha256sums_i686[0]}/checkra1n")
31
32
package() {
33
install -Dm 755 \
34
${srcdir}/${pkgname}-${pkgver}-${pkgrel}-* \
35
${pkgdir}/usr/bin/checkra1n
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |