PkgRadar

Package evidence

@praxis-ai/[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
11
Versions published
2
First published
May 2026
Publisher
proview_mathers

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":["@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"}'
Artifact bytes1,320,343
Previous versionnone
Published2026-05-19T03:20:22.228Z
SHA-25697c67060db53ee52d49e4f743560e0a51fb5a1fb9e9d6425bc4a7bea1397323d

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.1.0Version
Status history (1 event)
  1. newavailable · 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.mjs
  • buildnpm run clean && tsc -p tsconfig.build.json && node scripts/copy-dist-assets.mjs
  • chat:agentCorenode --import tsx scripts/agentCore_Agent_Test/agentcore_chat.ts
  • chat:agentCore:livenode --import tsx scripts/agentCore_Agent_Test/agentcore_chat.ts
  • chat:realtest:fullstacknode --import tsx scripts/agentCore_Agent_Test/agentcore_chat.ts --agent realtest/fullstack
  • chat:realtest:minimalnode --import tsx scripts/agentCore_Agent_Test/agentcore_chat.ts --agent realtest/minimal
  • cleannode scripts/clean-dist.mjs
  • lab:agentCore:toolsnode --import tsx scripts/agentCore_Agent_Test/agentcore_tool_lab.ts
  • pack:drynpm pack --dry-run --json
  • smoke:agentCorenode --import tsx scripts/agentCore_Agent_Test/agentcore_smoke.ts
  • tasks:agentCorenode tasks/scripts/agentcore_workflow.mjs
  • test:agentCorefind test/agentCore -type f -name '*.test.ts' -print0 | xargs -0 node --import tsx --test
  • test:agentCore:all-tools-matrixAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_all_tools_matrix.ts
  • test:agentCore:codebase-explore-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_codebase_explore_live_matrix.ts --dialogue
  • test:agentCore:codebase-explore-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_codebase_explore_live_matrix.ts
  • test:agentCore:computeruse-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_computeruse_live_matrix.ts --dialogue
  • test:agentCore:computeruse-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_computeruse_live_matrix.ts
  • test:agentCore:git-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_git_live_matrix.ts --dialogue
  • test:agentCore:git-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_git_live_matrix.ts
  • test:agentCore:liveAGENTCORE_LIVE_TEST=1 node --import tsx --test test/agentCore/agentCoreLiveSmoke.test.ts
  • test:agentCore:omni-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_omni_live_matrix.ts --dialogue
  • test:agentCore:omni-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_omni_live_matrix.ts
  • test:agentCore:shell-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_shell_live_matrix.ts --dialogue
  • test:agentCore:shell-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_shell_live_matrix.ts
  • test:agentCore:skill-dialogueAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_skill_live_matrix.ts --dialogue
  • test:agentCore:skill-liveAGENTCORE_LIVE_TEST=1 node --import tsx scripts/agentCore_Agent_Test/agentcore_skill_live_matrix.ts
  • typechecktsc -p tsconfig.json --noEmit