PkgRadar

Package evidence

@cryptorubic/[email protected]

no findings

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.

Weekly downloads
218
Versions published
6
First published
Apr 2026
Publisher
ottebrut

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes434,636
Previous version0.2.1
Published2026-05-22T09:58:38.089Z
SHA-25625f5915e7c5f0bd992b5a3ba593a34693e5edcf98b9c9c8c8ede4354a2d8d7e4

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.2.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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