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.
- Versions published
- 47Established · −30% score
- First published
- Jul 2025
- 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":["[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 ".npmrc"
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
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/src/tools/bootstrap-validation-loop-tool.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/src/utils/content-masking.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts35
buildtsc && chmod +x dist/src/index.jscleanrm -rf dist coverage .mcp-adr-cachedevtsx src/index.tsdocs:buildnpm run docs:generate && echo 'API documentation generated in docs/api/'docs:cleanrm -rf docs/apidocs:generatetypedocdocs:servecd docs/api && python3 -m http.server 8080formatprettier --write src/**/*.ts tests/**/*.tsformat:checkprettier --check src/**/*.ts tests/**/*.tshealthnode dist/src/index.js --testlinteslint . && npm run typechecklint:fixeslint . --fix && npm run typecheckpostbuildnode scripts/validate-build.jsprebuildnpm run cleanpreparehuskyprepublishOnlynpm run build && npm run lintstartnode dist/src/index.jstestvitest runtest:advanced./scripts/test-advanced-prompting.shtest:cleanup./scripts/test-infrastructure.sh cleanuptest:coveragevitest run --coveragetest:infrastructure./scripts/test-infrastructure.sh infrastructuretest:integration./scripts/test-infrastructure.sh integrationtest:jestNODE_ENV=test NODE_OPTIONS='--experimental-vm-modules' jesttest:mcp./scripts/test-mcp-server.shtest:mcp-functionality./scripts/test-mcp-functionality.shtest:mcp-interactivenpx @modelcontextprotocol/inspector node dist/src/index.jstest:package./scripts/test-npm-package.shtest:performance./scripts/test-infrastructure.sh performancetest:quality./scripts/test-advanced-prompting.sh quality- …and 5 more.
Dependencies19
@mendable/firecrawl-js^4.4.1@modelcontextprotocol/sdk^1.19.1fast-glob^3.3.2tree-sitter^0.21.1tree-sitter-bash^0.21.0tree-sitter-c^0.21.4tree-sitter-cpp^0.21.0tree-sitter-css^0.21.1tree-sitter-go^0.21.2tree-sitter-java^0.21.0tree-sitter-javascript^0.21.4tree-sitter-json^0.21.0tree-sitter-python^0.21.0tree-sitter-ruby^0.21.0tree-sitter-rust^0.21.0tree-sitter-typescript^0.21.2tree-sitter-yaml^0.5.0tslib^2.8.1zod^4.1.12