PkgRadar

Package evidence

@ondc/[email protected]

Remote Payload: matched "curl "

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
22
First published
Mar 2026
Publisher
extedcoud

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":["@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 bytes181,381
Previous version0.0.23
Published2026-05-25T11:02:56.264Z
SHA-256c132d023ef103730193fa7412f2f5c4ff9cd4f64a550527aaf6f498e0e223ae5

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/scripts/ingest-spec.shmatched "curl "12

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.40
  • 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