Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
hull-connector-tester
Advanced tools
This is a cli utility which runs multiple [checks](./src/checks) on the connector code base to make sure it complies with official Hull Connector standards.
This is a cli utility which runs multiple checks on the connector code base to make sure it complies with official Hull Connector standards.
When any of the check fails the command exits with error code to fail CI job. The main goal of the tool is to easily enforce specific best standards across wide connectors code base.
You can think of it as code quality check tool, maybe we will even have badges/shields (as http://shields.io/) in future :)
All official Hull connectors run latest version of hull-connector-tester
on each CI build.
This is how the Circle CI configuration file (.circleci/config.yml
) last step looks like:
- run: npm i --no-save --no-cache hull-connector-tester@latest && ./node_modules/.bin/hull-connector-tester
To manually test the Connector code base, the tool should be installed globally and run in connector directory:
cd hull-connector-name/
npm i -g --no-cache hull-connector-tester@latest && hull-connector-tester
Please review all files in src/checks directory. Each function perform one check and the purpose is descibed in the docblock.
true
in case of success or string
in case of error with the error messageFAQs
This is a cli utility which runs multiple [checks](./src/checks) on the connector code base to make sure it complies with official Hull Connector standards.
The npm package hull-connector-tester receives a total of 2 weekly downloads. As such, hull-connector-tester popularity was classified as not popular.
We found that hull-connector-tester demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.