PkgRadar

Package evidence

@cryptorubic/[email protected]

Credential file access: matched ".azure"

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
7
First published
Apr 2026
Publisher
ottebrut

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":["@cryptorubic/[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":["@cryptorubic/[email protected]"],"fail_on":"review"}'
Publisherottebrut
Artifact bytes496,773
Previous version0.3.0
Published2026-05-27T09:35:18.354Z
SHA-2567506566f40a468c4a87758fa564ed63cd5bbcaf1639f696be008e6dd29cb9fbb

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.3.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/data/rpcs.jsonmatched ".azure"3

Manifest

Package metadata

Scripts9
  • buildtsc -p tsconfig.json
  • devtsx src/index.ts
  • dev:httpcross-env MCP_TRANSPORT=http tsx src/index.ts
  • linteslint "src/**/*.ts"
  • lint:fixeslint "src/**/*.ts" --fix
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • start:httpcross-env MCP_TRANSPORT=http node dist/index.js
  • typechecktsc --noEmit -p tsconfig.json
Dependencies6
  • @cryptorubic/core^1.4.7
  • @cryptorubic/web3^1.4.7
  • @modelcontextprotocol/sdk^1.29.0
  • axios^1.15.2
  • dotenv^17.4.2
  • zod^4.3.6