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.

Versions published
2
First published
Jun 2026
Publisher
coolwhite

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"}'
Publishercoolwhite
Artifact bytes502,221
Previous version0.1.78
Published2026-06-11T14:12:17.174Z
SHA-256d56ee08970c8e7e7a4e33ab6fc5b558fee2b447043a12b23802ccb6936ee982b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts22
  • buildtsc -p tsconfig.json
  • bump:versionnode scripts/bump-version.js
  • canonical-appsnode scripts/canonical-apps.js
  • checktsc -p tsconfig.json --noEmit
  • cinpm run build && npm run check && npm run test && npm run release:check
  • dist:checknode scripts/dist-drift-check.js
  • dogfood:releasenode scripts/dogfood-release.js
  • eval:replaytsc -p tsconfig.json && node test/multi-agent-eval-replay-harness-smoke.js
  • fixture-compatnode test/run-fixture-compat-smoke.js
  • forward-refnode scripts/forward-ref-docs.js
  • gen:manifestsnode scripts/gen-manifests.js
  • golden-pathnode scripts/golden-path.js
  • index:checknode scripts/sync-project-index.js --check
  • new:featurenode scripts/new-feature.js
  • parity:checknode scripts/parity-check.js --check
  • release:checknode scripts/release-check.js
  • sync:project-indexnode scripts/sync-project-index.js
  • testnode dist/cli.js list && node test/run-all.js
  • test:fastnpm run build --if-present && node dist/cli.js list && node test/run-all.js --concurrency auto
  • validate:schemanode scripts/validate-run-state-schema.js
  • verify:containernode scripts/verify-container-selfref.js
  • version:syncnode scripts/version-sync-check.js