PkgRadar

Package evidence

@veilgate/[email protected]

Credential file access: matched "id_rsa"

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":["@veilgate/[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":["@veilgate/[email protected]"],"fail_on":"high"}'
Publisherk_rohith
Artifact bytes20,359
Previous version0.1.0
Published2026-05-23T11:46:39.569Z
SHA-25667d32e4e8b1139f4885a08cca80c7b9b75bf334b1b519b440084fd3389a88e9c

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
99Score
1.1.2Version
Status history (1 event)
  1. newavailable · risk high · score 99 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/client.cjs.jsmatched "id_rsa"30
highCredential file accesspackage/dist/client.esm.jsmatched "id_rsa"30
highCredential file accesspackage/dist/client.umd.jsmatched "id_rsa"30
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/client.cjs.jsmatched "id_rsa"30
highCredential file accesspackage/dist/client.esm.jsmatched "id_rsa"30
highCredential file accesspackage/dist/client.umd.jsmatched "id_rsa"30
lowObfuscationpackage/dist/client.cjs.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/client.esm.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/client.umd.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts5
  • buildrollup -c && tsc --emitDeclarationOnly --outDir dist
  • devrollup -c -w
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit