PkgRadar

Package evidence

@voxcode-dev/[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":["@voxcode-dev/[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":["@voxcode-dev/[email protected]"],"fail_on":"high"}'
Publisherkeyreyla
Artifact bytes327,634
Previous versionnone
Published2026-05-24T21:29:01.170Z
SHA-25612cb57df60205ab802ae046dda7696e17cddf6572fa2fa66802f27c047ededc6

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

keyreyla

5 members · evidence strength 84

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/keys.jsmatched ".SSH"30
mediumObfuscation Densitypackage/dist/keys.jshigh encoded/escaped-token density12
Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/keys.jsmatched ".SSH"30
mediumObfuscation Densitypackage/dist/keys.jshigh encoded/escaped-token density12
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

Scripts4
  • buildtsgo -p tsconfig.build.json
  • cleanshx rm -rf dist
  • prepublishOnlynpm run clean && npm run build
  • testnode --test test/*.test.ts
Dependencies2
  • get-east-asian-width1.6.0
  • marked15.0.12