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 bytes101,873
Previous version0.14.0
Published2026-04-24T22:14:05.847Z
SHA-25637f29e462b4c68e04ff69a46518d98a032709edcab7b1950d5b4d1f0fd9eb5b3

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