warp-ai-terminal-bin
maintainer corrm
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the official project release domain (releases.warp.dev), which is plausibly controlled by the vendor; while not built from source, it is not from a swappable or untrusted host like a generic file locker, and the checksum is provided, reducing supply-chain 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 AppImage from the official project release domain (releases.warp.dev), which is plausibly controlled by the vendor; while not built from source, it is not from a swappable or untrusted host like a generic file locker, and the checksum is provided, reducing supply-chain 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:13
source=("${_appimage}::https://releases.warp.dev/stable/v0.2026.07.22.09.01.stable_01/Warp-x86_64.AppImage")
PKGBUILD
1 offending line(s) highlighted
1
pkgname=warp-ai-terminal-bin
2
pkgver=0.2026.07.22.09.01.stable_01
3
pkgrel=1
4
pkgdesc="Blazingly fast, AI-powered terminal with modern UX"
5
arch=(x86_64 aarch64)
6
url="https://www.warp.dev"
7
license=(AGPL)
8
9
depends=("fuse2")
10
options=(!strip !debug)
11
12
_appimage="Warp-x86_64.AppImage"
13
source=("${_appimage}::https://releases.warp.dev/stable/v0.2026.07.22.09.01.stable_01/Warp-x86_64.AppImage")
14
sha256sums=('f5c39888092bb9ab73e5eb2adb6864372995e260b4049219691f39541f2eaeaa')
15
noextract=("${_appimage}")
16
17
prepare() {
18
chmod +x "${_appimage}"
19
./"${_appimage}" --appimage-extract
20
}
21
22
package() {
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-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,5 +1,5 @@ pkgname=warp-ai-terminal-bin-pkgver=0.2026.07.15.08.55.stable_01+pkgver=0.2026.07.22.09.01.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.07.15.08.55.stable_01/Warp-x86_64.AppImage")-sha256sums=('207f4b2eed7b7ff0620d7672cb63868655f12954e1f8b53e01bfd2a1123c1628')+source=("${_appimage}::https://releases.warp.dev/stable/v0.2026.07.22.09.01.stable_01/Warp-x86_64.AppImage")+sha256sums=('f5c39888092bb9ab73e5eb2adb6864372995e260b4049219691f39541f2eaeaa') noextract=("${_appimage}") prepare() {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 05:17:13 | 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 00:13:44 | LOW | 2 |
| 2026-07-24 19:28:12 | MEDIUM | 1 |
| 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 |