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.

Weekly downloads
184
Versions published
9
First published
Apr 2026
Publisher
knocte

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherknocte
Artifact bytes31,654
Previous version0.0.753
Published2026-05-27T12:34:51.792Z
SHA-2566ec1893ed168a1ccbbc8cfa45a6162c1cabb0f100ecede99cfc475db3f54863b

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

review
Last checked
reviewRisk
23Score
0.0.755Version
Status history (1 event)
  1. newavailable · risk review · score 23 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/index.jsmatched ".ssh"10
mediumCredential file accesspackage/src/index.tsmatched ".ssh"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/index.jsmatched ".ssh"10
mediumCredential file accesspackage/src/index.tsmatched ".ssh"10
lowCredential file accesspackage/.github/workflows/publish.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts5
  • buildnpm install && npx tsc && npm run dist
  • distmkdir -p bin && echo '#!/usr/bin/env node' > bin/skynot && echo "require('../dist/index.js');" >> bin/skynot && chmod +x bin/skynot
  • execnpm run build && node dist/index.js
  • formatnpm install && npx --no-install prettier --quote-props=consistent --write ./src/**/*.ts
  • prepublishOnlynpm run build
Dependencies2
  • commander11.0.0
  • fp-sdk0.1.2