PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

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
1,072Niche · −30% score
Versions published
78
First published
Mar 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":["[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 bytes4,368,790
Previous version4.4.0
Published2026-06-16T12:57:14.416Z
SHA-25631edf1c27d299607775686e047b307dde6b459f185be4cee33e3924ae8e1b008

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/analyzers/securityCheck.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts21
  • benchnode scripts/bench.mjs
  • bench:referencesnode scripts/bench-references.mjs
  • buildtsc && node scripts/copy-wasm.mjs && node scripts/generate-tool-manifest.mjs
  • check:graph-corpusnode scripts/check-graph-corpus.mjs
  • check:stabilitynode scripts/check-stability.mjs
  • devtsc --watch
  • docs:assetsnpm run docs:screenshots && npm run docs:demos
  • docs:demosnpm run build && node scripts/capture-vhs-demos.mjs
  • docs:screenshotsnode scripts/capture-readme-assets.mjs
  • formatprettier --write .
  • linteslint src/
  • preparenpm run build
  • release:checknode scripts/release-check.mjs
  • sbom:generatenode scripts/generate-sbom.mjs
  • security:release-gatenode scripts/release-gate.mjs
  • smoke:packed-installnode scripts/packed-install-smoke.mjs
  • testvitest run --exclude '.worktrees/**' --test-timeout 60000 --hook-timeout 60000 --maxWorkers 4
  • test:trust-smokevitest run --exclude '.worktrees/**' tests/cli/privacyCheck.test.ts tests/cli/start.test.ts tests/cli/preflight.test.ts tests/mcp/start.test.ts tests/mcp/preflight.test.ts tests/mcp/fileChangedNotifications.test.ts tests/core/repositoryScanner.gitignore.test.ts tests/core/issueEngine.trustConfig.test.ts tests/utils/changedFiles.test.ts tests/core/auditRunner.offline.test.ts tests/core/upgradePreview.checkRegistry.test.ts tests/core/telemetry.test.ts tests/analyzers/securityCheck.test.ts --test-timeout 60000 --hook-timeout 60000
  • test:watchvitest --exclude '.worktrees/**' --test-timeout 60000 --hook-timeout 60000
  • typechecktsc --noEmit
  • typecheck:public-typestsc -p tsconfig.public-types.json
Dependencies14
  • @babel/parser^7.29.2
  • @babel/types^7.29.0
  • chalk^5.3.0
  • commander^12.1.0
  • fast-glob^3.3.2
  • ora^8.1.0
  • tree-sitter-c-sharp^0.23.5
  • tree-sitter-go^0.25.0
  • tree-sitter-java^0.23.5
  • tree-sitter-php^0.23.12
  • tree-sitter-python^0.25.0
  • tree-sitter-ruby^0.23.1
  • tree-sitter-rust^0.23.3
  • web-tree-sitter^0.26.8