PkgRadar

Package evidence

@coclaw/[email protected]

Credential file access: matched ".npmrc"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@coclaw/[email protected]"],"fail_on":"high"}'

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":["@coclaw/[email protected]"],"fail_on":"high"}'
Publisherxiao.huaxi
Artifact bytes158,464
Previous version0.22.2
Published2026-05-23T17:45:49.558Z
SHA-25614e1be243efd41cdb9aed6f305fdc6e78400450dc2012b3f633555feb7bd4e71

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

high
Last checked
highRisk
99Score
0.22.3Version
Status history (1 event)
  1. newavailable · risk high · score 99 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

xiao.huaxi

2 members · evidence strength 55

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/auto-upgrade/registry-fallback.jsmatched ".npmrc"30
highCredential file accesspackage/src/auto-upgrade/updater-check.jsmatched ".npmrc"30
highCredential file accesspackage/src/auto-upgrade/worker.jsmatched ".npmrc"30
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/auto-upgrade/registry-fallback.jsmatched ".npmrc"30
highCredential file accesspackage/src/auto-upgrade/updater-check.jsmatched ".npmrc"30
highCredential file accesspackage/src/auto-upgrade/worker.jsmatched ".npmrc"30
lowObfuscationpackage/src/device-identity.jsmatched "fromCharCode"3
lowObfuscationpackage/src/platform-info.jsmatched "\\x00"3
lowObfuscationpackage/src/topic-manager/title-gen.jsmatched "\\u300C"3

Manifest

Package metadata

Scripts16
  • buildecho 'No build step needed (pure ES modules)'
  • checkpnpm lint && pnpm typecheck
  • e2enode --test --test-concurrency=1 e2e/*.e2e.spec.js
  • install:npmbash ./scripts/install-npm.sh
  • linkbash ./scripts/link.sh
  • linteslint "**/*.{js,mjs,cjs}" --no-error-on-unmatched-pattern
  • releasebash ./scripts/release.sh
  • release:checkbash ./scripts/release-check.sh
  • release:prebash ./scripts/prerelease.sh
  • release:versionsnpm view @coclaw/openclaw-coclaw versions --json --registry=https://registry.npmjs.org/ && npm view @coclaw/openclaw-coclaw versions --json
  • testc8 --check-coverage --lines 100 --functions 100 --branches 95 --statements 100 --reporter=text --reporter=lcov bash -c 'for f in src/**/*.test.js src/*.test.js index.test.js; do node --test "$f" || exit 1; done'
  • test:pluginnode --test src/plugin-mode.test.js
  • typecheckecho "No typecheck configured yet (coclaw openclaw plugin)"
  • uninstall:npmbash ./scripts/uninstall-npm.sh
  • unlinkbash ./scripts/unlink.sh
  • verifypnpm check && pnpm test
Dependencies3
  • @coclaw/pion-node^0.4.0
  • werift^0.19.0
  • ws^8.19.0