warp-terminal-bin
maintainer noureddinex
· 15 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official project release host (releases.warp.dev), which is plausibly owned by the vendor; despite the static analyzer flag for a non-whitelisted host, this is a standard and expected source for official binaries, and no code execution or exfiltration occurs in the PKGBUILD.
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 a prebuilt binary from the official project release host (releases.warp.dev), which is plausibly owned by the vendor; despite the static analyzer flag for a non-whitelisted host, this is a standard and expected source for official binaries, and no code execution or exfiltration occurs in the PKGBUILD.
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:17
source_x86_64=("${_pkgname}-v${pkgver}-${pkgrel}-x86_64.pkg.tar.zst::https://releases.warp.dev/stable/v${pkgver}/${_pkgname}-v${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: NourEddineX
2
# Contributor: Matt Quintanilla <matt @ matt quintanilla . xyz>
3
# Contributor: ihipop <ihipop at gmail dot com>
4
_pkgname=warp-terminal
5
pkgname="${_pkgname}-bin"
6
pkgver=0.2026.07.29.09.05.stable_02
7
pkgrel=1
8
pkgdesc="Warp is the intelligent terminal with AI and your dev team's knowledge built-in."
9
arch=('x86_64' 'aarch64')
10
url="https://warp.dev"
11
license=('custom:WARP')
12
provides=("${_pkgname}=${pkgver}")
13
conflicts=("${_pkgname}")
14
options=('!strip')
15
depends=('gtk3' 'libxss' 'nss' 'alsa-lib' 'libxcb' 'libxkbcommon-x11')
16
source=("LICENSE.txt")
17
source_x86_64=("${_pkgname}-v${pkgver}-${pkgrel}-x86_64.pkg.tar.zst::https://releases.warp.dev/stable/v${pkgver}/${_pkgname}-v${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
18
source_aarch64=("${_pkgname}-v${pkgver}-${pkgrel}-aarch64.pkg.tar.zst::https://releases.warp.dev/stable/v${pkgver}/${_pkgname}-v${pkgver}-${pkgrel}-aarch64.pkg.tar.zst")
19
20
sha256sums=('e63485e6dff24dd507ff0caa59eace7cf899f4986d8ddd0c8a53389d6ecd3280')
21
sha256sums_x86_64=('ca38148d7dfc3de082cfb19b6e85293882eed55bce69d4d93f207d52000abb33')
22
sha256sums_aarch64=('f1ad7775a5d91eb80f090333d29b0497b4e3098be4c0157bae2d32f45826ab34')
23
24
package() {
25
mkdir -p "$srcdir/extracted"
26
bsdtar -xf "${srcdir}/${_pkgname}-v${pkgver}-${pkgrel}-${CARCH}.pkg.tar.zst" -C "$srcdir/extracted"
27
28
cp -a "$srcdir/extracted/"* "$pkgdir/"
29
30
install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
31
32
if [ -f "${pkgdir}/usr/bin/warp" ] && [ ! -f "${pkgdir}/usr/bin/warp-terminal" ]; then
33
ln -sf "/usr/bin/warp" "${pkgdir}/usr/bin/warp-terminal"
34
elif [ -f "${pkgdir}/opt/warp/warp" ] && [ ! -f "${pkgdir}/usr/bin/warp-terminal" ]; then
35
install -dm755 "${pkgdir}/usr/bin"
36
ln -sf "/opt/warp/warp" "${pkgdir}/usr/bin/warp-terminal"
37
fi
38
}
39
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ # Contributor: ihipop <ihipop at gmail dot com> _pkgname=warp-terminal pkgname="${_pkgname}-bin"-pkgver=0.2026.07.15.08.55.stable_01+pkgver=0.2026.07.29.09.05.stable_02 pkgrel=1 pkgdesc="Warp is the intelligent terminal with AI and your dev team's knowledge built-in." arch=('x86_64' 'aarch64')@@ -18,8 +18,8 @@ source_aarch64=("${_pkgname}-v${pkgver}-${pkgrel}-aarch64.pkg.tar.zst::https://releases.warp.dev/stable/v${pkgver}/${_pkgname}-v${pkgver}-${pkgrel}-aarch64.pkg.tar.zst") sha256sums=('e63485e6dff24dd507ff0caa59eace7cf899f4986d8ddd0c8a53389d6ecd3280')-sha256sums_x86_64=('4bc99cb1c97d23d0272883c7ad334941835562d44009cee3acf0d0d14381f216')-sha256sums_aarch64=('1339e7618646871c42644b54a42f81ab5c40318fc059f544237d0ed58773953f')+sha256sums_x86_64=('ca38148d7dfc3de082cfb19b6e85293882eed55bce69d4d93f207d52000abb33')+sha256sums_aarch64=('f1ad7775a5d91eb80f090333d29b0497b4e3098be4c0157bae2d32f45826ab34') package() { mkdir -p "$srcdir/extracted"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 15:18:17 | MEDIUM | 1 |
| 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 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 01:28:35 | MEDIUM | 1 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 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 01:53:03 | MEDIUM | 1 |