PkgRadar

Package evidence

@elyracode/[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.

Versions published
52
First published
May 2026
Publisher
kwhorne

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":["@elyracode/[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":["@elyracode/[email protected]"],"fail_on":"review"}'
Publisherkwhorne
Artifact bytes256,744
Previous version0.7.13
Published2026-05-25T07:32:28.139Z
SHA-256edb1c8692834bdfecde08b596d1ba499cdbb09eba0d5108789739a37dde6e4a4

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
40Score
0.7.14Version
Status history (1 event)
  1. newavailable · risk review · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/keys.jsmatched ".SSH"10
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/keys.jsmatched ".SSH"10
lowObfuscationpackage/dist/components/editor.jsmatched "\\x1b"3
lowObfuscationpackage/dist/components/image.jsmatched "\\x1b"3
lowObfuscationpackage/dist/components/input.jsmatched "\\x1b"3
lowObfuscationpackage/dist/keys.jsmatched "\\x1b"3
lowObfuscationpackage/dist/components/markdown.jsmatched "\\u0000"3
lowObfuscationpackage/dist/stdin-buffer.jsmatched "\\x1b"3
lowObfuscationpackage/dist/terminal-image.jsmatched "\\x1b"3
lowObfuscationpackage/dist/terminal.jsmatched "\\x1b"3
lowObfuscationpackage/dist/tui.jsmatched "\\x1b"3
lowObfuscationpackage/dist/utils.jsmatched "\\uFE0F"3

Manifest

Package metadata

Scripts5
  • buildtsgo -p tsconfig.build.json
  • cleanshx rm -rf dist
  • devtsgo -p tsconfig.build.json --watch --preserveWatchOutput
  • prepublishOnlynpm run clean && npm run build
  • testnode --test --import tsx test/*.test.ts
Dependencies5
  • @types/mime-types^2.1.4
  • chalk^5.5.0
  • get-east-asian-width^1.3.0
  • marked^15.0.12
  • mime-types^3.0.1
Optional dependencies1
  • koffi^2.9.0