Installations
npm install ssh-agent-js
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
8.16.0
NPM Version
6.4.1
Score
64.6
Supply Chain
72.7
Quality
75.5
Maintenance
100
Vulnerability
99.1
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
131
Download Statistics
Total Downloads
5,161
Last Day
13
Last Week
47
Last Month
73
Last Year
365
GitHub Statistics
5 Stars
46 Commits
3 Forks
3 Watching
1 Branches
1 Contributors
Package Meta Information
Latest Version
2.0.4
Package Id
ssh-agent-js@2.0.4
Unpacked Size
9.91 kB
Size
3.94 kB
File Count
9
NPM Version
6.4.1
Node Version
8.16.0
Total Downloads
Cumulative downloads
Total Downloads
5,161
Last day
225%
13
Compared to previous day
Last week
147.4%
47
Compared to previous week
Last month
461.5%
73
Compared to previous month
Last year
7.4%
365
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Motivation
A pure js drop-in replacement for ssh-agent. This agent is a replacement for the ssh-agent program. This package includes both a "server" and "client" API. This library implements the official agent protocol and is compatible with all ssh clients (ssh & putty)
Client API
new Agent(socket)
await agent.list_keys();
await agent.add_key( privateKey [, alias]);
await agent.remove_key( pubkey || alias || fingerprint);
await agent.remove_all_keys();
await agent.sign( alias || fingerprint, message);
Credits
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2025-02-03
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