PkgRadar

Package evidence

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

Versions published
4
First published
Mar 2026
Publisher
yalejian

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":["@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 bytes92,653
Previous version0.1.2
Published2026-06-12T03:22:28.286Z
SHA-256b0b4f756a0939e1f734d902d626a29279d330071e27b8108b364e61335a11ef8

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
12Score
0.1.3Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/src/http/media-resolver.jsmatched "curl "12

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
Dependencies7
  • @vrv-platform/linkdood-sdkfile:./packages/linkdood-sdk
  • mammoth^1.12.0
  • pdfjs-dist^4.9.155
  • socket.io-client^4.8.3
  • tesseract.js^7.0.0
  • ws^8.20.0
  • xlsx^0.18.5