flemozi

maintainer gromit · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a Flutter SDK tarball from Google's official release infrastructure (storage.googleapis.com), which is a standard and trusted source, despite being flagged due to a non-whitelisted host; the build uses vendored Flutter as recommended, and no untrusted or executable code is pulled from ambiguous origins.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a Flutter SDK tarball from Google's official release infrastructure (storage.googleapis.com), which is a standard and trusted source, despite being flagged due to a non-whitelisted host; the build uses vendored Flutter as recommended, and no untrusted or executable code is pulled from ambiguous origins.

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:16 "flutter-${_flutter_version}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${_flutter_version}-stable.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Christian Heusel <christian@heusel.eu>
2pkgname=flemozi
3pkgver=0.2.0
4_tag=f600a886be52a3e9210eb8825b4bca08b8e0108d
5_flutter_version=3.13.3
6pkgrel=1
7pkgdesc='An advanced Emoji Picker written with Flutter'
8arch=('x86_64')
9url="https://github.com/KRTirtho/flemozi"
10license=('GPL3')
11makedepends=('clang' 'cmake' 'ninja' 'gtk3' 'pkgconf' 'xz' 'rustup' 'git')
12depends=('xdg-user-dirs' 'libkeybinder3')
13source=("$pkgname-$pkgver::git+https://github.com/KRTirtho/flemozi.git#tag=$_tag"
14 # we vendor flutter as they advise to do so:
15 # https://github.com/flutter/flutter/issues/129143#issuecomment-1599638479
16 "flutter-${_flutter_version}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${_flutter_version}-stable.tar.xz"
17 "flemozi")
18sha256sums=('SKIP'
19 'c53c8aeff17d13c4c0b47bff2c54a293e48286e03dd089f37d561737e41a8c2c'
20 'a1fee27ea9c31091baf4244cd96634ceb3245e050bfc7341d436eea6cfecdede')
21
22prepare(){
23 rustup install stable
24 rustup default stable
25
26 cd "$pkgname-$pkgver"
27
28 "${srcdir}/flutter/bin/flutter" config --no-analytics
29 "${srcdir}/flutter/bin/flutter" config --enable-linux-desktop
30 "${srcdir}/flutter/bin/flutter" pub get
31 cp .env.example .env
32 "${srcdir}/flutter/bin/flutter" pub run build_runner build --delete-conflicting-outputs
33}
34
35build() {
36 cd "$pkgname-$pkgver"
37 "${srcdir}/flutter/bin/flutter" build linux --release
38}
39
40package() {
41 # install the wrapper script that sets LD_LIBRARY
42 install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
43
44 cd "$pkgname-$pkgver"
45 install -dm 755 "$pkgdir"/usr/bin/ "$pkgdir"/opt
46
47 cp -rdp --no-preserve=ownership build/linux/x64/release/bundle/ "$pkgdir"/opt/$pkgname/
48}
49

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 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 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
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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