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"}'
Publishermakumiii
Artifact bytes103,120
Previous version0.6.1
Published2026-05-24T10:09:41.207Z
SHA-256818ccb4759909a84f22d4b88cdc01add53400c8a78bbc4256adddf481d7d2d91

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

makumiii

2 members · evidence strength 57

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".ssh"30
highCredential file accesspackage/scripts/commands/createKey.shmatched ".ssh"30
highCredential file accesspackage/scripts/demo/setup-demo-home.shmatched ".ssh"30
highCredential file accesspackage/scripts/commands/sshConf.shmatched ".ssh"30
highCredential file accesspackage/scripts/uninstall.shmatched ".ssh"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".ssh"30
highCredential file accesspackage/scripts/commands/createKey.shmatched ".ssh"30
highCredential file accesspackage/scripts/demo/setup-demo-home.shmatched ".ssh"30
highCredential file accesspackage/scripts/commands/sshConf.shmatched ".ssh"30
highCredential file accesspackage/scripts/uninstall.shmatched ".ssh"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts11
  • buildbun build src/index.ts --outdir dist --target=node --external ssh2 --external ssh2-sftp-client && mkdir -p dist/public && cp src/transfer/public/* dist/public/
  • checknpm run typecheck && npm run lint
  • linteslint .
  • lint:fixeslint . --fix
  • testBUN_TMPDIR=/tmp bun test --isolate
  • test:allBUN_TMPDIR=/tmp bun test --isolate && BUN_TMPDIR=/tmp bun test --isolate ./tests/tunnelStorage.integration.ts && BUN_TMPDIR=/tmp bun test --isolate ./tests/serversCommand.integration.ts && BUN_TMPDIR=/tmp bun test --isolate ./tests/sshConfig.integration.ts && BUN_TMPDIR=/tmp bun test --isolate ./tests/scriptPath.integration.ts && BUN_TMPDIR=/tmp bun run build && BUN_TMPDIR=/tmp bun test --isolate ./tests/smoke.cli.smoke.ts
  • test:integrationBUN_TMPDIR=/tmp bun test --isolate ./tests/tunnelStorage.integration.ts && BUN_TMPDIR=/tmp bun test --isolate ./tests/serversCommand.integration.ts && BUN_TMPDIR=/tmp bun test --isolate ./tests/sshConfig.integration.ts && BUN_TMPDIR=/tmp bun test --isolate ./tests/scriptPath.integration.ts
  • test:phase-regressionBUN_TMPDIR=/tmp bun run build && BUN_TMPDIR=/tmp bun test --isolate ./tests/smoke.cli.smoke.ts ./tests/backupCommand.test.ts ./tests/restoreCommand.test.ts ./tests/initCommand.integration.ts ./tests/logsCommand.integration.ts
  • test:smokeBUN_TMPDIR=/tmp bun run build && BUN_TMPDIR=/tmp bun test --isolate ./tests/smoke.cli.smoke.ts
  • test:unitBUN_TMPDIR=/tmp bun test --isolate --coverage
  • typechecktsc -p tsconfig.json --noEmit
Dependencies6
  • @inquirer/core^10.1.14
  • @inquirer/prompts^7.6.0
  • @types/commander^2.12.5
  • commander^14.0.0
  • ora^8.2.0
  • ssh2-sftp-client^12.0.1