PkgRadar

Package evidence

@walke/[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
436
Versions published
51
First published
Apr 2026
Publisher
walke

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":["@walke/[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":["@walke/[email protected]"],"fail_on":"review"}'
Publisherwalke
Artifact bytes242,319
Previous version1.1.1
Published2026-06-09T13:10:13.816Z
SHA-25617efb24d6abc58044ee859d937193c66db6c89d76886bb438777f8e6448d50fa

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • api-snapshot:checknode ./scripts/api-snapshot.mjs check
  • api-snapshot:updatenode ./scripts/api-snapshot.mjs update
  • buildnpm run clean && node ./node_modules/typescript/bin/tsc -p tsconfig.build.json
  • check-authnpm whoami
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • docs:checknode ./scripts/cli/index.mjs docs check
  • pack-dry-runnode ./scripts/pack-dry-run.mjs
  • prepare-publishnpm run typecheck && npm run build && npm run api-snapshot:check && npm run docs:check
  • prepublishOnlynpm run verify-release
  • smokenode ./scripts/smoke-publish.mjs
  • testnode test/workflow-redesign.test.mjs && node test/dispatch-quality-loop.test.mjs && node test/model-inventory.test.mjs && node test/command-lane-analysis.test.mjs && node test/mode-aware-dispatch.test.mjs && node test/topology-summary.test.mjs && node test/fallback-runtime.test.mjs && node test/agent-stats.test.mjs && node test/auto-continue.test.mjs && node test/hooks-health.test.mjs && node test/permission-task-routing.test.mjs && node test/cli.test.mjs && node test/report.test.mjs && node test/agent-library.test.mjs && node test/api-snapshot.test.mjs && node test/agent-registry.test.mjs && node test/agent-theme.test.mjs && node test/skill-installer.test.mjs && node test/skill-scripts.test.mjs && node test/runtime-project-dir.test.mjs
  • test:coveragenode ./scripts/test-coverage.mjs
  • test:e2e-headlessnode ./scripts/e2e-headless.mjs
  • typechecknode ./node_modules/typescript/bin/tsc -p tsconfig.json --noEmit
  • verify-releasenpm run prepare-publish && npm run test:coverage && npm run smoke && npm run pack-dry-run
Dependencies1
  • @opencode-ai/plugin^1.15.7