cloudflare-warp-bin
maintainer solatis
· 75 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
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
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:49
source=("${pkgname}-${pkgver}.deb::https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${pkgver}.0_amd64.deb")
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 .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
1
# Maintainer: Leon Mergen <leon@solatis.com>
2
# Maintainer: Mahdi Sarikhani <mahdisarikhani@outlook.com>
3
# Maintainer: Noah Kennedy <nomaxx117@gmail.com>
4
# Maintainer: Riichi Rusdiana <contact@riichi.my.id>
5
# Contributor: unlogicalcode <jearsmail99@gmail.com>
6
# Contributor: Arsalan Rezazadeh <arsalanrezazadeh4@gmail.com>
7
# Contributor: Jongsik Kim <jjong84@gmail.com>
8
# Contributor: <memoryshadow@outlook.com>
9
# Contributor: Daffa Haj Tsaqif <narutohaj00@gmail.com>
10
11
pkgname=cloudflare-warp-bin
12
pkgver=2026.6.880
13
pkgrel=1
14
pkgdesc="Cloudflare Warp Client"
15
arch=('x86_64')
16
url="https://1.1.1.1"
17
license=('unknown')
18
depends=('at-spi2-core'
19
'ayatana-ido'
20
'cairo'
21
'curl'
22
'dbus'
23
'fontconfig'
24
'gdk-pixbuf2'
25
'glib2'
26
'glibc'
27
'gtk3'
28
'harfbuzz'
29
'hicolor-icon-theme'
30
'libayatana-appindicator'
31
'libayatana-indicator'
32
'libdbusmenu-glib'
33
'libepoxy'
34
'libgcc'
35
'libsoup3'
36
'libstdc++'
37
'nftables'
38
'nspr'
39
'nss'
40
'pango'
41
'tpm2-tss'
42
'webkit2gtk-4.1'
43
'zlib')
44
makedepends=('patchelf')
45
provides=('warp-cli' 'warp-diag' 'warp-svc')
46
conflicts=("${pkgname%-bin}")
47
options=('!strip')
48
install="${pkgname}.install"
49
source=("${pkgname}-${pkgver}.deb::https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${pkgver}.0_amd64.deb")
50
sha256sums=('648a7c7e9085f8e50d32a2adcacb0c2049fb72ebeb02ebe913becadee3ab0d4c')
51
52
prepare() {
53
mkdir -p "${srcdir}/build"
54
bsdtar -xzf data.tar.gz -C "${srcdir}/build"
55
}
56
57
package() {
58
cp -R "${srcdir}/build/"{etc,usr} "${pkgdir}"
59
cp -R "${srcdir}/build/"{bin,lib} "${pkgdir}/usr"
60
61
sed -e "s%ExecStart=/bin/warp-svc%ExecStart=/usr/bin/warp-svc%" \
62
-i "${pkgdir}/usr/lib/systemd/system/warp-svc.service"
63
sed -e "s%ExecStart=/bin/warp-taskbar%ExecStart=/usr/bin/warp-taskbar%" \
64
-e "s%BindsTo=graphical-session.target%PartOf=graphical-session.target%" \
65
-i "${pkgdir}/usr/lib/systemd/user/warp-taskbar.service"
66
patchelf --remove-rpath "${pkgdir}/usr/lib/warp/lib/"{crashpad_handler,libdartjni.so,lib*_plugin.so}
67
}
68
Changes since previous scan
--- PKGBUILD @ 2026-07-21 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -9,7 +9,7 @@ # Contributor: Daffa Haj Tsaqif <narutohaj00@gmail.com> pkgname=cloudflare-warp-bin-pkgver=2026.6.836+pkgver=2026.6.880 pkgrel=1 pkgdesc="Cloudflare Warp Client" arch=('x86_64')@@ -41,12 +41,13 @@ '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=('578cbda59b97015f90cf78648f6bf92d402d5b7b630036bb147e4f453659a9bd')+sha256sums=('648a7c7e9085f8e50d32a2adcacb0c2049fb72ebeb02ebe913becadee3ab0d4c') prepare() { mkdir -p "${srcdir}/build"@@ -62,5 +63,6 @@ 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-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 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 19:17:41 | MEDIUM | 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 |