PkgRadar

Package evidence

@hanna84/[email protected]

Credential file access: matched ".ssh"

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":["@hanna84/[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":["@hanna84/[email protected]"],"fail_on":"high"}'
Publisherhanna.r
Artifact bytes205,372
Previous version3.18.0
Published2026-05-23T20:27:52.909Z
SHA-256abe2edd54a9ea00aa83037f08d9a1d57ef15f0326aed48e09a567571344f0b66

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

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

hanna.r

3 members · evidence strength 65

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/scripts/setup-openclaw-env.shmatched ".ssh"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/scripts/setup-openclaw-env.shmatched ".ssh"30
lowObfuscationpackage/src/review-bundles/review-bundles-planner.jsmatched "\\x00"3
lowObfuscationpackage/src/sync/scrivener-direct.jsmatched "\\u0300"3
lowObfuscationpackage/src/scripts/generate-tool-docs.mjsmatched "\\u2019"3

Manifest

Package metadata

Scripts22
  • check:docsnpm run docs && git diff --exit-code -- docs/agents/tools.md
  • check:prnpm run check:static && npm test
  • check:staticnpm run lint && npm run guard:legacy-root-imports && npm run guard:docker-docs && npm run check:docs
  • docsnode src/scripts/generate-tool-docs.mjs
  • guard:docker-docsnode src/scripts/check-docker-docs.mjs
  • guard:legacy-root-importsnode src/scripts/check-legacy-root-imports.mjs
  • linteslint *.js eslint-rules src/index.js src/core src/review-bundles src/runtime src/setup src/scripts src/structure src/styleguide src/sync src/tools src/workflows src/world
  • lint:metadatanode src/scripts/lint-metadata.mjs
  • manual:merge-beta-testnode src/scripts/manual/run_mcp_test.js
  • manual:realtestnode src/scripts/manual-scrivener-realtest.mjs
  • manual:review-bundlenode src/scripts/manual/run_create_review_bundle.js
  • manual:scenariosnode src/scripts/manual/test-scenarios.mjs
  • manual:testnode src/scripts/manual/test.mjs
  • new:entitynode src/scripts/new-world-entity.js
  • normalize:scene-charactersnode --experimental-sqlite src/scripts/normalize-scene-characters.mjs
  • releaserelease-it
  • setup:openclaw-envsh src/scripts/setup-openclaw-env.sh
  • startnode --experimental-sqlite index.js
  • sync:server-json-versionnode src/scripts/sync-server-json-version.mjs
  • testnpm run test:unit && npm run test:integration
  • test:integrationnode --experimental-sqlite --test --test-concurrency=1 src/test/integration/*.test.mjs
  • test:unitnode --experimental-sqlite --test src/test/unit/*.test.mjs
Dependencies6
  • @modelcontextprotocol/sdk^1.29.0
  • @xmldom/xmldom^0.9.10
  • gray-matter^4.0.3
  • js-yaml^4.1.1
  • pdfkit^0.18.0
  • zod^4.4.3