flemozi

LOW
maintainer gromit 0 votes scanned 2026-09-17 00:27:14.276658
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-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