← Home

@mazhu/sshmgr

SSH connection manager CLI - manage multiple SSH connections with one-click connect

2
Versions
MIT
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures gitHead linked

Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

mazhu

Keywords

sshclimanagerconnection

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:ssh-key-access AI (semgrep): SSH manager CLI legitimately reads user-supplied key paths; accessing ~/.ssh/id_rsa is core functionality, not credential theft. ai
semgrep semgrep:base64-decode AI (semgrep): Base64 decode is part of a local XOR encryption/decryption routine for stored credentials, not payload obfuscation. ai

Versions (showing 2 of 2)

Version Deps Published
1.0.1 6 / 0
1.0.0 6 / 0

v1.0.1

2 findings
HIGH ssh-key-access: src/index.js:51 semgrep

Accessing SSH keys — strong indicator of credential theft 49 | { type: 'input', name: 'passphrase', message: 'Passphrase (empty if none):', default: '' } 50 | ]); > 51 | privateKey = keyAns.privateKey || '~/.ssh/id_rsa'; 52 | passphrase = keyAns.passphrase || ''; 53 | }

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.0.0

2 findings
HIGH ssh-key-access: src/index.js:51 semgrep

Accessing SSH keys — strong indicator of credential theft 49 | { type: 'input', name: 'passphrase', message: 'Passphrase (empty if none):', default: '' } 50 | ]); > 51 | privateKey = keyAns.privateKey || '~/.ssh/id_rsa'; 52 | passphrase = keyAns.passphrase || ''; 53 | }

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.