PkgRadar

Package evidence

[email protected]

Credential file access: matched ".SSH"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherzhazha1415926
Artifact bytes50,566
Previous version0.36.1-zz.0
Published2026-05-23T07:16:05.119Z
SHA-25695012a3ac38ed0ccb3126423cfac3da3b3bae894fac2ae4b0d10167aa10af79e

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

high
Last checked
highRisk
30Score
0.37.0-zz.0Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

zhazha1415926

3 members · evidence strength 60

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/acp-agent.jsmatched ".SSH"30

Manifest

Package metadata

Scripts13
  • buildtsc
  • checknpm run lint && npm run format:check
  • devnpm run build && npm run start
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testvitest
  • test:coveragevitest run --coverage
  • test:integrationRUN_INTEGRATION_TESTS=true vitest run
  • test:runvitest run
Dependencies3
  • @agentclientprotocol/sdk0.22.1
  • @anthropic-ai/claude-agent-sdk0.3.146
  • zod^3.25.0 || ^4.0.0