nitro-beta-bin

maintainer aokellermann · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage executable from a non-whitelisted but plausibly official vendor host (cdn.chillicream.com); while the host is not on the standard whitelist, it belongs to the software vendor, and the download is verified via b2sum, reducing risk—however, distributing a prebuilt binary constitutes a supply-chain risk if the source is unverifiable, warranting medium severity.

Triggered rules

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:10 source=("https://cdn.chillicream.com/app/Nitro-$_pkgver-linux-$CARCH.AppImage"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage executable from a non-whitelisted but plausibly official vendor host (cdn.chillicream.com); while the host is not on the standard whitelist, it belongs to the software vendor, and the download is verified via b2sum, reducing risk—however, distributing a prebuilt binary constitutes a supply-chain risk if the source is unverifiable, warranting medium severity.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Antony Kellermann <antony@aokellermann.dev>
2pkgname=nitro-beta-bin
3pkgver=32.0.0_insider.20
4_pkgver=$(echo $pkgver | tr '_' '-')
5pkgrel=1
6pkgdesc="An incredible, beautiful, and feature-rich GraphQL IDE"
7url="https://chillicream.com/products/nitro/"
8arch=("x86_64")
9license=("custom:ChilliCreamLicense1.0")
10source=("https://cdn.chillicream.com/app/Nitro-$_pkgver-linux-$CARCH.AppImage"
11 "LICENSE")
12b2sums=("321556f2f0849e46896ddbdad73c8eaf4da1b64661f4b098add56a7bb9f6cda0b12bb8110def398a2b27787ff6bae7c03358e525221dc85e9c4988aee513eab6"
13 "2de3f8321794c97dd62ba6b4ccae367fa101d90578675e89104f80dd74188eaf2f5fe2c70979e0d2717fe4599b74f32275c3d501272a80f0b47e8eeacc7fa8b9")
14options+=('!strip')
15
16package() {
17 cd "$srcdir"
18 install -Dm755 "Nitro-$_pkgver-linux-$CARCH.AppImage" "$pkgdir/usr/bin/nitro-beta"
19 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
20}
21

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: Antony Kellermann <antony@aokellermann.dev>
pkgname=nitro-beta-bin
-pkgver=32.0.0_insider.18
+pkgver=32.0.0_insider.20
_pkgver=$(echo $pkgver | tr '_' '-')
pkgrel=1
pkgdesc="An incredible, beautiful, and feature-rich GraphQL IDE"
@@ -9,7 +9,7 @@
license=("custom:ChilliCreamLicense1.0")
source=("https://cdn.chillicream.com/app/Nitro-$_pkgver-linux-$CARCH.AppImage"
"LICENSE")
-b2sums=("e3fac6f956c53537655073f3d57b1a0bab66295dd181e661058257d110e6a9a0087e53c304599b52b6631ff1b2c4e0aa64b3d0a57d2529153c63ad8eae6f1961"
+b2sums=("321556f2f0849e46896ddbdad73c8eaf4da1b64661f4b098add56a7bb9f6cda0b12bb8110def398a2b27787ff6bae7c03358e525221dc85e9c4988aee513eab6"
"2de3f8321794c97dd62ba6b4ccae367fa101d90578675e89104f80dd74188eaf2f5fe2c70979e0d2717fe4599b74f32275c3d501272a80f0b47e8eeacc7fa8b9")
options+=('!strip')

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 19:18:43 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
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 21:18:19 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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion