PkgRadar

Package evidence

@odatano/[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
385
Versions published
10
First published
Mar 2026
Publisher
maxalexweber

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":["@odatano/[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":["@odatano/[email protected]"],"fail_on":"review"}'
Publishermaxalexweber
Artifact bytes14,200,365
Previous version0.3.5
Published2026-06-09T20:11:08.640Z
SHA-256f79a401fa4bb56cb9eeca7b11c5f0120bc2596eb7c486da5be8ed537ea8cfb25

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.3.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts32
  • buildnpm run build:plugin
  • build:pluginnpm run cds:types && tsc -p tsconfig.build.json
  • build:typesnpm run cds:types
  • cds:servecds-serve
  • cds:typescds-typer "*" --outputDirectory @cds-models
  • cds:watchcds watch
  • cleannode scripts/clean-build-artifacts.js
  • deploycds deploy --to sqlite:db/midnight.db
  • deploy:e2enode --env-file=.env scripts/run-deploy-e2e.mjs
  • devnode scripts/dev.mjs
  • dev:default-heapnpm run cds:watch
  • disclosure:e2enode --env-file=.env scripts/run-disclosure-e2e.mjs
  • integration:attestation-vaultnode scripts/integration-test-attestation-vault.mjs
  • integration:contract-registrynode scripts/integration-test-contract-registry.mjs
  • integration:providersnode scripts/integration-test-providers.mjs
  • integration:wallet-facadenode scripts/integration-test-wallet-facade.mjs
  • integration:wallet-keysnode scripts/integration-test-wallet-keys.mjs
  • linteslint .
  • predicate:e2enode --env-file=.env scripts/run-predicate-e2e.mjs
  • prepacknpm run build:plugin
  • prepublishOnlynpm run typecheck && npm test && npm run build:plugin
  • prestartnpm run build
  • pretestnpm run build
  • servenpm run cds:serve
  • serve:syncnode scripts/serve.mjs
  • smoke:sdknode scripts/smoke-test-sdk.mjs
  • startnpm run serve
  • sync:probenode scripts/probe-indexer.mjs
  • sync:startnode --env-file=.env scripts/start-wallet-sync.mjs
  • testjest --coverage --runInBand
  • …and 2 more.
Dependencies21
  • @midnight-ntwrk/compact-js^2.5.0
  • @midnight-ntwrk/compact-runtime^0.16.0
  • @midnight-ntwrk/ledger-v8^8.1.0
  • @midnight-ntwrk/midnight-js-contracts^4.0.4
  • @midnight-ntwrk/midnight-js-http-client-proof-provider^4.0.4
  • @midnight-ntwrk/midnight-js-indexer-public-data-provider^4.0.4
  • @midnight-ntwrk/midnight-js-level-private-state-provider^4.0.4
  • @midnight-ntwrk/midnight-js-network-id^4.0.4
  • @midnight-ntwrk/midnight-js-node-zk-config-provider^4.0.4
  • @midnight-ntwrk/wallet-sdk-abstractions^2.1.0
  • @midnight-ntwrk/wallet-sdk-address-format^3.1.1
  • @midnight-ntwrk/wallet-sdk-dust-wallet^4.0.0
  • @midnight-ntwrk/wallet-sdk-facade^4.0.0
  • @midnight-ntwrk/wallet-sdk-hd^3.0.2
  • @midnight-ntwrk/wallet-sdk-shielded^3.0.0
  • @midnight-ntwrk/wallet-sdk-unshielded-wallet^3.0.0
  • @noble/hashes^1.8.0
  • bip39^3.1.0
  • express^4
  • undici^8.3.0
  • ws^8