PkgRadar

Package evidence

@heroor/[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":["@heroor/[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":["@heroor/[email protected]"],"fail_on":"high"}'
Publisherheroor
Artifact bytes24,632
Previous version0.1.1
Published2026-05-24T12:07:03.724Z
SHA-25652f797f464946b3fd75ddbc271ee1771253e110c7b9d7716c21ec78b77d16e9d

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

heroor

4 members · evidence strength 80

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli.jsmatched "id_rsa"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 "id_rsa"30
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json
  • build:publishtsc -p tsconfig.json && node ../../scripts/bundle-for-publish.mjs
  • linttsc -p tsconfig.json --noEmit
  • prepublishOnlycd ../.. && pnpm build && node scripts/bundle-for-publish.mjs && pnpm test
  • typechecktsc -p tsconfig.json --noEmit
Dependencies6
  • @modelcontextprotocol/sdk^1.12.1
  • commander^14.0.0
  • dotenv^16.5.0
  • openai^4.104.0
  • yaml^2.8.0
  • zod^3.25.28