micyou-git
The npx commands are used to build a project from its own source in the git repository, which is a normal part of the build process and not an execution of untrusted remote code.
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 npx commands are used to build a project from its own source in the git repository, which is a normal part of the build process and not an execution of untrusted remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
remote_code_tool
`npx`/`bunx`/`pnpm dlx`/`deno run <url>` downloads AND runs a remote package at build time — the moral equivalent of piping a download into a shell. Severity downgraded: Node.js consumer context.
-
PKGBUILD:66
npx vite build -
PKGBUILD:67
RUSTFLAGS="-C link-arg=-fuse-ld=mold" npx tauri build --no-bundle \
PKGBUILD
2 offending line(s) highlighted# Maintainer: lemon <lemonadorable@gmail.com>
# Maintainer: raindropqwq <raindropqwq@outlook.com>
pkgname=micyou-git
pkgver=2.0.0.alpha.1.r590.g06bf23c
pkgrel=1
pkgdesc="Turn your Android device into a wireless microphone (development version)"
arch=('x86_64')
keywords=('android' 'audio' 'microphone' 'pipewire' 'pulseaudio' 'wireless')
url="https://github.com/LanRhyme/MicYou"
license=('GPL-3.0-only')
depends=(
'alsa-lib'
'cairo'
'gdk-pixbuf2'
'glib2'
'gtk3'
'hicolor-icon-theme'
'libayatana-appindicator'
'libpulse'
'libsoup3'
'openssl'
'pango'
'pipewire'
'webkit2gtk-4.1'
'wireplumber'
)
makedepends=(
'git'
'mold'
'rust'
'cargo'
'nodejs'
'npm'
'pkgconf'
)
optdepends=(
'android-tools: USB connectivity support'
'xdg-utils: open URLs in the default browser'
)
provides=('micyou')
conflicts=('micyou' 'micyou-bin')
source=(
'git+https://github.com/LanRhyme/MicYou.git'
'micyou.desktop'
)
b2sums=(
'SKIP'
'd72476f0b91fe3ec793d69b6a4c3546607149d1779a1e357284df23e7801aadff39fd5566a002fb4eb0d5393f8d03d4edc65408db8ddb485b8b912362015410e'
)
pkgver() {
cd MicYou
local base_version
base_version=$(sed -n 's/^project.version=//p' gradle.properties | tr '-' '.')
printf '%s.r%s.g%s' \
"$base_version" \
"$(git rev-list --count HEAD)" \
"$(git rev-parse --short=7 HEAD)"
}
build() {
cd MicYou/tauri-app
npm ci
npx vite build
RUSTFLAGS="-C link-arg=-fuse-ld=mold" npx tauri build --no-bundle \
--config '{"build":{"beforeBuildCommand":""}}'
}
package() {
cd MicYou
install -Dm755 tauri-app/target/release/micyou-app \
"$pkgdir/usr/bin/micyou"
install -Dm644 tauri-app/src-tauri/icons/128x128.png \
"$pkgdir/usr/share/icons/hicolor/128x128/apps/micyou.png"
install -Dm644 tauri-app/src-tauri/icons/icon.png \
"$pkgdir/usr/share/icons/hicolor/512x512/apps/micyou.png"
install -Dm644 "$srcdir/micyou.desktop" \
"$pkgdir/usr/share/applications/micyou.desktop"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/micyou/LICENSE"
}
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 |