PkgRadar

Package evidence

@ondc/[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.

Versions published
24
First published
Mar 2026
Publisher
extedcoud

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":["@ondc/[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":["@ondc/[email protected]"],"fail_on":"review"}'
Publisherextedcoud
Artifact bytes182,324
Previous version0.0.27
Published2026-06-09T11:30:27.895Z
SHA-256c0b39fe62696afc6a0aa1e1993a9f5b3f75f49948be1ceebd2324fd79576b340

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildtsc && npm run postbuild:assets
  • devtsx src/index.ts
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • postbuild:assetsmkdir -p dist/polish/review/static && cp -R src/polish/review/static/. dist/polish/review/static/
  • preparenpm run build
  • prepublishOnlynpm run test && npm run build
  • release:majornpm version major && npm publish
  • release:minornpm version minor && npm publish
  • release:patchnpm version patch && npm publish
  • startnode dist/index.js
  • testNODE_OPTIONS='--experimental-vm-modules' jest
  • test:coverageNODE_OPTIONS='--experimental-vm-modules' jest --coverage
  • test:watchNODE_OPTIONS='--experimental-vm-modules' jest --watch
  • typechecktsc --noEmit
Dependencies18
  • @anthropic-ai/claude-agent-sdk^0.2.121
  • @anthropic-ai/sdk^0.90.0
  • @babel/parser^7.29.2
  • @babel/traverse^7.29.0
  • @babel/types^7.29.0
  • @inquirer/prompts^8.4.2
  • @ondc/automation-mock-runner^1.3.56
  • chalk^5.6.2
  • commander^14.0.3
  • dotenv^17.4.2
  • json-pointer^0.6.2
  • ollama^0.6.3
  • ondc-code-generator^1.0.1
  • openai^6.34.0
  • ora^9.4.0
  • pdf-parse^1.1.1
  • yaml^2.8.3
  • zod^4.3.6