cloudflare-warp-bin

MEDIUM
maintainer solatis 77 votes scanned 2026-09-17 00:27:14.276658
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
11pkgname=cloudflare-warp-bin
12pkgver=2026.6.880
13pkgrel=1
14pkgdesc="Cloudflare Warp Client"
15arch=('x86_64')
16url="https://1.1.1.1"
17license=('unknown')
18depends=('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')
44makedepends=('patchelf')
45provides=('warp-cli' 'warp-diag' 'warp-svc')
46conflicts=("${pkgname%-bin}")
47options=('!strip')
48install="${pkgname}.install"
49source=("${pkgname}-${pkgver}.deb::https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${pkgver}.0_amd64.deb")
50sha256sums=('648a7c7e9085f8e50d32a2adcacb0c2049fb72ebeb02ebe913becadee3ab0d4c')
51
52prepare() {
53 mkdir -p "${srcdir}/build"
54 bsdtar -xzf data.tar.gz -C "${srcdir}/build"
55}
56
57package() {
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

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion