android-studio-canary

maintainer lalitm · 65 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a prebuilt Android Studio IDE tarball from Google's own CDN (edgedl.me.gvt1.com), which is plausibly official despite not being on a standard whitelist; the package installs only static data and binaries from that source without executing remote code or exfiltrating data.

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 prebuilt Android Studio IDE tarball from Google's own CDN (edgedl.me.gvt1.com), which is plausibly official despite not being on a standard whitelist; the package installs only static data and binaries from that source without executing remote code or exfiltrating data.

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.1.4.2/android-studio-quail4-canary2-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.1.4.2
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.1.4.2/android-studio-quail4-canary2-linux.tar.gz"
24 "$pkgname.desktop")
25sha256sums=('fbadcfeb697813eabb5789ff3374778c63aba1df4e9130e273f14c0392f9a4c9'
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-07-24 00:02
+++ PKGBUILD @ 2026-08-03 00:08
@@ -9,7 +9,7 @@
# Contributor: Marijan Smetko <msmetko@msmetko.xyz>
pkgname=android-studio-canary
-pkgver=2026.1.4.1
+pkgver=2026.1.4.2
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.1.4.1/android-studio-quail4-canary1-linux.tar.gz"
+source=("https://edgedl.me.gvt1.com/android/studio/ide-zips/2026.1.4.2/android-studio-quail4-canary2-linux.tar.gz"
"$pkgname.desktop")
-sha256sums=('ca71d4a0c0ec4cd80a291014f78f24dfb92d0089489bd03e99df0ac950538e5e'
+sha256sums=('fbadcfeb697813eabb5789ff3374778c63aba1df4e9130e273f14c0392f9a4c9'
'12ff377490cff386ba7b3ab9c94adfc2ca99515fdfad4773813268217dcd56b7')
if [ "$CARCH" = "i686" ]; then

Scan history

Scanned at (UTC)SeverityRules
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 05:27:22 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 05:54:03 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion