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
1,728Niche · −30% score
Versions published
77
First published
Apr 2026
Publisher
nsreehari

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publishernsreehari
Artifact bytes818,749
Previous version8.8.0
Published2026-06-04T15:03:52.221Z
SHA-256096d3051f3dcb78cf622604bf0c8e7e569a9f998031c00b3b60f76200a4b1246

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • buildnpm run -s build:lib
  • build:browsertsup --config tsup.browser.config.ts && node scripts/generate-browser-integrity.mjs
  • build:clitsup --config tsup.cli.config.ts
  • build:cli-bundlednode scripts/build-cli-bundled.mjs
  • build:libtsup --config tsup.config.ts
  • check:browser-bundlenode scripts/check-browser-bundle-safety.mjs
  • check:bundle-budgetnode scripts/check-bundle-budgets.mjs
  • check:minifiednode scripts/check-minified.mjs
  • devtsup --watch
  • linteslint src/
  • prepublishOnlynpm run build && npm run build:cli && npm run build:browser && npm run check:bundle-budget && npm run check:browser-bundle && npm run check:minified
  • pycli:installpython -m pip install -r py-standalone/requirements.txt
  • pycli:install:py312py -3.12 -m pip install -r py-standalone/requirements.txt
  • pycli:install:venvc:/Users/sreenaga/ADO/ai-tool-evolver/.venv/Scripts/python.exe -m pip install -r py-standalone/requirements.txt
  • pycli:install:venv312./.venv312/Scripts/python.exe -m pip install -r py-standalone/requirements.txt
  • release:gatenpm run -s build && npm run -s build:cli && npm run -s build:browser && npm run -s test:run && npm run -s test:e2e && npm run -s check:bundle-budget && npm run -s check:browser-bundle && npm run -s check:minified
  • standaloneecho standalone is canonical; no assembly step required
  • testvitest
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:pythonvitest run --config vitest.python.config.ts
  • test:runvitest run
  • tests:e2enpm run -s test:e2e
  • tests:pythonnpm run -s test:python
  • typechecktsc --noEmit
  • validate:cardstsx scripts/validate-live-cards.ts
Dependencies4
  • ajv-formats^3.0.1
  • fast-glob^3.3.3
  • proper-lockfile^4.1.2
  • yaml^2.3.4
Optional dependencies1
  • ajv^8.18.0