warp-terminal-bin

LOW
maintainer noureddinex 17 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt Arch package from the official release infrastructure of the project (releases.warp.dev), which is a standard and expected practice; the host is not on the analyzer's whitelist but is plausibly the project's own, and the download is verified via checksums, reducing risk.

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 Arch package from the official release infrastructure of the project (releases.warp.dev), which is a standard and expected practice; the host is not on the analyzer's whitelist but is plausibly the project's own, and the download is verified via checksums, reducing risk.

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
5pkgname="${_pkgname}-bin"
6pkgver=0.2026.09.02.08.27.stable_01
7pkgrel=1
8pkgdesc="Warp is the intelligent terminal with AI and your dev team's knowledge built-in."
9arch=('x86_64' 'aarch64')
10url="https://warp.dev"
11license=('custom:WARP')
12provides=("${_pkgname}=${pkgver}")
13conflicts=("${_pkgname}")
14options=('!strip')
15depends=('gtk3' 'libxss' 'nss' 'alsa-lib' 'libxcb' 'libxkbcommon-x11')
16source=("LICENSE.txt")
17source_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")
18source_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
20sha256sums=('e63485e6dff24dd507ff0caa59eace7cf899f4986d8ddd0c8a53389d6ecd3280')
21sha256sums_x86_64=('4f561fb96aff63801222da4e8891c38b20a882680a1ed6a0286f10e78bbf0996')
22sha256sums_aarch64=('951eb87728ab78adb65ac5979248d5a7717f74e5c7308e572ac46ac1927a0ae3')
23
24package() {
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-09-11 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -3,7 +3,7 @@
# Contributor: ihipop <ihipop at gmail dot com>
_pkgname=warp-terminal
pkgname="${_pkgname}-bin"
-pkgver=0.2026.08.26.17.59.stable_01
+pkgver=0.2026.09.02.08.27.stable_01
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=('3763d2c300fc995ae21213f212e871ece61a5319448cfdf0f5dab4472163acf0')
-sha256sums_aarch64=('808cdb9900719b4569c36edd4548982a2120b67e53b13898739b4cf7e1ef564d')
+sha256sums_x86_64=('4f561fb96aff63801222da4e8891c38b20a882680a1ed6a0286f10e78bbf0996')
+sha256sums_aarch64=('951eb87728ab78adb65ac5979248d5a7717f74e5c7308e572ac46ac1927a0ae3')
package() {
mkdir -p "$srcdir/extracted"

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 03:21:42 Medium 1
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 01:55:41 Medium 1
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2

Report a package

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

0 / 4000
Your suggestion