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>
2
pkgname=flemozi
3
pkgver=0.2.0
4
_tag=f600a886be52a3e9210eb8825b4bca08b8e0108d
5
_flutter_version=3.13.3
6
pkgrel=1
7
pkgdesc='An advanced Emoji Picker written with Flutter'
8
arch=('x86_64')
9
url="https://github.com/KRTirtho/flemozi"
10
license=('GPL3')
11
makedepends=('clang' 'cmake' 'ninja' 'gtk3' 'pkgconf' 'xz' 'rustup' 'git')
12
depends=('xdg-user-dirs' 'libkeybinder3')
13
source=("$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")
18
sha256sums=('SKIP'
19
'c53c8aeff17d13c4c0b47bff2c54a293e48286e03dd089f37d561737e41a8c2c'
20
'a1fee27ea9c31091baf4244cd96634ceb3245e050bfc7341d436eea6cfecdede')
21
22
prepare(){
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
35
build() {
36
cd "$pkgname-$pkgver"
37
"${srcdir}/flutter/bin/flutter" build linux --release
38
}
39
40
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |