miru-app-git
The non-standard host (Google Cloud Storage) hosts the official Flutter SDK, a legitimate build dependency; the main application is built from the project's own GitHub repository, and no untrusted executable code is silently injected or executed.
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 non-standard host (Google Cloud Storage) hosts the official Flutter SDK, a legitimate build dependency; the main application is built from the project's own GitHub repository, and no untrusted executable code is silently injected or executed.
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:26
"https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.8-stable.tar.xz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Indusy <indusywu@qq.com>
pkgname=miru-app-git
_gitname=${pkgname%-git}
pkgver=20240921.4556f07
pkgrel=2
pkgdesc="🎉 A versatile application that is free, open-source, and supports extension sources for videos, comics, and novels, available on Android, Windows, and Web platforms. "
url=https://github.com/benbensy/miru-app.git
arch=("x86_64")
depends=(
"gtk3"
"mpv"
)
optdepends=(
"vlc"
)
makedepends=(
"git"
"clang"
"cmake"
"ninja"
)
provides=("${pkgname%-git}")
license=("GPLv3")
source=(
"https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.8-stable.tar.xz"
"git+https://github.com/benbensy/miru-app.git"
"miru.png::https://github.com/benbensy/miru-app/blob/dev/assets/icon/logo.png?raw=true"
)
sha256sums=(
'7cb12032cf615a92a7bc9042100f3f2af62df7df3ca3bee27f4b153fe218b239'
'SKIP'
'df41ad6c2e544cfb066162b8ba1ea1d6b3fdc5a058233a7c0300d87f092d5f08'
)
pkgver() {
cd "$_gitname"
printf "%s.%s" "$(git show -s --format=%cs | tr -d -)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd "$_gitname"
git submodule update --init --recursive
}
build() {
local FLUTTER_PATH=$(realpath flutter)
export PATH="$FLUTTER_PATH/bin:$PATH"
cd "$_gitname"
flutter pub get
flutter build linux --release
}
package() {
cd "$_gitname"
install -dm755 ${pkgdir}/opt
mv build/linux/x64/release/bundle ${pkgdir}/opt/${_gitname}
install -dm755 ${pkgdir}/usr/bin
ln -s /opt/${_gitname}/miru ${pkgdir}/usr/bin/${_gitname}
install -Dm 644 assets/icon/logo.png ${pkgdir}/usr/share/pixmaps/${_gitname}.png
install -dm 755 "${pkgdir}/usr/share/applications"
cat >${pkgdir}/usr/share/applications/${_gitname}.desktop <<EOF
[Desktop Entry]
Type=Application
Version=1.0
Name=Miru
Comment=Miru App
Exec=${_gitname}
Icon=${_gitname}
Categories=AudioVideo;Video;Player;TV;
Keywords=animation;anime;movie;player;tv;video;ebook;novel;
Terminal=false
EOF
}
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 |