PkgRadar

Package evidence

@kokorolx/[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":["@kokorolx/[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":["@kokorolx/[email protected]"],"fail_on":"high"}'
Publishernano-step001
Artifact bytes83,467
Previous version4.0.1
Published2026-05-17T05:39:34.736Z
SHA-25672183f8b159b2d45208ee424e13a4949b995bdc74b8d3acbdc5170eedb27afb4

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/lib/ssh-key-selector.shmatched ".ssh"30
mediumRemote Payloadpackage/lib/install-base.shmatched "wget "12
mediumRemote Payloadpackage/lib/install-claude.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-codeserver.shmatched "wget "12
mediumRemote Payloadpackage/lib/install-droid.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-kilo.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-opencode.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-shai.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-vscode.shmatched "wget "12
mediumRemote Payloadpackage/lib/playwright-mcp-config.shmatched "curl "12
Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/lib/ssh-key-selector.shmatched ".ssh"30
mediumRemote Payloadpackage/lib/install-base.shmatched "wget "12
mediumRemote Payloadpackage/lib/install-claude.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-codeserver.shmatched "wget "12
mediumRemote Payloadpackage/lib/install-droid.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-kilo.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-opencode.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-shai.shmatched "curl "12
mediumRemote Payloadpackage/lib/install-vscode.shmatched "wget "12
mediumRemote Payloadpackage/lib/playwright-mcp-config.shmatched "curl "12
lowObfuscationpackage/setup.shmatched "\\x1b"3
lowObfuscationpackage/lib/ssh-key-selector.shmatched "\\x1b"3

Manifest

Package metadata

Scripts4
  • lintbash -n setup.sh && bash -n lib/*.sh && echo '✅ Shell scripts valid'
  • lint:jsnode --check bin/cli.js && echo '✅ JavaScript valid'
  • prepublishOnlynpm run lint && npm run lint:js && npm run test
  • testnode bin/cli.js help && bash -n setup.sh && echo '✅ All tests passed'