PkgRadar

Package evidence

@ijfw/[email protected]

Credential file access: matched ".ssh/"

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
596
Versions published
15
First published
May 2026
Publisher
seandonahoe

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":["@ijfw/[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":["@ijfw/[email protected]"],"fail_on":"review"}'
Publisherseandonahoe
Artifact bytes1,065,244
Previous version1.6.2
Published2026-06-13T06:26:24.754Z
SHA-256a78215c06947a720bd87541fd685c65314274c93e214e4bbb17c1da1db4ab047

Why flagged

What the scanner saw

Credential file access: matched ".ssh/"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/audit-roster.jsmatched ".ssh/"5
lowCredential file accesspackage/src/cross-orchestrator.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/src/compute/sandbox-macos.jsmatched ".config/gcloud"5

Manifest

Package metadata

Scripts7
  • devnode --watch src/server.js
  • functional-smokenode scripts/run-functional-smoke.mjs
  • startnode src/server.js
  • testnode test.js && node --experimental-sqlite --test --test-force-exit test-*.js test/brain/test-*.js test/memory/test-*.js test/integration/test-*.js test/profile-*.test.mjs src/profile/eval/*.test.mjs
  • test:fullnode --experimental-sqlite --test --test-force-exit test-*.js test/brain/test-*.js test/memory/test-*.js test/integration/test-*.js
  • test:gradersnode test/grade-symbol-graph-spec.js && node test/grade-symbol-graph-consistency.js && node test/grade-cascading-staleness.js && node test/grade-project-types.js
  • test:smokenode test.js
Dependencies2
  • better-sqlite3^11.5.0
  • chokidar^4.0.3