warp-ai-terminal-bin

MEDIUM
maintainer corrm 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt AppImage from the project's official domain, which is executable code; while the host is not on a standard whitelist, it is plausibly the project's own infrastructure, and the checksum is provided, reducing risk—however, unverifiable binaries from non-whitelisted hosts still pose a moderate supply-chain risk if the source were swapped.

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:13 source=("${_appimage}::https://releases.warp.dev/stable/v0.2026.09.02.08.27.stable_01/Warp-x86_64.AppImage")
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 AppImage from the project's official domain, which is executable code; while the host is not on a standard whitelist, it is plausibly the project's own infrastructure, and the checksum is provided, reducing risk—however, unverifiable binaries from non-whitelisted hosts still pose a moderate supply-chain risk if the source were swapped.

PKGBUILD

1 offending line(s) highlighted
1pkgname=warp-ai-terminal-bin
2pkgver=0.2026.09.02.08.27.stable_01
3pkgrel=1
4pkgdesc="Blazingly fast, AI-powered terminal with modern UX"
5arch=(x86_64 aarch64)
6url="https://www.warp.dev"
7license=(AGPL)
8
9depends=("fuse2")
10options=(!strip !debug)
11
12_appimage="Warp-x86_64.AppImage"
13source=("${_appimage}::https://releases.warp.dev/stable/v0.2026.09.02.08.27.stable_01/Warp-x86_64.AppImage")
14sha256sums=('57426e3b316a990cfde82912bed3f26168d0a5affde0b40eb92da1c383f01832')
15noextract=("${_appimage}")
16
17prepare() {
18 chmod +x "${_appimage}"
19 ./"${_appimage}" --appimage-extract
20}
21
22package() {
23 install -Dm755 "${srcdir}/${_appimage}" \
24 "${pkgdir}/opt/${pkgname}/${_appimage}"
25
26 install -dm755 "${pkgdir}/usr/bin"
27 ln -s "/opt/${pkgname}/${_appimage}" "${pkgdir}/usr/bin/warp"
28
29 # Install extra files from srcdir (e.g., LICENSE alongside AppImage)
30
31 cd "${srcdir}/squashfs-root"
32 find . -maxdepth 1 -name '*.desktop' -exec \
33 install -Dm644 {} "${pkgdir}/usr/share/applications/warp.desktop" \;
34
35 sed -i "s|Exec=.*|Exec=warp %U|" \
36 "${pkgdir}/usr/share/applications/warp.desktop"
37 sed -i "s|Icon=.*|Icon=warp|" \
38 "${pkgdir}/usr/share/applications/warp.desktop"
39 if [ -d usr/share/icons ]; then
40 cp -r usr/share/icons "${pkgdir}/usr/share/"
41 find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 {} +
42 find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 {} +
43 find "${pkgdir}/usr/share/icons" -name '*.png' -o -name '*.svg' | while read -r icon; do
44 dir=$(dirname "$icon")
45 base=$(basename "$icon")
46 ext="${base##*.}"
47 name="${base%.*}"
48 [ "$name" = "warp" ] && continue
49 mv "$icon" "${dir}/warp.${ext}"
50 done
51 fi
52 # Install root-level icons to pixmaps (first matching png or svg)
53 for f in *.png *.svg; do
54 [ -f "$f" ] || continue
55 ext="${f##*.}"
56 install -Dm644 "$f" "${pkgdir}/usr/share/pixmaps/warp.${ext}"
57 break
58 done
59}

Changes since previous scan

--- PKGBUILD @ 2026-09-10 00:22
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,5 +1,5 @@
pkgname=warp-ai-terminal-bin
-pkgver=0.2026.08.26.17.59.stable_01
+pkgver=0.2026.09.02.08.27.stable_01
pkgrel=1
pkgdesc="Blazingly fast, AI-powered terminal with modern UX"
arch=(x86_64 aarch64)
@@ -10,8 +10,8 @@
options=(!strip !debug)
_appimage="Warp-x86_64.AppImage"
-source=("${_appimage}::https://releases.warp.dev/stable/v0.2026.08.26.17.59.stable_01/Warp-x86_64.AppImage")
-sha256sums=('16f060c1faa2de16bdbdc94b35b6eb2e7cd0a6f8987ddcae6814dc50961c9ec7')
+source=("${_appimage}::https://releases.warp.dev/stable/v0.2026.09.02.08.27.stable_01/Warp-x86_64.AppImage")
+sha256sums=('57426e3b316a990cfde82912bed3f26168d0a5affde0b40eb92da1c383f01832')
noextract=("${_appimage}")
prepare() {

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 23:21:28 Medium 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 00:03:13 Low 2
2026-09-03 23:55:21 Medium 1
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

Report a package

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

0 / 4000
Your suggestion