warp-ai-terminal-bin
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
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")
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) highlightedpkgname=warp-ai-terminal-bin
pkgver=0.2026.09.02.08.27.stable_01
pkgrel=1
pkgdesc="Blazingly fast, AI-powered terminal with modern UX"
arch=(x86_64 aarch64)
url="https://www.warp.dev"
license=(AGPL)
depends=("fuse2")
options=(!strip !debug)
_appimage="Warp-x86_64.AppImage"
source=("${_appimage}::https://releases.warp.dev/stable/v0.2026.09.02.08.27.stable_01/Warp-x86_64.AppImage")
sha256sums=('57426e3b316a990cfde82912bed3f26168d0a5affde0b40eb92da1c383f01832')
noextract=("${_appimage}")
prepare() {
chmod +x "${_appimage}"
./"${_appimage}" --appimage-extract
}
package() {
install -Dm755 "${srcdir}/${_appimage}" \
"${pkgdir}/opt/${pkgname}/${_appimage}"
install -dm755 "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/${_appimage}" "${pkgdir}/usr/bin/warp"
# Install extra files from srcdir (e.g., LICENSE alongside AppImage)
cd "${srcdir}/squashfs-root"
find . -maxdepth 1 -name '*.desktop' -exec \
install -Dm644 {} "${pkgdir}/usr/share/applications/warp.desktop" \;
sed -i "s|Exec=.*|Exec=warp %U|" \
"${pkgdir}/usr/share/applications/warp.desktop"
sed -i "s|Icon=.*|Icon=warp|" \
"${pkgdir}/usr/share/applications/warp.desktop"
if [ -d usr/share/icons ]; then
cp -r usr/share/icons "${pkgdir}/usr/share/"
find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 {} +
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 {} +
find "${pkgdir}/usr/share/icons" -name '*.png' -o -name '*.svg' | while read -r icon; do
dir=$(dirname "$icon")
base=$(basename "$icon")
ext="${base##*.}"
name="${base%.*}"
[ "$name" = "warp" ] && continue
mv "$icon" "${dir}/warp.${ext}"
done
fi
# Install root-level icons to pixmaps (first matching png or svg)
for f in *.png *.svg; do
[ -f "$f" ] || continue
ext="${f##*.}"
install -Dm644 "$f" "${pkgdir}/usr/share/pixmaps/warp.${ext}"
break
done
}
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) | Severity | Rules |
|---|---|---|
| 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 |