flemozi
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
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)
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# Maintainer: Christian Heusel <christian@heusel.eu>
pkgname=flemozi
pkgver=0.2.0
_tag=f600a886be52a3e9210eb8825b4bca08b8e0108d
_flutter_version=3.13.3
pkgrel=1
pkgdesc='An advanced Emoji Picker written with Flutter'
arch=('x86_64')
url="https://github.com/KRTirtho/flemozi"
license=('GPL3')
makedepends=('clang' 'cmake' 'ninja' 'gtk3' 'pkgconf' 'xz' 'rustup' 'git')
depends=('xdg-user-dirs' 'libkeybinder3')
source=("$pkgname-$pkgver::git+https://github.com/KRTirtho/flemozi.git#tag=$_tag"
# we vendor flutter as they advise to do so:
# https://github.com/flutter/flutter/issues/129143#issuecomment-1599638479
"flutter-${_flutter_version}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${_flutter_version}-stable.tar.xz"
"flemozi")
sha256sums=('SKIP'
'c53c8aeff17d13c4c0b47bff2c54a293e48286e03dd089f37d561737e41a8c2c'
'a1fee27ea9c31091baf4244cd96634ceb3245e050bfc7341d436eea6cfecdede')
prepare(){
rustup install stable
rustup default stable
cd "$pkgname-$pkgver"
"${srcdir}/flutter/bin/flutter" config --no-analytics
"${srcdir}/flutter/bin/flutter" config --enable-linux-desktop
"${srcdir}/flutter/bin/flutter" pub get
cp .env.example .env
"${srcdir}/flutter/bin/flutter" pub run build_runner build --delete-conflicting-outputs
}
build() {
cd "$pkgname-$pkgver"
"${srcdir}/flutter/bin/flutter" build linux --release
}
package() {
# install the wrapper script that sets LD_LIBRARY
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
cd "$pkgname-$pkgver"
install -dm 755 "$pkgdir"/usr/bin/ "$pkgdir"/opt
cp -rdp --no-preserve=ownership build/linux/x64/release/bundle/ "$pkgdir"/opt/$pkgname/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |