flutter-beta

maintainer Capricornus007 · 6 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a Flutter SDK release tarball from Google's official infrastructure (storage.googleapis.com/flutter_infra_release), which is a legitimate and expected source for Flutter; the package builds from official project sources and does not execute untrusted remote code.

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 Flutter SDK release tarball from Google's official infrastructure (storage.googleapis.com/flutter_infra_release), which is a legitimate and expected source for Flutter; the package builds from official project sources and does not execute untrusted remote code.

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:19 "${pkgname%-beta}-${pkgver}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/beta/linux/${pkgname%-beta}_linux_${pkgver/_/-}-beta.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Kppqju77 <ju.adde-gmail-com>
2
3pkgname=flutter-beta
4pkgver=3.47.0_0.3.pre
5pkgrel=1
6pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
7arch=("x86_64")
8url="https://${pkgname%-beta}.dev"
9license=("BSD-3-Clause")
10depends=("git" "glu" "java-environment" "libglvnd" "unzip")
11optdepends=("android-sdk" "android-studio" "dart" "intellij-idea-community-edition" "intellij-idea-ultimate-edition" "perl" "python" "android-sdk-cmdline-tools-latest: for android checks" "cmake: for linux desktop build" "ninja: for linux desktop build" "clang: for linux desktop build" "gtk3: for linux desktop build")
12makedepends=("python")
13provides=("${pkgname%-beta}=${pkgver}")
14conflicts=("${pkgname%-beta}")
15backup=("opt/${pkgname%-beta}/packages/${pkgname%-beta}_test/pubspec.yaml" "opt/${pkgname%-beta}/packages/${pkgname%-beta}/pubspec.yaml")
16options=("!emptydirs")
17install="${pkgname%-beta}.install"
18source=(
19 "${pkgname%-beta}-${pkgver}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/beta/linux/${pkgname%-beta}_linux_${pkgver/_/-}-beta.tar.xz"
20 "${pkgname%-beta}.sh"
21 "${pkgname%-beta}.csh"
22)
23sha256sums=('43d4be54346fe24a81ae292f1a6779afd9099c65be64e73825ae5bc9d5659621'
24 '1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
25 '7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')
26
27build() {
28 cd "${srcdir}/${pkgname%-beta}"
29 "${srcdir}/${pkgname%-beta}/bin/${pkgname%-beta}" doctor
30}
31
32package() {
33 rm -rf "${srcdir}/${pkgname%-beta}/bin/cache" "${srcdir}/${pkgname%-beta}/.pub-cache"
34 install -Dm644 "${srcdir}/${pkgname%-beta}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35 install -Dm755 "${srcdir}/${pkgname%-beta}.sh" "${pkgdir}/etc/profile.d/${pkgname%-beta}.sh"
36 install -Dm755 "${srcdir}/${pkgname%-beta}.csh" "${pkgdir}/etc/profile.d/${pkgname%-beta}.csh"
37 install -dm755 "${pkgdir}/opt/${pkgname%-beta}"
38 install -dm755 "${pkgdir}/usr/bin"
39 cp -ra "${srcdir}/${pkgname%-beta}" "${pkgdir}/opt/"
40 find "${pkgdir}/opt/${pkgname%-beta}" -type d -exec chmod a+rx {} +
41 find "${pkgdir}/opt/${pkgname%-beta}" -type f -exec chmod a+r {} +
42 chmod a+rw "${pkgdir}/opt/${pkgname%-beta}/version"
43 ln -s "/opt/${pkgname%-beta}/bin/${pkgname%-beta}" "${pkgdir}/usr/bin/${pkgname%-beta}"
44}
45

Changes since previous scan

--- PKGBUILD @ 2026-08-01 00:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Kppqju77 <ju.adde-gmail-com>
pkgname=flutter-beta
-pkgver=3.47.0_0.1.pre
+pkgver=3.47.0_0.3.pre
pkgrel=1
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
arch=("x86_64")
@@ -20,7 +20,7 @@
"${pkgname%-beta}.sh"
"${pkgname%-beta}.csh"
)
-sha256sums=('2cf72c1bc8571f406dfb7a0b3d8128abd4f43d2c335d2ed76249fe492c0d7c34'
+sha256sums=('43d4be54346fe24a81ae292f1a6779afd9099c65be64e73825ae5bc9d5659621'
'1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
'7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')

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 01:19:40 MEDIUM 1
2026-08-01 00:11:18 LOW 2
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 07:29:36 MEDIUM 1
2026-07-25 00:13:44 LOW 2
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 00:06:16 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