PkgRadar

Package evidence

[email protected]

Remote Payload: matched "invoke-webrequest"

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherbovin
Artifact bytes240,560
Previous version2.2.1
Published2026-05-22T11:38:23.462Z
SHA-256975e56b5afbaf1a67fa80d1eea728e47b4ddc2417ca9c8b67f727dd23a59afb9

Why flagged

What the scanner saw

Remote Payload: matched "invoke-webrequest"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/hooks/security-check.jsmatched "invoke-webrequest"12
mediumRemote Payloadpackage/templates/claude/settings.jsonmatched "curl "12

Manifest

Package metadata

Scripts16
  • audit:skillsnpm run build && tsx scripts/audit-skills.ts
  • buildnpm run clean && npm run typecheck && tsx scripts/build-dist.ts
  • build:openclawnpm run build && tsx scripts/openclaw/build.ts
  • check:openclaw-disttsx scripts/openclaw/verify-openclaw-dist.ts
  • check:skills-publishnpm run build && tsx scripts/check-skills-publish.ts
  • cleannode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})"
  • pack:allnpm test && npm run pack:openclaw && npm run pack:skills && npm run check:skills-publish
  • pack:openclawnpm run build:openclaw && npm run check:openclaw-dist && tsx scripts/openclaw/pack-openclaw.ts
  • pack:skillsnpm run build && tsx scripts/pack-skills.ts
  • prepacknpm run build
  • prepublishOnlynpm run sync:version && npm test
  • sync:versiontsx scripts/sync-version.ts
  • testnpm run build && node --import tsx --test tests/converters/codex-agents.test.ts tests/install/cli.test.ts tests/install/end-to-end.test.ts tests/install/update.test.ts tests/install/all-runtimes-dry.test.ts tests/install/metadata-consistency.test.ts tests/install/npm-pack.test.ts tests/install/skill-package.test.ts tests/install/sync-version.test.ts
  • typechecktsc --noEmit -p tsconfig.json
  • typecheck:openclawtsc --noEmit -p tsconfig.openclaw.json
  • versionnpm run sync:version && git add package.json package-lock.json .claude-plugin/plugin.json .claude-plugin/marketplace.json openclaw.plugin.json skills/metadata.json