PkgRadar

Package evidence

@renai-labs/[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":["@renai-labs/[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":["@renai-labs/[email protected]"],"fail_on":"high"}'
Publisherrenai-labs
Artifact bytes123,077
Previous versionnone
Published2026-05-24T14:55:19.666Z
SHA-25625be1c1a7ac7105d2162a57ae2e1c89b344a2cb620c955ae809a3fadd2d35c44

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli.jsmatched ".SSH"30
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli.jsmatched ".SSH"30
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.jsmatched "\\uFE0F"3

Manifest

Package metadata

Scripts5
  • buildbun run scripts/build.ts
  • devREN_SERVER_URL=http://localhost:4096 REN_APP_URL=http://localhost:8080/app bun run src/index.ts
  • generatebun run scripts/generate.ts
  • prepublishOnlybun run build
  • typechecktsc --noEmit