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
3
pkgname=flutter-beta
4
pkgver=3.47.0_0.3.pre
5
pkgrel=1
6
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
7
arch=("x86_64")
8
url="https://${pkgname%-beta}.dev"
9
license=("BSD-3-Clause")
10
depends=("git" "glu" "java-environment" "libglvnd" "unzip")
11
optdepends=("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")
12
makedepends=("python")
13
provides=("${pkgname%-beta}=${pkgver}")
14
conflicts=("${pkgname%-beta}")
15
backup=("opt/${pkgname%-beta}/packages/${pkgname%-beta}_test/pubspec.yaml" "opt/${pkgname%-beta}/packages/${pkgname%-beta}/pubspec.yaml")
16
options=("!emptydirs")
17
install="${pkgname%-beta}.install"
18
source=(
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
)
23
sha256sums=('43d4be54346fe24a81ae292f1a6779afd9099c65be64e73825ae5bc9d5659621'
24
'1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
25
'7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')
26
27
build() {
28
cd "${srcdir}/${pkgname%-beta}"
29
"${srcdir}/${pkgname%-beta}/bin/${pkgname%-beta}" doctor
30
}
31
32
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |