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
6,800Niche · −30% score
Versions published
129
First published
May 2026
Publisher
benking007

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherbenking007
Artifact bytes3,001,281
Previous version1.2.139
Published2026-06-04T04:45:16.945Z
SHA-256aeeaf1c23ccc70fd14a1630e074e13226c8d4220c065de5e73d0fe87ade421f6

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
3Score
1.2.140Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/core/sensitive-paths.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts10
  • buildnpm run build:spa && rm -rf dist && tsc && cp -r src/web/public dist/web/public && mkdir -p dist/core/skills && cp -r src/core/skills/builtin dist/core/skills/builtin && chmod +x dist/cli.js
  • build:spacd src/web-app && npm run build && cd ../.. && rm -rf src/web/public/assets && cp -r src/web-app/dist/assets src/web/public/assets && cp src/web-app/dist/index.html src/web/public/index.html && cp src/web-app/dist/manifest.webmanifest src/web/public/manifest.webmanifest && cp src/web-app/dist/favicon.svg src/web/public/favicon.svg
  • devtsc --watch
  • formatbiome format . --write
  • lintbiome lint src/cli.ts src/index.ts src/cli-ui src/core src/plugins src/scripts src/utils src/web/server.ts src/web/viewer-render.ts test
  • prepublishOnlynpm run build
  • startnode dist/cli.js
  • testbun test --path-ignore-patterns='**/web-app/**'
  • test:coveragebun test --coverage --path-ignore-patterns='**/web-app/**'
  • typechecktsc --noEmit && tsc --noEmit -p tsconfig.test.json
Dependencies19
  • @inquirer/prompts^8.4.3
  • @larksuiteoapi/node-sdk^1.59.0
  • @modelcontextprotocol/sdk^1.29.0
  • @types/nodemailer^8.0.0
  • better-sqlite3^12.9.0
  • commander^11.0.0
  • dingtalk-stream^2.1.5
  • discord.js^14.26.3
  • grammy^1.41.1
  • ink^5.2.0
  • ink-text-input^6.0.0
  • marked^17.0.5
  • nodemailer^8.0.7
  • pino^10.3.1
  • pino-pretty^13.1.3
  • qrcode^1.5.4
  • react^18.3.1
  • ws^8.20.0
  • zod^4.4.1
Optional dependencies1
  • @xenova/transformers^2.17.2