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
12
Versions published
14
First published
Mar 2026
Publisher
cote-star

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"}'
Publishercote-star
Artifact bytes131,231
Previous version0.14.1
Published2026-06-03T20:18:48.793Z
SHA-2565b9a7db1452c789a362fae3951fc12b8874cecb95b347f2055203a00c00e54a6

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.16.0Version
Status history (2 events)
  1. availableavailable · risk low · score 0 · status available -> available, risk review -> low, score 5 -> 0
  2. newavailable · risk review · score 5 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • agent-context:buildnode scripts/agent_context/build.cjs
  • agent-context:check-freshnessnode scripts/agent_context/check_freshness.cjs
  • agent-context:initnode scripts/agent_context/init.cjs
  • agent-context:install-hooksnode scripts/agent_context/install_hooks.cjs
  • agent-context:rollbacknode scripts/agent_context/rollback.cjs
  • agent-context:sealnode scripts/agent_context/seal.cjs
  • agent-context:sync-mainnode scripts/agent_context/sync_main.cjs
  • checknpm run conformance && npm run check:readme && npm run check:package && npm run validate:schemas && npm run test:agent-context
  • check:packagebash scripts/check_package_contents.sh
  • check:readmebash scripts/check_readme_examples.sh
  • conformancebash scripts/conformance.sh
  • demo:agent-contextnode scripts/record_demo.js --input fixtures/demo/player-agent-context.html --output docs/demo-agent-context.webp --duration-ms 20000
  • demo:handoffnode scripts/record_demo.js --input fixtures/demo/player-handoff.html --output docs/demo-handoff.webp --duration-ms 20000
  • demo:setupnode scripts/record_demo.js --input fixtures/demo/player-setup.html --output docs/demo-setup.webp --duration-ms 20000
  • demo:statusnode scripts/record_demo.js --input fixtures/demo/player-status.html --output docs/demo-status.webp --duration-ms 21000
  • demo:trash-talknode scripts/record_demo.js --input fixtures/demo/player-trash-talk.html --output docs/demo-trash-talk.webp --duration-ms 17000
  • test:agent-contextbash scripts/test_agent_context.sh
  • validate:schemasbash scripts/validate_schemas.sh