PkgRadar

Package evidence

@walke/[email protected]

Remote Payload: matched "curl "

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
2,933Niche · −30% score
Versions published
48
First published
Apr 2026
Publisher
walke

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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 bytes228,706
Previous version1.0.1
Published2026-05-27T18:50:06.974Z
SHA-256ecbb2cec39b3b848cc95f8a138a15408c0caa744f756ccf7e9c3fb1a413fb880

Why flagged

What the scanner saw

Remote Payload: matched "curl "

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
16Score
1.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 16 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/skills/pm-workflow/scripts/check.shmatched "curl "12
mediumRemote Payloadpackage/skills/pm-workflow/scripts/upgrade.shmatched "curl "12

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/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