PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":2,"publisher":"coolwhite","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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
315
Versions published
3
First published
Jun 2026
Publisher
coolwhite

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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 bytes532,207
Previous version0.1.79
Published2026-06-13T17:39:41.395Z
SHA-25664e3761f7c3df5a41690698247bb9f776ebc4710cbb133e197ef7861cfced2d8

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":2,"publisher":"coolwhite","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.80Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":2,"publisher":"coolwhite","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts23
  • 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:coveragenode dist/cli.js list && node scripts/coverage-gate.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