coderabbit
maintainer Carbophile
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's own domain (cli.coderabbit.ai), which is not on the standard whitelist but plausibly official; checksums are provided and match, reducing risk, but the binaries are not built from source, limiting verifiability.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the project's own domain (cli.coderabbit.ai), which is not on the standard whitelist but plausibly official; checksums are provided and match, reducing risk, but the binaries are not built from source, limiting verifiability.
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:13
source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::https://cli.coderabbit.ai/releases/${pkgver}/coderabbit-linux-x64.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Borna Punda <borna at punda dot dev>
2
3
pkgname=coderabbit
4
pkgver=0.7.1
5
pkgrel=1
6
pkgdesc='AI-powered code review CLI tool'
7
arch=('x86_64' 'aarch64')
8
url='https://www.coderabbit.ai/cli'
9
license=('custom:unfree')
10
depends=('git' 'libsecret')
11
options=('!strip') # Prevent stripping JS from prepackaged Bun executable
12
13
source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::https://cli.coderabbit.ai/releases/${pkgver}/coderabbit-linux-x64.zip")
14
source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://cli.coderabbit.ai/releases/${pkgver}/coderabbit-linux-arm64.zip")
15
16
sha256sums_x86_64=('ae83a06176f84ce7d47dc25ef8acac157739d56a8ca59ea7d1094f8fa30c537a')
17
sha256sums_aarch64=('7382cc6d8f8c96fcb93f2810626f61bf6d6cbb9ee81334478350aebc0411bd2a')
18
19
package() {
20
install -Dm755 "${srcdir}/coderabbit" "${pkgdir}/usr/bin/coderabbit"
21
}
22
Changes since previous scan
--- PKGBUILD @ 2026-07-28 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Borna Punda <borna at punda dot dev> pkgname=coderabbit-pkgver=0.7.0+pkgver=0.7.1 pkgrel=1 pkgdesc='AI-powered code review CLI tool' arch=('x86_64' 'aarch64')@@ -13,8 +13,8 @@ source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::https://cli.coderabbit.ai/releases/${pkgver}/coderabbit-linux-x64.zip") source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::https://cli.coderabbit.ai/releases/${pkgver}/coderabbit-linux-arm64.zip") -sha256sums_x86_64=('a37038e6efa5cc5913af6aced550a582d9c9cdb91b4a0486f9d350ef04faaaac')-sha256sums_aarch64=('3e3def15da7f17d601ff90e3d1d81ed93b4989c6ae7509e05926d606698158d4')+sha256sums_x86_64=('ae83a06176f84ce7d47dc25ef8acac157739d56a8ca59ea7d1094f8fa30c537a')+sha256sums_aarch64=('7382cc6d8f8c96fcb93f2810626f61bf6d6cbb9ee81334478350aebc0411bd2a') package() { install -Dm755 "${srcdir}/coderabbit" "${pkgdir}/usr/bin/coderabbit"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 11:38:42 | MEDIUM | 1 |
| 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 11:27:50 | MEDIUM | 1 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |