PkgRadar

Package evidence

@vibezro/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
223
Versions published
3
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@vibezro/[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":["@vibezro/[email protected]"],"fail_on":"review"}'
Artifact bytes85,959
Previous version0.0.3
Published2026-05-26T20:04:08.466Z
SHA-2562bde9feef0697fda3276c75097ee5639bf3038913ab427ba5833cc762565590e

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/chunk-FXNUYPOU.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts18
  • buildtsup
  • build:maptsup --sourcemap --out-extension .js.map
  • devtsx src/cli.ts
  • ox:formatvp fmt .
  • ox:lintvp lint -c oxlint.json
  • pretest:cov:e2enpm run build
  • pretest:e2enpm run build
  • release:majorcd ../.. && npm version major --workspace=@vibezro/mcp --tag-version-prefix="mcp-v" -m "release(mcp): %s"
  • release:minorcd ../.. && npm version minor --workspace=@vibezro/mcp --tag-version-prefix="mcp-v" -m "release(mcp): %s"
  • release:patchcd ../.. && npm version patch --workspace=@vibezro/mcp --tag-version-prefix="mcp-v" -m "release(mcp): %s"
  • testnpm run test:unit && npm run test:int && npm run test:e2e
  • test:cov:e2ecross-env VIBEZRO_E2E_COVERAGE=1 vp test run --coverage --coverage.reportsDirectory=coverage/e2e -c vitest.e2e.config.ts && c8 report --reporter=html --reporter=lcov --reports-dir=coverage/e2e --temp-directory=coverage/e2e/v8
  • test:cov:intecho "no integration tests" && exit 0
  • test:cov:unitvp test run --coverage --coverage.reportsDirectory=coverage/unit
  • test:e2evp test run -c vitest.e2e.config.ts
  • test:intecho "no integration tests" && exit 0
  • test:unitvp test run
  • typechecktsc --noEmit -p tsconfig.json
Dependencies2
  • @modelcontextprotocol/sdk^1.29.0
  • env-paths^3.0.0