Gathering detailed insights and metrics for ssh-remote-port-forward
Gathering detailed insights and metrics for ssh-remote-port-forward
Gathering detailed insights and metrics for ssh-remote-port-forward
Gathering detailed insights and metrics for ssh-remote-port-forward
npm install ssh-remote-port-forward
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
15 Commits
1 Forks
2 Watching
1 Branches
1 Contributors
Updated on 23 Sept 2021
TypeScript (86.5%)
JavaScript (13.5%)
Cumulative downloads
Total Downloads
Last day
3.3%
86,131
Compared to previous day
Last week
4.3%
432,852
Compared to previous week
Last month
15.5%
1,803,731
Compared to previous month
Last year
66.9%
15,408,041
Compared to previous year
Allows the client to tunnel back to the host.
1npm install --save ssh-remote-port-forward
1import { 2 createSshConnection, 3 SshConnection, 4 ConnectConfig 5} from "ssh-remote-port-forward"; 6 7const connectConfig: ConnectConfig = { 8 host: "example", 9 port: "22", 10}; 11 12const sshConnection: SshConnection = await createSshConnection( 13 connectConfig 14); 15 16await sshConnection.remoteForward("localhost", 8000)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More