android-studio-canary
The source is a legitimate Android Studio Canary release from Google's own edge download domain (edgedl.me.gvt1.com), which hosts official Google software; despite the non-whitelisted host, this is a normal and expected source for the package.
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 source is a legitimate Android Studio Canary release from Google's own edge download domain (edgedl.me.gvt1.com), which hosts official Google software; despite the non-whitelisted host, this is a normal and expected source for the package.
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:23
source=("https://edgedl.me.gvt1.com/android/studio/ide-zips/2026.2.1.4/android-studio-rabbit1-canary4-linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Co-Maintainer: tilal6991 <lalitmaganti@gmail.com>
# Co-Maintainer: vanpra <pranavmaganti@gmail.com>
# Contributor: danyf90 <daniele.formichelli@gmail.com>
# Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
# Contributor: Jakub Schmidtke <sjakub-at-gmail-dot-com>
# Contributor: Christoph Brill <egore911-at-gmail-dot-com>
# Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com>
# Contributor: Tad Fisher <tadfisher at gmail dot com>
# Contributor: Marijan Smetko <msmetko@msmetko.xyz>
pkgname=android-studio-canary
pkgver=2026.2.1.4
pkgrel=1
pkgdesc="The Official Android IDE (Canary branch)"
arch=('i686' 'x86_64')
url="http://tools.android.com/"
license=('APACHE')
makedepends=('unzip' 'zip')
depends=('freetype2' 'libxrender' 'libxtst')
optdepends=('gtk2: GTK+ look and feel'
'libgl: emulator support')
options=('!strip')
source=("https://edgedl.me.gvt1.com/android/studio/ide-zips/2026.2.1.4/android-studio-rabbit1-canary4-linux.tar.gz"
"$pkgname.desktop")
sha256sums=('141e6db01119045d17a73b4974bbf420e4e6c7f46e209fe8ee8781ddb822cf3b'
'12ff377490cff386ba7b3ab9c94adfc2ca99515fdfad4773813268217dcd56b7')
if [ "$CARCH" = "i686" ]; then
depends+=('java-environment')
fi
package() {
cd $srcdir/android-studio
# Change the product name to produce a unique WM_CLASS attribute.
mkdir -p idea
unzip -p lib/resources.jar idea/AndroidStudioApplicationInfo.xml \
| sed "s/\"Studio\"/\"Studio Canary\"/" >idea/AndroidStudioApplicationInfo.xml
zip -r lib/resources.jar idea
rm -r idea
# Install the application.
install -d $pkgdir/{opt/$pkgname,usr/bin}
cp -a bin lib jbr license plugins product-info.json build.txt LICENSE.txt NOTICE.txt $pkgdir/opt/$pkgname
ln -s /opt/$pkgname/bin/studio $pkgdir/usr/bin/$pkgname
# Add the icon and desktop file.
install -Dm644 bin/studio.png $pkgdir/usr/share/pixmaps/$pkgname.png
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
chmod -R ugo+rX $pkgdir/opt
}
Changes since previous scan
--- PKGBUILD @ 2026-09-04 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -9,7 +9,7 @@ # Contributor: Marijan Smetko <msmetko@msmetko.xyz> pkgname=android-studio-canary-pkgver=2026.2.1.3+pkgver=2026.2.1.4 pkgrel=1 pkgdesc="The Official Android IDE (Canary branch)" arch=('i686' 'x86_64')@@ -20,9 +20,9 @@ optdepends=('gtk2: GTK+ look and feel' 'libgl: emulator support') options=('!strip')-source=("https://edgedl.me.gvt1.com/android/studio/ide-zips/2026.2.1.3/android-studio-rabbit1-canary3-linux.tar.gz"+source=("https://edgedl.me.gvt1.com/android/studio/ide-zips/2026.2.1.4/android-studio-rabbit1-canary4-linux.tar.gz" "$pkgname.desktop")-sha256sums=('2f8e1796d8386ea2f3dd5a6e9f8ad306787d1cf8a75a6d2bb32e1df14d593d01'+sha256sums=('141e6db01119045d17a73b4974bbf420e4e6c7f46e209fe8ee8781ddb822cf3b' '12ff377490cff386ba7b3ab9c94adfc2ca99515fdfad4773813268217dcd56b7') if [ "$CARCH" = "i686" ]; thenScan 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 05:22:12 | 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 05:56: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 |