PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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
861
Versions published
14Established · −30% score
First published
Oct 2025
Publisher
bvisible

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"}'
Publisherbvisible
Artifact bytes1,720,773
Previous version3.5.0
Published2026-05-26T20:53:51.261Z
SHA-256a9800bd24a4da2e599b374a306ec440969807c75adeaaffeabcc8a37e5a6e106

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.hooks-config.jsonmatched "curl "12
mediumCredential file accesspackage/src/index.jsmatched ".ssh"10
mediumCredential file accesspackage/src/logger.jsmatched ".ssh"10
mediumCredential file accesspackage/src/profile-loader.jsmatched ".ssh"10
mediumCredential file accesspackage/src/ssh-key-manager.jsmatched ".ssh"10
mediumCredential file accesspackage/src/tool-config-manager.jsmatched ".ssh"10
Show all 14 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.hooks-config.jsonmatched "curl "12
mediumCredential file accesspackage/src/index.jsmatched ".ssh"10
mediumCredential file accesspackage/src/logger.jsmatched ".ssh"10
mediumCredential file accesspackage/src/profile-loader.jsmatched ".ssh"10
mediumCredential file accesspackage/src/ssh-key-manager.jsmatched ".ssh"10
mediumCredential file accesspackage/src/tool-config-manager.jsmatched ".ssh"10
lowCredential file accesspackage/cli/build.shmatched ".ssh"5
lowCredential file accesspackage/cli/lib/config.shmatched ".ssh"5
lowCredential file accesspackage/cli/install.shmatched ".ssh"5
lowCredential file accesspackage/cli/lib/menu.shmatched ".ssh"5
lowCredential file accesspackage/cli/migrate.shmatched ".ssh"5
lowCredential file accesspackage/cli/commands/server.shmatched ".ssh"5
lowCredential file accesspackage/cli/commands/tools.shmatched ".ssh"5
lowCredential file accesspackage/.claude/settings.local.jsonmatched ".ssh"3

Manifest

Package metadata

Scripts15
  • configurepython tools/server-manager.py
  • formatprettier --write 'src/**/*.js' 'tests/**/*.js'
  • linteslint src/*.js
  • setupnpm install && pip install -r tools/requirements.txt
  • startnode src/index.js
  • testnpm run test:profiles && npm run test:aliases && npm run test:hooks && npm run test:tools && npm run test:policy && npm run test:ping
  • test-connectionpython tools/test-connection.py
  • test:aliasesnode tests/test-command-aliases.js
  • test:allnpm test && ./scripts/validate.sh
  • test:hooksnode tests/test-hooks.js
  • test:pingnode tests/test-ssh-ping.js
  • test:policynode tests/test-policy.js
  • test:profilesnode tests/test-profiles.js
  • test:toolsnode tests/test-tool-registry.js
  • validate./scripts/validate.sh
Dependencies6
  • @iarna/toml^2.2.5
  • @modelcontextprotocol/sdk^1.17.2
  • dotenv^16.4.5
  • ssh2^1.17.0
  • uuid^11.1.0
  • zod^3.25.76