miyu-voice
LOW
maintainer shorin
0 votes
scanned 2026-09-06 09:10:50.549465
Why flagged
Package downloads a prebuilt Arch package from the project's GitHub releases, which is a normal AUR pattern; the low severity is due to limited votes and recent upload, not inherent risk.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): Package downloads a prebuilt Arch package from the project's GitHub releases, which is a normal AUR pattern; the low severity is due to limited votes and recent upload, not inherent risk.
PKGBUILD
1
# Maintainer: SHORiN <shorin@users.noreply.github.com>
2
#
3
# AUR `miyu-voice` 包装包:下载 GitHub Release 上由 packaging/arch/miyu-release
4
# 拆包产出的 miyu-voice 预编译资产重新打包。可选组件:装上它并在设置里开启
5
# 「语音功能」,daemon 就会拉起 `miyu-voice` 进程做唤醒词监听与本地识别。
6
7
pkgname=miyu-voice
8
pkgver=0.5.0
9
pkgrel=1
10
pkgdesc='Miyu 语音前端:唤醒词 + 本地语音识别(SenseVoice / sherpa-onnx),可选组件'
11
arch=('x86_64')
12
url='https://github.com/SHORiN-KiWATA/Miyu'
13
license=('MIT')
14
options=('!strip' '!debug')
15
export LC_ALL=C.UTF-8
16
depends=('miyu' 'alsa-lib' 'gcc-libs' 'glibc')
17
optdepends=('libnotify: desktop notifications when Miyu hears you')
18
_release_pkgrel=1
19
source=(
20
"${pkgname}-${pkgver}-${_release_pkgrel}-${CARCH}.release.pkg.tar.zst::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${_release_pkgrel}-${CARCH}.pkg.tar.zst"
21
)
22
sha256sums=(
23
'a29a087dc177e8756b17647378700df6f2a456077b33cfba399559ba7890eab0'
24
)
25
26
package() {
27
install -Dm755 "${srcdir}/usr/bin/miyu-voice" "${pkgdir}/usr/bin/miyu-voice"
28
install -Dm644 "${srcdir}/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 09:10:50 | Low | 2 |