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 bytes528,159
Previous version1.27.2
Published2026-05-24T22:26:56.944Z
SHA-256a0df6a7b04077fb06e48b0668bc692ba28a8011e076fd831cdfb1bcd342fa734

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/core/skillSecurityScanner.jsmatched ".ssh"30
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/core/skillSecurityScanner.jsmatched ".ssh"30
lowObfuscationpackage/dist/utils/colors.jsmatched "\\x1b"3
lowObfuscationpackage/dist/core/mcpClient.jsmatched "Buffer.from(content.blob, 'base64"3
lowObfuscationpackage/dist/commands/rules.jsmatched "\\u00b1"3
lowObfuscationpackage/dist/core/skillSecurityScanner.jsmatched "\\u202A"3

Manifest

Package metadata

Scripts12
  • buildrm -rf dist && npx tsc -p tsconfig.build.json && cp -r src/templates dist/ && bun build dist/cli.js --outfile dist/cli-bundled.js --target node --external contextcalc --external tiktoken --external jsonc-parser && mv dist/cli-bundled.js dist/cli.js
  • canary:publishednode scripts/canary-published-cli.mjs
  • cleanrm -rf dist
  • devbun run src/cli.ts
  • linttsc --noEmit
  • packnpm pack --dry-run
  • prepublishOnlynpm run build && npm run smoke:cli && npm run smoke:pack && npm run lint && npm test
  • smoke:clinode scripts/smoke-cli.mjs dist/cli.js
  • smoke:packnode scripts/smoke-packed-cli.mjs
  • testvitest run
  • test:watchvitest
  • test_allvitest run && tsc --noEmit
Dependencies9
  • @iarna/toml^2.2.5
  • @modelcontextprotocol/sdk^1.18.0
  • commander^12.1.0
  • gray-matter^4.0.3
  • js-yaml^4.1.0
  • jsonc-parser^3.3.1
  • kleur^4.1.5
  • ora^8.1.0
  • prompts^2.4.2