PkgRadar

Package evidence

[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.

Weekly downloads
25
Versions published
10
First published
Apr 2026
Publisher
matthew-dean

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"}'
Publishermatthew-dean
Artifact bytes2,034,310
Previous version0.9.0
Published2026-06-15T18:37:52.783Z
SHA-256c122f624c59cc30290b1c67f389cb8b9bcec99601a3c4b119a05109521542693

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
5Score
0.10.0Version
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/dist/chunks/chunk-OACCWW4R.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts43
  • benchmarks:compare:hermespnpm build && node dist/cli.js benchmarks compare hermes --hermes-root .guildhall/dev-tools/hermes-agent
  • benchmarks:compare:hermes-app-explicitpnpm build && node scripts/compare-hermes-quality.mjs --mode app-explicit
  • benchmarks:compare:hermes-app-inferpnpm build && node scripts/compare-hermes-quality.mjs --mode app-infer
  • benchmarks:compare:hermes-qualitypnpm build && node scripts/compare-hermes-quality.mjs
  • benchmarks:smokepnpm build && node dist/cli.js benchmarks run lifecycle --fixture-set smoke --automation fully-automated && node dist/cli.js benchmarks run tblite --subset smoke --automation fully-automated && node dist/cli.js benchmarks run swe-local --subset smoke --automation fully-automated
  • buildpnpm build:ui && node ./build.mjs
  • build:macos-packagenode ./scripts/build-macos-package.mjs
  • build:uipnpm --filter @guildhall/ui build
  • cleanrm -rf dist
  • devnode ./build.mjs --watch
  • dev:hermes:installnode ./scripts/install-hermes-dev.mjs
  • dev:installnode ./scripts/dev-install.mjs
  • dev:uninstallnode ./scripts/dev-uninstall.mjs
  • docs:buildnpm run docs:check-copy && npm run docs:extract-help && vitepress build docs
  • docs:check-copynode scripts/check-public-copy-voice.mjs
  • docs:check-help-syncnode scripts/check-help-sync.mjs
  • docs:devnpm run docs:extract-help && vitepress dev docs
  • docs:extract-helppnpm docs:prepare-versions && node scripts/extract-help-topics.mjs
  • docs:prepare-versionsnode scripts/prepare-versioned-docs.mjs
  • docs:previewvitepress preview docs
  • lint:contractsnode scripts/contract-touch-detector.mjs
  • lint:data-layernode scripts/data-layer-guardrails.mjs
  • lint:depsdepcruise src
  • lint:designnode scripts/design-token-audit.mjs
  • lint:reductionsnode scripts/reduction-guardrails.mjs
  • memory:mastra:auditpnpm build && node dist/cli.js memory mastra-audit
  • memory:mastra:value-gatenode scripts/prototype-mastra-memory-value-gate.mjs
  • memory:migratenode scripts/migrations/0.8.0-project-state.mjs
  • model:bakeoffnode scripts/model-bakeoff.mjs
  • releasenode scripts/publish.mjs 0.10.0
  • …and 13 more.
Dependencies12
  • @hono/node-server^1.14.1
  • @inquirer/prompts^7.4.0
  • @mastra/core^1.41.0
  • @mastra/libsql^1.12.1
  • @mastra/memory^1.20.2
  • @modelcontextprotocol/sdk^1.19.0
  • hono^4.7.7
  • js-yaml^4.1.0
  • lucide-svelte~1.0.1
  • marked~18.0.2
  • yaml^2.6.1
  • zod^3.24.1