PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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 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"}'
Artifact bytes1,372,477
Previous version2.6.4
Published2026-04-29T15:50:45.889Z
SHA-256697b892730e0f7ae23e823a4bcd203cb433586ad868937429d03afa06332081a

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

review
Last checked
reviewRisk
3Score
2.6.5Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/tools/bootstrap-validation-loop-tool.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/src/utils/content-masking.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts35
  • buildtsc && chmod +x dist/src/index.js
  • cleanrm -rf dist coverage .mcp-adr-cache
  • devtsx src/index.ts
  • docs:buildnpm run docs:generate && echo 'API documentation generated in docs/api/'
  • docs:cleanrm -rf docs/api
  • docs:generatetypedoc
  • docs:servecd docs/api && python3 -m http.server 8080
  • formatprettier --write src/**/*.ts tests/**/*.ts
  • format:checkprettier --check src/**/*.ts tests/**/*.ts
  • healthnode dist/src/index.js --test
  • linteslint . && npm run typecheck
  • lint:fixeslint . --fix && npm run typecheck
  • postbuildnode scripts/validate-build.js
  • prebuildnpm run clean
  • preparehusky
  • prepublishOnlynpm run build && npm run lint
  • startnode dist/src/index.js
  • testvitest run
  • test:advanced./scripts/test-advanced-prompting.sh
  • test:cleanup./scripts/test-infrastructure.sh cleanup
  • test:coveragevitest run --coverage
  • test:infrastructure./scripts/test-infrastructure.sh infrastructure
  • test:integration./scripts/test-infrastructure.sh integration
  • test:jestNODE_ENV=test NODE_OPTIONS='--experimental-vm-modules' jest
  • test:mcp./scripts/test-mcp-server.sh
  • test:mcp-functionality./scripts/test-mcp-functionality.sh
  • test:mcp-interactivenpx @modelcontextprotocol/inspector node dist/src/index.js
  • test:package./scripts/test-npm-package.sh
  • test:performance./scripts/test-infrastructure.sh performance
  • test:quality./scripts/test-advanced-prompting.sh quality
  • …and 5 more.
Dependencies19
  • @mendable/firecrawl-js^4.4.1
  • @modelcontextprotocol/sdk^1.19.1
  • fast-glob^3.3.2
  • tree-sitter^0.21.1
  • tree-sitter-bash^0.21.0
  • tree-sitter-c^0.21.4
  • tree-sitter-cpp^0.21.0
  • tree-sitter-css^0.21.1
  • tree-sitter-go^0.21.2
  • tree-sitter-java^0.21.0
  • tree-sitter-javascript^0.21.4
  • tree-sitter-json^0.21.0
  • tree-sitter-python^0.21.0
  • tree-sitter-ruby^0.21.0
  • tree-sitter-rust^0.21.0
  • tree-sitter-typescript^0.21.2
  • tree-sitter-yaml^0.5.0
  • tslib^2.8.1
  • zod^4.1.12