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
- 11
- Versions published
- 2
- First published
- May 2026
- Publisher
- proview_mathers
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":["@praxis-ai/[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":["@praxis-ai/[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 (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts27
agentCore:workflownode tasks/scripts/agentcore_workflow.mjsbuildnpm run clean && tsc -p tsconfig.build.json && node scripts/copy-dist-assets.mjschat:agentCorenode --import tsx scripts/agentCore_Agent_Test/agentcore_chat.tschat:agentCore:livenode --import tsx scripts/agentCore_Agent_Test/agentcore_chat.tschat:realtest:fullstacknode --import tsx scripts/agentCore_Agent_Test/agentcore_chat.ts --agent realtest/fullstackchat:realtest:minimalnode --import tsx scripts/agentCore_Agent_Test/agentcore_chat.ts --agent realtest/minimalcleannode scripts/clean-dist.mjslab:agentCore:toolsnode --import tsx scripts/agentCore_Agent_Test/agentcore_tool_lab.tspack:drynpm pack --dry-run --jsonsmoke:agentCorenode --import tsx scripts/agentCore_Agent_Test/agentcore_smoke.tstasks:agentCorenode tasks/scripts/agentcore_workflow.mjstest:agentCorefind test/agentCore -type f -name '*.test.ts' -print0 | xargs -0 node --import tsx --testtest:agentCore:all-tools-matrixAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_all_tools_matrix.tstest:agentCore:codebase-explore-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_codebase_explore_live_matrix.ts --dialoguetest:agentCore:codebase-explore-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_codebase_explore_live_matrix.tstest:agentCore:computeruse-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_computeruse_live_matrix.ts --dialoguetest:agentCore:computeruse-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_computeruse_live_matrix.tstest:agentCore:git-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_git_live_matrix.ts --dialoguetest:agentCore:git-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_git_live_matrix.tstest:agentCore:liveAGENTCORE_LIVE_TEST=1 node --import tsx --test test/agentCore/agentCoreLiveSmoke.test.tstest:agentCore:omni-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_omni_live_matrix.ts --dialoguetest:agentCore:omni-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_omni_live_matrix.tstest:agentCore:shell-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_shell_live_matrix.ts --dialoguetest:agentCore:shell-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_shell_live_matrix.tstest:agentCore:skill-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_skill_live_matrix.ts --dialoguetest:agentCore:skill-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_skill_live_matrix.tstypechecktsc -p tsconfig.json --noEmit