PkgRadar

Package evidence

[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.

Versions published
1
First published
Jun 2026
Publisher
staminna

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"}'
Publisherstaminna
Artifact bytes159,245
Previous versionnone
Published2026-06-15T19:33:09.258Z
SHA-2560c2981ece405b80b4db2411bc2263934f9f53f44111f352b1ae59c5225951dba

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.0.0Version
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/dist/tools/cicd/cicd-validation.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/config.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/migration/migration-engine.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts9
  • buildtsc
  • devtsx watch src/index.ts
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testnode --test tests/*.test.js
  • test:coveragenode --experimental-test-coverage --test tests/*.test.js
  • test:verbosenode --test --test-reporter spec tests/*.test.js
  • test:watchnode --test --watch tests/*.test.js
  • watchtsc --watch
Dependencies4
  • @modelcontextprotocol/sdk^1.0.0
  • dockerode^4.0.2
  • dotenv^16.4.5
  • node-ssh^13.2.0