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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/chunk-FXNUYPOU.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts18
buildtsupbuild:maptsup --sourcemap --out-extension .js.mapdevtsx src/cli.tsox:formatvp fmt .ox:lintvp lint -c oxlint.jsonpretest:cov:e2enpm run buildpretest:e2enpm run buildrelease: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:e2etest: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/v8test:cov:intecho "no integration tests" && exit 0test:cov:unitvp test run --coverage --coverage.reportsDirectory=coverage/unittest:e2evp test run -c vitest.e2e.config.tstest:intecho "no integration tests" && exit 0test:unitvp test runtypechecktsc --noEmit -p tsconfig.json
Dependencies2
@modelcontextprotocol/sdk^1.29.0env-paths^3.0.0