flutter-beta

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

The source is a Flutter SDK release tarball from Google's official storage bucket for Flutter infrastructure, which is the project's legitimate distribution channel; building from this source is normal and expected, despite the host not being on a whitelist.

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 storage bucket for Flutter infrastructure, which is the project's legitimate distribution channel; building from this source is normal and expected, despite the host not being on a whitelist.

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.48.0_0.2.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=('dc5ec3e0e32c5716da4706dfafcca2a58905de36bc49b8dba8cf9f50cbb63374'
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

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 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 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
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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