android-studio-canary

LOW
maintainer lalitm 65 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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: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
1# Co-Maintainer: tilal6991 <lalitmaganti@gmail.com>
2# Co-Maintainer: vanpra <pranavmaganti@gmail.com>
3# Contributor: danyf90 <daniele.formichelli@gmail.com>
4# Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
5# Contributor: Jakub Schmidtke <sjakub-at-gmail-dot-com>
6# Contributor: Christoph Brill <egore911-at-gmail-dot-com>
7# Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com>
8# Contributor: Tad Fisher <tadfisher at gmail dot com>
9# Contributor: Marijan Smetko <msmetko@msmetko.xyz>
10
11pkgname=android-studio-canary
12pkgver=2026.2.1.4
13pkgrel=1
14pkgdesc="The Official Android IDE (Canary branch)"
15arch=('i686' 'x86_64')
16url="http://tools.android.com/"
17license=('APACHE')
18makedepends=('unzip' 'zip')
19depends=('freetype2' 'libxrender' 'libxtst')
20optdepends=('gtk2: GTK+ look and feel'
21 'libgl: emulator support')
22options=('!strip')
23source=("https://edgedl.me.gvt1.com/android/studio/ide-zips/2026.2.1.4/android-studio-rabbit1-canary4-linux.tar.gz"
24 "$pkgname.desktop")
25sha256sums=('141e6db01119045d17a73b4974bbf420e4e6c7f46e209fe8ee8781ddb822cf3b'
26 '12ff377490cff386ba7b3ab9c94adfc2ca99515fdfad4773813268217dcd56b7')
27
28if [ "$CARCH" = "i686" ]; then
29 depends+=('java-environment')
30fi
31
32package() {
33 cd $srcdir/android-studio
34
35 # Change the product name to produce a unique WM_CLASS attribute.
36 mkdir -p idea
37 unzip -p lib/resources.jar idea/AndroidStudioApplicationInfo.xml \
38 | sed "s/\"Studio\"/\"Studio Canary\"/" >idea/AndroidStudioApplicationInfo.xml
39 zip -r lib/resources.jar idea
40 rm -r idea
41
42 # Install the application.
43 install -d $pkgdir/{opt/$pkgname,usr/bin}
44 cp -a bin lib jbr license plugins product-info.json build.txt LICENSE.txt NOTICE.txt $pkgdir/opt/$pkgname
45 ln -s /opt/$pkgname/bin/studio $pkgdir/usr/bin/$pkgname
46
47 # Add the icon and desktop file.
48 install -Dm644 bin/studio.png $pkgdir/usr/share/pixmaps/$pkgname.png
49 install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
50
51 chmod -R ugo+rX $pkgdir/opt
52}
53

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" ]; then

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion