PkgRadar

Package evidence

@yan162/[email protected]

Credential file access: matched ".ssh/"

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
2
First published
May 2026
Publisher
yan162

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":["@yan162/[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":["@yan162/[email protected]"],"fail_on":"review"}'
Publisheryan162
Artifact bytes1,877,321
Previous versionnone
Published2026-05-11T08:50:14.904Z
SHA-256d56c0d99d2518d141f4b3d9b5e18e2b6f93baca24b9d2d3fef348e2d434225c0

Why flagged

What the scanner saw

Credential file access: matched ".ssh/"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/agent/openclaw-hybrid-audit-changeway.jsmatched ".ssh/"10

Manifest

Package metadata

Scripts10
  • buildcd gateway && npm run build && cd .. && tsc && node scripts/build-copy.js
  • gatewayog-gateway
  • package:offlinebash ./scripts/build-offline-archive.sh
  • prepublish:checknode ./scripts/prepublish-check.js
  • prepublishOnlynpm run prepublish:check
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • typecheck:plugintsc --noEmit -p tsconfig.plugin.json
  • update:localbash ./scripts/update-local-plugin.sh
Dependencies2
  • @libsql/client^0.14.0
  • node-machine-id^1.1.12
Optional dependencies2
  • mysql2^3.11.5
  • pg^8.13.1