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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 16 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/skills/pm-workflow/scripts/check.sh | matched "curl " | 12 |
| medium | Remote Payload | package/skills/pm-workflow/scripts/upgrade.sh | matched "curl " | 12 |
Manifest
Package metadata
Scripts15
api-snapshot:checknode ./scripts/api-snapshot.mjs checkapi-snapshot:updatenode ./scripts/api-snapshot.mjs updatebuildnpm run clean && node ./node_modules/typescript/bin/tsc -p tsconfig.build.jsoncheck-authnpm whoamicleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"docs:checknode ./scripts/cli/index.mjs docs checkpack-dry-runnode ./scripts/pack-dry-run.mjsprepare-publishnpm run typecheck && npm run build && npm run api-snapshot:check && npm run docs:checkprepublishOnlynpm run verify-releasesmokenode ./scripts/smoke-publish.mjstestnode 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.mjstest:coveragenode ./scripts/test-coverage.mjstest:e2e-headlessnode ./scripts/e2e-headless.mjstypechecknode ./node_modules/typescript/bin/tsc -p tsconfig.json --noEmitverify-releasenpm run prepare-publish && npm run test:coverage && npm run smoke && npm run pack-dry-run
Dependencies1
@opencode-ai/plugin^1.15.7