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.

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

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"}'
Artifact bytes670,650
Previous version0.15.0
Published2026-05-20T08:26:35.339Z
SHA-25668d189b2f6ca75828376a4312e23edbb4c2ca05d86f6e85a849147e742f4899d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli/index.mjsmatched ".ssh"30
mediumRemote Payloadpackage/dist/cli/index.mjsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli/index.mjsmatched ".ssh"30
mediumRemote Payloadpackage/dist/cli/index.mjsmatched "curl "12
lowObfuscationpackage/dist/cli/index.mjsmatched "\\x1B"3

Manifest

Package metadata

Scripts19
  • buildtsdown
  • checkpnpm run typecheck && pnpm run lint
  • check:fixpnpm run typecheck && pnpm run lint:fix && pnpm run format
  • devtsdown --watch
  • formatbiome format --write .
  • lintbiome check .
  • lint:fixbiome check --write .
  • releaserelease-it
  • release:betarelease-it --preRelease=beta --ci
  • release:dryrelease-it --dry-run --ci
  • release:majorrelease-it major --ci
  • release:minorrelease-it minor --ci
  • release:patchrelease-it patch --ci
  • spellcheckcspell "**/*.ts" "**/*.md"
  • startnode dist/cli/index.mjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies16
  • @anthropic-ai/sdk^0.97.1
  • @clack/prompts^1.3.0
  • @earendil-works/pi-tui^0.75.3
  • @modelcontextprotocol/sdk^1.29.0
  • chalk^5.4.0
  • chokidar^5.0.0
  • commander^14.0.3
  • cosmiconfig^9.0.1
  • eventemitter3^5.0.1
  • gray-matter^4.0.3
  • i18next^26.0.10
  • marked^18.0.3
  • ora^9.4.0
  • turndown^7.2.4
  • typebox^1.1.38
  • zod^4.4.3