warp-terminal-bin
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
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)
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# Maintainer: NourEddineX
# Contributor: Matt Quintanilla <matt @ matt quintanilla . xyz>
# Contributor: ihipop <ihipop at gmail dot com>
_pkgname=warp-terminal
pkgname="${_pkgname}-bin"
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')
url="https://warp.dev"
license=('custom:WARP')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
options=('!strip')
depends=('gtk3' 'libxss' 'nss' 'alsa-lib' 'libxcb' 'libxkbcommon-x11')
source=("LICENSE.txt")
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")
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=('4f561fb96aff63801222da4e8891c38b20a882680a1ed6a0286f10e78bbf0996')
sha256sums_aarch64=('951eb87728ab78adb65ac5979248d5a7717f74e5c7308e572ac46ac1927a0ae3')
package() {
mkdir -p "$srcdir/extracted"
bsdtar -xf "${srcdir}/${_pkgname}-v${pkgver}-${pkgrel}-${CARCH}.pkg.tar.zst" -C "$srcdir/extracted"
cp -a "$srcdir/extracted/"* "$pkgdir/"
install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
if [ -f "${pkgdir}/usr/bin/warp" ] && [ ! -f "${pkgdir}/usr/bin/warp-terminal" ]; then
ln -sf "/usr/bin/warp" "${pkgdir}/usr/bin/warp-terminal"
elif [ -f "${pkgdir}/opt/warp/warp" ] && [ ! -f "${pkgdir}/usr/bin/warp-terminal" ]; then
install -dm755 "${pkgdir}/usr/bin"
ln -sf "/opt/warp/warp" "${pkgdir}/usr/bin/warp-terminal"
fi
}
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) | Severity | Rules |
|---|---|---|
| 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 |