PkgRadar

Package evidence

[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.

Weekly downloads
282
Versions published
7
First published
May 2026
Publisher
akarshjha.myonsite

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes151,253
Previous version1.0.5
Published2026-05-27T11:45:33.389Z
SHA-256383b9fd5e7e287af5d1d5c6116914bda8a87f20cc16c1d9ae1cfc1a6df09ef33

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildtsc
  • cleanrimraf dist
  • devtsc --watch
  • prepublishOnlynpm run clean && npm run build
  • release:majornpm version major && npm publish
  • release:minornpm version minor && npm publish
  • release:patchnpm version patch && npm publish
  • startnode dist/cli/index.js
  • testnpm run build && node --test dist/tests/cross-file-validator.test.js dist/tests/model-profile.test.js dist/tests/project-paths.test.js dist/tests/execution-waves.test.js dist/tests/shell-command.test.js dist/tests/context-cache.test.js dist/tests/patch-engine.test.js dist/tests/loop-protection.test.js dist/tests/dependency-graph.test.js dist/tests/parallel-concurrency.test.js dist/tests/parallel-settings.test.js dist/tests/adaptive-concurrency.test.js dist/tests/cost-estimator.test.js dist/tests/embedding-utils.test.js dist/tests/budget-guard.test.js dist/tests/dependency-installer.test.js
Dependencies11
  • chalk^5.3.0
  • commander^12.1.0
  • conf^13.0.1
  • diff^7.0.0
  • glob^11.0.0
  • ink^5.1.0
  • ink-text-input^6.0.0
  • node-fetch^3.3.2
  • ora^8.1.1
  • react^18.3.1
  • zod^3.23.8