antigravity-appimage
The package downloads a prebuilt AppImage from Google's official storage domain, which is plausibly the project's own release infrastructure; installing an AppImage from an official vendor domain, even if not on a whitelist, is a normal and low-risk practice for AUR packages.
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 AppImage from Google's official storage domain, which is plausibly the project's own release infrastructure; installing an AppImage from an official vendor domain, even if not on a whitelist, is a normal and low-risk practice for AUR packages.
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:26
source_x86_64=("Antigravity-$pkgver-$CARCH.AppImage::https://storage.googleapis.com/antigravity-public/antigravity-hub/${pkgver}-${_execution_id}/linux-x64/Antigravity.AppImage")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alexandru Spinu <spinualexandru@outlook.com>
pkgname=antigravity-appimage
_pkgname=antigravity
pkgver=2.11.0
_execution_id=6376446768316416
pkgrel=1
pkgdesc='An agentic development platform from Google, evolving the IDE into the agent-first era.(AppImage)'
arch=(x86_64 aarch64)
url='https://antigravity.google/'
license=(LicenseRef-Google-Antigravity)
depends=(bash fuse2 zlib)
provides=(antigravity antigravity-appimage-bin)
conflicts=(antigravity antigravity-appimage-bin)
options=(!strip !debug)
install=$_pkgname.install
source=(antigravity.sh
antigravity.desktop
antigravity-url-handler.desktop
antigravity.appdata.xml
antigravity-workspace.xml
antigravity.png
antigravity
_antigravity
LICENSE)
source_x86_64=("Antigravity-$pkgver-$CARCH.AppImage::https://storage.googleapis.com/antigravity-public/antigravity-hub/${pkgver}-${_execution_id}/linux-x64/Antigravity.AppImage")
source_aarch64=("Antigravity-$pkgver-$CARCH.AppImage::https://storage.googleapis.com/antigravity-public/antigravity-hub/${pkgver}-${_execution_id}/linux-arm/Antigravity.AppImage")
md5sums=('6d13547dc860f5744b2e854cff2226dc'
'711aba6dead2c6a1e02aea448e5d864d'
'ec7b359462946788fce916772dea4bd1'
'42d3a4dcc64aade1a8dc9f00cad9c5e6'
'94cb8d671743f702b598d95b88daa5c0'
'4007bd80806a66d601049a7b425859bc'
'd8847ea031513e6915aca4e366e8f071'
'18aea4c258e91759abb6a0e38eab1a9b'
'82d4a168a6801c4f87e83aabb7ea1bdf')
md5sums_x86_64=('48e061151296665d65ae71009c6b18d1')
md5sums_aarch64=('a3bcdb69b37e9858db97a9df197e477b')
package() {
install -Dm755 "Antigravity-$pkgver-$CARCH.AppImage" "$pkgdir/opt/$pkgname/Antigravity.AppImage"
install -Dm755 $_pkgname.sh "$pkgdir/usr/bin/$_pkgname"
install -Dm644 $_pkgname.desktop -t "$pkgdir/usr/share/applications"
install -Dm644 $_pkgname-url-handler.desktop -t "$pkgdir/usr/share/applications"
install -Dm644 $_pkgname.appdata.xml -t "$pkgdir/usr/share/metainfo"
install -Dm644 $_pkgname-workspace.xml -t "$pkgdir/usr/share/mime/packages"
install -Dm644 $_pkgname.png -t "$pkgdir/usr/share/pixmaps"
install -Dm644 $_pkgname "$pkgdir/usr/share/bash-completion/completions/$_pkgname"
install -Dm644 _$_pkgname "$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 07:21:35 | Medium | 1 |
| 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 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 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 |
| 2026-08-30 00:04:14 | Low | 2 |