PkgRadar

Package evidence

@ecodrix/[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
38
First published
Apr 2026
Publisher
dhanesh125

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":["@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"}'
Publisherdhanesh125
Artifact bytes55,599
Previous version1.3.7
Published2026-05-21T09:14:41.733Z
SHA-256626cf1b0b7c45ad1e57b6310f4fc668cbc165d7f399e0fba979bf816aecdf81b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts28
  • buildtsup
  • build:finalpnpm clear && pnpm build
  • checkbiome check --write .
  • clearrm -rf dist
  • devtsup --watch
  • formatbiome format --write .
  • generatetsx tools/code-generator.ts
  • generate:cleanrm -rf src/generated/* && pnpm generate
  • generate:from-backendtsx tools/code-generator.ts http://localhost:4000/api/openapi.json
  • lintbiome lint .
  • manifest:backuptsx tools/manifest-manager.ts backup src/generated
  • manifest:summarytsx tools/manifest-manager.ts summary src/generated
  • manifest:validatetsx tools/manifest-manager.ts validate src/generated
  • mergetsx tools/code-merger.ts src/generated src/resources src/merged merge-manifest.json
  • pipelinetsx tools/integration-pipeline.ts
  • pipeline:from-backendtsx tools/integration-pipeline.ts http://localhost:4000/api/openapi.json .
  • publish:betapnpm build:final && pnpm publish --access public --no-git-checks --tag beta
  • publish:latestpnpm build:final && pnpm publish --access public --no-git-checks --tag latest
  • publish:patchpnpm build:final && pnpm publish --access public --no-git-checks --tag patch
  • syncpnpm pipeline:from-backend && pnpm build
  • testvitest
  • test:runvitest run
  • typetsc --noEmit
  • version:bumptsx tools/version-manager.ts
  • version:checktsx tools/version-manager.ts schema/sample-change-report.json package.json --dry-run
  • version:majortsx tools/version-manager.ts schema/sample-breaking-change-report.json package.json --dry-run
  • version:minortsx tools/version-manager.ts schema/sample-change-report.json package.json --dry-run
  • version:patchtsx tools/version-manager.ts schema/sample-patch-change-report.json package.json --dry-run
Dependencies6
  • axios^1.7.9
  • axios-retry^4.5.0
  • commander^14.0.3
  • dotenv^17.4.0
  • picocolors^1.1.1
  • socket.io-client^4.8.1