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,422Niche · −30% score
Versions published
20
First published
May 2026
Publisher
nickcao

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"}'
Publishernickcao
Artifact bytes84,418
Previous version0.2.2
Published2026-06-05T04:38:19.038Z
SHA-2563b4d9214819729ddf6ebc76447f0a3e857242726667aa7ec93da33b2fc4cb68e

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildtsc && node scripts/postbuild.mjs
  • eval:routestsx evals/scripts/route-compare.ts
  • linttsc --noEmit && tsc --noEmit -p tsconfig.test.json
  • prepublishOnlynpm run lint && npm run test && npm run build && npm run schema:lint
  • schema:lintajv compile --strict=true -c ajv-formats -s composer.config.schema.json && ajv validate --strict=false -c ajv-formats -s composer.config.schema.json -d composer.config.json && ajv compile --strict=true -s plugin.schema.json && ajv validate --strict=true -s plugin.schema.json -d 'plugin/*/plugin.json'
  • starttsx src/index.ts
  • testvitest run
  • test:allnpm run test && npm run test:hooks && npm run test:scripts
  • test:hooksbash tests/hooks/run.sh
  • test:scriptsbash tests/scripts/run.sh
  • test:watchvitest
  • typechecktsc --noEmit && tsc --noEmit -p tsconfig.test.json
  • usagenpx -y ccusage daily
Dependencies4
  • @anthropic-ai/sdk^0.98.0
  • @modelcontextprotocol/sdk^1.29.0
  • dotenv^17.4.2
  • zod^4.4.3