cloudflare-warp-bin
The package downloads a prebuilt .deb from Cloudflare's official package repository, which is a non-whitelisted but legitimate host; however, the binary nature of the download and lack of source availability creates a supply-chain risk if the host were compromised, warranting a medium severity.
Triggered rules
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:49
source=("${pkgname}-${pkgver}.deb::https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${pkgver}.0_amd64.deb")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from Cloudflare's official package repository, which is a non-whitelisted but legitimate host; however, the binary nature of the download and lack of source availability creates a supply-chain risk if the host were compromised, warranting a medium severity.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Leon Mergen <leon@solatis.com>
# Maintainer: Mahdi Sarikhani <mahdisarikhani@outlook.com>
# Maintainer: Noah Kennedy <nomaxx117@gmail.com>
# Maintainer: Riichi Rusdiana <contact@riichi.my.id>
# Contributor: unlogicalcode <jearsmail99@gmail.com>
# Contributor: Arsalan Rezazadeh <arsalanrezazadeh4@gmail.com>
# Contributor: Jongsik Kim <jjong84@gmail.com>
# Contributor: <memoryshadow@outlook.com>
# Contributor: Daffa Haj Tsaqif <narutohaj00@gmail.com>
pkgname=cloudflare-warp-bin
pkgver=2026.6.880
pkgrel=1
pkgdesc="Cloudflare Warp Client"
arch=('x86_64')
url="https://1.1.1.1"
license=('unknown')
depends=('at-spi2-core'
'ayatana-ido'
'cairo'
'curl'
'dbus'
'fontconfig'
'gdk-pixbuf2'
'glib2'
'glibc'
'gtk3'
'harfbuzz'
'hicolor-icon-theme'
'libayatana-appindicator'
'libayatana-indicator'
'libdbusmenu-glib'
'libepoxy'
'libgcc'
'libsoup3'
'libstdc++'
'nftables'
'nspr'
'nss'
'pango'
'tpm2-tss'
'webkit2gtk-4.1'
'zlib')
makedepends=('patchelf')
provides=('warp-cli' 'warp-diag' 'warp-svc')
conflicts=("${pkgname%-bin}")
options=('!strip')
install="${pkgname}.install"
source=("${pkgname}-${pkgver}.deb::https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${pkgver}.0_amd64.deb")
sha256sums=('648a7c7e9085f8e50d32a2adcacb0c2049fb72ebeb02ebe913becadee3ab0d4c')
prepare() {
mkdir -p "${srcdir}/build"
bsdtar -xzf data.tar.gz -C "${srcdir}/build"
}
package() {
cp -R "${srcdir}/build/"{etc,usr} "${pkgdir}"
cp -R "${srcdir}/build/"{bin,lib} "${pkgdir}/usr"
sed -e "s%ExecStart=/bin/warp-svc%ExecStart=/usr/bin/warp-svc%" \
-i "${pkgdir}/usr/lib/systemd/system/warp-svc.service"
sed -e "s%ExecStart=/bin/warp-taskbar%ExecStart=/usr/bin/warp-taskbar%" \
-e "s%BindsTo=graphical-session.target%PartOf=graphical-session.target%" \
-i "${pkgdir}/usr/lib/systemd/user/warp-taskbar.service"
patchelf --remove-rpath "${pkgdir}/usr/lib/warp/lib/"{crashpad_handler,libdartjni.so,lib*_plugin.so}
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 13:39:41 | Medium | 2 |