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"}'
Publisherivycomputing
Artifact bytes653,647
Previous version0.2.29
Published2026-05-21T13:16:03.849Z
SHA-256d19288b4d2fe14447333ddd6e430219677c6038fb9373818a2c9ae2e50a0a35b

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
60Score
0.2.32Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

ivycomputing

2 members · evidence strength 59

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/static/assets/index-Cw2UKNSA.jsmatched ".ssh"30
mediumObfuscation Densitypackage/dist/static/assets/index-Cw2UKNSA.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/cli/node.jsmatched "raw.githubusercontent.com"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/static/assets/index-Cw2UKNSA.jsmatched ".ssh"30
mediumObfuscation Densitypackage/dist/static/assets/index-Cw2UKNSA.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/cli/node.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/static/assets/index-Cw2UKNSA.jsmatched "\\u00C0"3
lowObfuscationpackage/dist/cli/node.jsmatched "\\x00"3

Manifest

Package metadata

Scripts15
  • buildnpm run build:clean && npm run build:bundle && npm run build:static
  • build:bundlenode scripts/build-bundle.js
  • build:cleanrimraf dist
  • build:staticnode scripts/copy-frontend.js
  • devtsx watch cli/node.ts --debug
  • formatprettier --write "**/*.ts"
  • format:checkprettier --check "**/*.ts"
  • linteslint "**/*.ts" --ignore-pattern dist/
  • prebuildnode scripts/generate-version.js
  • predevnode scripts/generate-version.js
  • prepacknode scripts/prepack.js
  • prepublishOnlynpm run build && npm run test
  • startnode dist/cli/node.js
  • testvitest --run --reporter=verbose
  • typechecktsc --noEmit
Dependencies7
  • @hono/node-server^1.19.11
  • @logtape/logtape^1.0.0
  • @logtape/pretty^1.0.0
  • @qwen-code/sdk^0.1.4
  • commander^14.0.0
  • hono^4.8.5
  • vite^7.3.2