Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@escape.tech/escape-js
Advanced tools
A CLI tool for automatically building OpenAPI descriptions and assess route testing coverage directly from local testing environment !
npm install -g @escape.tech/cli
The CLI needs to access the following information in order to work properly
These information can easily be provided by using the escape init
command
escape init
You will see the following prompter
escape | Escape CLI is up-to-date, happy fuzzing !
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\ \ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /::\ \ /::\ \ /::\ \
/::\:\__/\:\:\__/:/\:\__/::\:\__/::\:\__/::\:\__\
\:\:\/ \:\:\/__\:\ \/__\/\::/ \/\::/ \:\:\/ /
\:\/ / \::/ / \:\__\ /:/ / \/__/ \:\/ /
\/__/ \/__/ \/__/ \/__/ \/__/
? What test runner do you use for this project : Mocha
? What http library do you use for this project : Express
? Please enter the escape key url for the project : http://api.escape.tech/someKey
This command writes the configuration parameters you entered in .escaperc.json
file at the root of your project. This file will be read by the CLI for further usage.
HTTP lib / Test Framework | Jest v26.xx.xx | Mocha v8.xx.xx | Jasmine |
---|---|---|---|
ExpressJS v4.xx.xx | cover supported, discover supported | cover supported, discover supported | Not supported yet |
KoaJS v2.xx.xx | cover supported, discover supported | cover supported, discover supported | Not supported yet |
KoaJS v2.xx.xx | cover supported, discover supported | cover supported, discover supported | Not supported yet |
The CLI is used as a prefix for launching test commands :
⚠️ Launching commands using npm is not fully supported yet ! ⚠️
⚠️ Launching commands after a transformer (babel-node/ts-node) is not fully supported yet ! ⚠️
# Example with Grunt (Mocha test runner)
escape discover grunt validate
escape cover grunt validate
# Tests will be executed using Escape's patches
# Example with Jest
escape discover jest --forceExit --detectOpenHandles .
FAQs
Escape CLI tool for running a route detection
The npm package @escape.tech/escape-js receives a total of 0 weekly downloads. As such, @escape.tech/escape-js popularity was classified as not popular.
We found that @escape.tech/escape-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.