PkgRadar

Package evidence

@newbase-clawchat/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
32
First published
Apr 2026
Publisher
newbase

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":["@newbase-clawchat/[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":["@newbase-clawchat/[email protected]"],"fail_on":"review"}'
Publishernewbase
Artifact bytes240,253
Previous version2026.5.12-26
Published2026-05-29T04:48:09.202Z
SHA-2563e61394cce2e2028b1b2790f377f0578d8fdaccb4084252f806f8cc49564e1c1

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
2026.5.12-29Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/scripts.test.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts11
  • buildtsc -p tsconfig.build.json
  • dev:openclaw-sourcetest -d tmp/openclaw || git clone --depth=1 https://github.com/openclaw/openclaw.git tmp/openclaw
  • prepacknpm run build
  • prepublishOnlynpm run typecheck
  • releasenpm run prepublishOnly && npm publish
  • testvitest
  • test:e2e:install-clawchat-pluginbash .e2e/run-install-clawchat-plugin-e2e.sh
  • test:e2e:install-clawchat-plugin:agentbash .e2e/run-install-clawchat-plugin-agent-e2e.sh
  • test:e2e:install-clawchat-plugin:agent:smokenode --test .e2e/run-install-clawchat-plugin-agent-e2e.test.mjs
  • test:e2e:install-clawchat-plugin:smokenode --test .e2e/run-install-clawchat-plugin-e2e.test.mjs
  • typechecktsc --noEmit
Dependencies1
  • @sinclair/typebox0.34.48