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
- 30
- Versions published
- 39
- First published
- Apr 2026
- Publisher
- dhanesh125
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":["@ecodrix/[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":["@ecodrix/[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
Scripts28
buildtsupbuild:finalpnpm clear && pnpm buildcheckbiome check --write .clearrm -rf distdevtsup --watchformatbiome format --write .generatetsx tools/code-generator.tsgenerate:cleanrm -rf src/generated/* && pnpm generategenerate:from-backendtsx tools/code-generator.ts http://localhost:4000/api/openapi.jsonlintbiome lint .manifest:backuptsx tools/manifest-manager.ts backup src/generatedmanifest:summarytsx tools/manifest-manager.ts summary src/generatedmanifest:validatetsx tools/manifest-manager.ts validate src/generatedmergetsx tools/code-merger.ts src/generated src/resources src/merged merge-manifest.jsonpipelinetsx tools/integration-pipeline.tspipeline:from-backendtsx tools/integration-pipeline.ts http://localhost:4000/api/openapi.json .publish:betapnpm build:final && pnpm publish --access public --no-git-checks --tag betapublish:latestpnpm build:final && pnpm publish --access public --no-git-checks --tag latestpublish:patchpnpm build:final && pnpm publish --access public --no-git-checks --tag patchsyncpnpm pipeline:from-backend && pnpm buildtestvitesttest:runvitest runtypetsc --noEmitversion:bumptsx tools/version-manager.tsversion:checktsx tools/version-manager.ts schema/sample-change-report.json package.json --dry-runversion:majortsx tools/version-manager.ts schema/sample-breaking-change-report.json package.json --dry-runversion:minortsx tools/version-manager.ts schema/sample-change-report.json package.json --dry-runversion:patchtsx tools/version-manager.ts schema/sample-patch-change-report.json package.json --dry-run
Dependencies6
axios^1.7.9axios-retry^4.5.0commander^14.0.3dotenv^17.4.0picocolors^1.1.1socket.io-client^4.8.1