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 monitoringNo 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"}'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
Status history (2 events)
- available → available · risk low · score 0 · status available -> available, risk review -> low, score 5 -> 0
- new → available · 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.cjsagent-context:check-freshnessnode scripts/agent_context/check_freshness.cjsagent-context:initnode scripts/agent_context/init.cjsagent-context:install-hooksnode scripts/agent_context/install_hooks.cjsagent-context:rollbacknode scripts/agent_context/rollback.cjsagent-context:sealnode scripts/agent_context/seal.cjsagent-context:sync-mainnode scripts/agent_context/sync_main.cjschecknpm run conformance && npm run check:readme && npm run check:package && npm run validate:schemas && npm run test:agent-contextcheck:packagebash scripts/check_package_contents.shcheck:readmebash scripts/check_readme_examples.shconformancebash scripts/conformance.shdemo:agent-contextnode scripts/record_demo.js --input fixtures/demo/player-agent-context.html --output docs/demo-agent-context.webp --duration-ms 20000demo:handoffnode scripts/record_demo.js --input fixtures/demo/player-handoff.html --output docs/demo-handoff.webp --duration-ms 20000demo:setupnode scripts/record_demo.js --input fixtures/demo/player-setup.html --output docs/demo-setup.webp --duration-ms 20000demo:statusnode scripts/record_demo.js --input fixtures/demo/player-status.html --output docs/demo-status.webp --duration-ms 21000demo:trash-talknode scripts/record_demo.js --input fixtures/demo/player-trash-talk.html --output docs/demo-trash-talk.webp --duration-ms 17000test:agent-contextbash scripts/test_agent_context.shvalidate:schemasbash scripts/validate_schemas.sh