PkgRadar

Package evidence

[email protected]

Credential file access: matched "aws_access_key"

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
352
Versions published
56
First published
Mar 2026
Publisher
mua_vtuber

Recommended action

Review before promoting

Mixed 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"}'
Publishermua_vtuber
Artifact bytes417,293
Previous version4.14.5
Published2026-05-22T09:37:26.983Z
SHA-25687a811ae5cc2002bd34ae29a8d5128b232604c4156d48aa8899bccedc256d29d

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

review
Last checked
reviewRisk
10Score
4.15.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/bundle.jsmatched "aws_access_key"10

Manifest

Package metadata

Scripts35
  • buildturbo build
  • bundlenode scripts/bundle.mjs
  • bundle:sizenode scripts/check-bundle-size.mjs
  • bundle:verifynode scripts/check-bundle-equivalence.mjs
  • check:bundlenpm run bundle:verify && npm run bundle:size
  • cleanturbo clean
  • devturbo dev
  • install:claudenode scripts/install-host-mcp.mjs claude
  • install:claude:globalnode scripts/install-host-mcp.mjs claude --source global --scope user
  • install:codexnode scripts/install-host-mcp.mjs codex --assets --scope user
  • install:codex:assetsnode scripts/install-host-mcp.mjs codex --assets --scope project
  • install:codex:globalnode scripts/install-host-mcp.mjs codex --source global --assets --scope user
  • install:codex:mcpnode scripts/install-host-mcp.mjs codex
  • install:codex:mcp:globalnode scripts/install-host-mcp.mjs codex --source global
  • install:gemininode scripts/install-host-mcp.mjs gemini --assets --scope user
  • install:gemini:assetsnode scripts/install-host-mcp.mjs gemini --assets --scope user
  • install:gemini:globalnode scripts/install-host-mcp.mjs gemini --source global --assets --scope user
  • install:gemini:mcpnode scripts/install-host-mcp.mjs gemini
  • install:gemini:mcp:globalnode scripts/install-host-mcp.mjs gemini --source global
  • lintnpm run lint:root && turbo lint
  • lint:rooteslint "scripts/**/*.mjs"
  • prebuildnpm run sync:metadata
  • prebundlenpm run sync:metadata
  • preparenode scripts/install-git-hooks.mjs
  • prepublishOnlynpm run build && npm run bundle
  • sync:metadatanode scripts/sync-metadata.mjs
  • testturbo test && npm run test:host-assets
  • test:host-assetsvitest run scripts/__tests__
  • uninstall:claudenode scripts/uninstall-host-mcp.mjs claude
  • uninstall:codexnode scripts/uninstall-host-mcp.mjs codex --assets --scope user
  • …and 5 more.