miru-app-git

LOW
maintainer indusy 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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: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
1# Maintainer: Indusy <indusywu@qq.com>
2
3pkgname=miru-app-git
4_gitname=${pkgname%-git}
5pkgver=20240921.4556f07
6pkgrel=2
7pkgdesc="🎉 A versatile application that is free, open-source, and supports extension sources for videos, comics, and novels, available on Android, Windows, and Web platforms. "
8url=https://github.com/benbensy/miru-app.git
9arch=("x86_64")
10depends=(
11 "gtk3"
12 "mpv"
13)
14optdepends=(
15 "vlc"
16)
17makedepends=(
18 "git"
19 "clang"
20 "cmake"
21 "ninja"
22)
23provides=("${pkgname%-git}")
24license=("GPLv3")
25source=(
26 "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.8-stable.tar.xz"
27 "git+https://github.com/benbensy/miru-app.git"
28 "miru.png::https://github.com/benbensy/miru-app/blob/dev/assets/icon/logo.png?raw=true"
29)
30sha256sums=(
31 '7cb12032cf615a92a7bc9042100f3f2af62df7df3ca3bee27f4b153fe218b239'
32 'SKIP'
33 'df41ad6c2e544cfb066162b8ba1ea1d6b3fdc5a058233a7c0300d87f092d5f08'
34)
35pkgver() {
36 cd "$_gitname"
37 printf "%s.%s" "$(git show -s --format=%cs | tr -d -)" "$(git rev-parse --short HEAD)"
38}
39
40prepare() {
41 cd "$_gitname"
42 git submodule update --init --recursive
43}
44
45build() {
46 local FLUTTER_PATH=$(realpath flutter)
47 export PATH="$FLUTTER_PATH/bin:$PATH"
48 cd "$_gitname"
49 flutter pub get
50 flutter build linux --release
51}
52
53package() {
54 cd "$_gitname"
55
56 install -dm755 ${pkgdir}/opt
57 mv build/linux/x64/release/bundle ${pkgdir}/opt/${_gitname}
58
59 install -dm755 ${pkgdir}/usr/bin
60 ln -s /opt/${_gitname}/miru ${pkgdir}/usr/bin/${_gitname}
61
62 install -Dm 644 assets/icon/logo.png ${pkgdir}/usr/share/pixmaps/${_gitname}.png
63 install -dm 755 "${pkgdir}/usr/share/applications"
64
65 cat >${pkgdir}/usr/share/applications/${_gitname}.desktop <<EOF
66[Desktop Entry]
67Type=Application
68Version=1.0
69Name=Miru
70Comment=Miru App
71Exec=${_gitname}
72Icon=${_gitname}
73Categories=AudioVideo;Video;Player;TV;
74Keywords=animation;anime;movie;player;tv;video;ebook;novel;
75Terminal=false
76EOF
77}
78

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