PkgRadar

Package evidence

@vclaw/[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.

Versions published
4
First published
Mar 2026
Publisher
yalejian

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":["@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"}'
Publisheryalejian
Artifact bytes57,513
Previous version0.1.0
Published2026-03-27T09:59:50.066Z
SHA-2563ef3c5cb6ae71925d8a8ce98cf5d5fc3568d0891387fe0ebd8d0f3a4af3709c0

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.1Version
Status history (1 event)
  1. newavailable · 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.json
  • build:testnode ./node_modules/typescript/bin/tsc -p tsconfig.test.json
  • check:openclaw-metanode ./scripts/check-openclaw-meta.mjs
  • debug:linkdoodnode ./scripts/debug-linkdood.mjs
  • dev:catalog:installnode ./scripts/sync-dev-catalog.mjs
  • dev:catalog:removenode ./scripts/sync-dev-catalog.mjs --remove
  • dev:catalog:writenode ./scripts/sync-dev-catalog.mjs --output ./.openclaw-dev/catalog.json
  • dev:linkopenclaw plugins install -l .
  • prepacknpm run test && npm run sync:openclaw-meta && npm run check:openclaw-meta && npm run build
  • release: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-scripts
  • sync:openclaw-metanode ./scripts/sync-openclaw-meta.mjs
  • testnpm run test:unit && npm run test:e2e
  • test:e2enpm run build:test && node --test tests/e2e/**/*.test.mjs
  • test: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