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.
- Versions published
- 4
- First published
- Mar 2026
- Publisher
- yalejian
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":["@vclaw/[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":["@vclaw/[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
Scripts14
buildnode ./node_modules/typescript/bin/tsc -p tsconfig.build.jsonbuild:testnode ./node_modules/typescript/bin/tsc -p tsconfig.test.jsoncheck:openclaw-metanode ./scripts/check-openclaw-meta.mjsdebug:linkdoodnode ./scripts/debug-linkdood.mjsdev:catalog:installnode ./scripts/sync-dev-catalog.mjsdev:catalog:removenode ./scripts/sync-dev-catalog.mjs --removedev:catalog:writenode ./scripts/sync-dev-catalog.mjs --output ./.openclaw-dev/catalog.jsondev:linkopenclaw plugins install -l .prepacknpm run test && npm run sync:openclaw-meta && npm run check:openclaw-meta && npm run buildrelease:checknpm run test && npm run sync:openclaw-meta && npm run check:openclaw-meta && npm run build && npm_config_cache=./.npm-cache npm pack --dry-run --ignore-scriptssync:openclaw-metanode ./scripts/sync-openclaw-meta.mjstestnpm run test:unit && npm run test:e2etest:e2enpm run build:test && node --test tests/e2e/**/*.test.mjstest:unitnpm run build:test && node --test .test-dist/tests/accounts.test.js .test-dist/tests/auth.test.js .test-dist/tests/monitor.test.js .test-dist/tests/status.test.js .test-dist/tests/setup.test.js .test-dist/tests/setup-entry.test.js .test-dist/tests/actions.test.js .test-dist/tests/security.test.js .test-dist/tests/inbound.test.js .test-dist/tests/messaging.test.js
Dependencies1
ws^8.19.0