Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Weekly downloads
- 180
- Versions published
- 56
- First published
- Mar 2026
- Publisher
- mua_vtuber
Recommended action
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"review"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "aws_access_key"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/bundle.js | matched "aws_access_key" | 10 |
Manifest
Package metadata
Scripts31
buildturbo buildbundlenode scripts/bundle.mjscleanturbo cleandevturbo devinstall:claudenode scripts/install-host-mcp.mjs claudeinstall:claude:globalnode scripts/install-host-mcp.mjs claude --source global --scope userinstall:codexnode scripts/install-host-mcp.mjs codex --assets --scope userinstall:codex:assetsnode scripts/install-host-mcp.mjs codex --assets --scope projectinstall:codex:globalnode scripts/install-host-mcp.mjs codex --source global --assets --scope userinstall:codex:mcpnode scripts/install-host-mcp.mjs codexinstall:codex:mcp:globalnode scripts/install-host-mcp.mjs codex --source globalinstall:gemininode scripts/install-host-mcp.mjs gemini --assets --scope userinstall:gemini:assetsnode scripts/install-host-mcp.mjs gemini --assets --scope userinstall:gemini:globalnode scripts/install-host-mcp.mjs gemini --source global --assets --scope userinstall:gemini:mcpnode scripts/install-host-mcp.mjs geminiinstall:gemini:mcp:globalnode scripts/install-host-mcp.mjs gemini --source globallintnpm run lint:root && turbo lintlint:rooteslint "scripts/**/*.mjs"prebuildnpm run sync:metadataprebundlenpm run sync:metadataprepublishOnlynpm run build && npm run bundlesync:metadatanode scripts/sync-metadata.mjstestturbo test && npm run test:host-assetstest:host-assetsvitest run scripts/__tests__uninstall:claudenode scripts/uninstall-host-mcp.mjs claudeuninstall:codexnode scripts/uninstall-host-mcp.mjs codex --assets --scope useruninstall:codex:assetsnode scripts/uninstall-host-mcp.mjs codex --assets --scope projectuninstall:codex:mcpnode scripts/uninstall-host-mcp.mjs codexuninstall:gemininode scripts/uninstall-host-mcp.mjs gemini --assets --scope useruninstall:gemini:assetsnode scripts/uninstall-host-mcp.mjs gemini --assets --scope user- …and 1 more.