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
- 350
- Versions published
- 27
- First published
- Mar 2026
- Publisher
- extedcoud
Recommended action
Looks clean — keep monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts15
buildtsc && npm run postbuild:assetsdevtsx src/index.tsformatprettier --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 buildprepublishOnlynpm run test && npm run buildrelease:majornpm version major && npm publishrelease:minornpm version minor && npm publishrelease:patchnpm version patch && npm publishstartnode dist/index.jstestNODE_OPTIONS='--experimental-vm-modules' jesttest:coverageNODE_OPTIONS='--experimental-vm-modules' jest --coveragetest:watchNODE_OPTIONS='--experimental-vm-modules' jest --watchtypechecktsc --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.56chalk^5.6.2commander^14.0.3dotenv^17.4.2json-pointer^0.6.2ollama^0.6.3ondc-code-generator^1.0.1openai^6.34.0ora^9.4.0pdf-parse^1.1.1yaml^2.8.3zod^4.3.6