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.
vile
is a general purpose code quality tool for any language or
platform that statically analyzes your software project and its dependencies.
Along with its hosted service it provides a highly flexible platform for continuous software analysis that integrates directly into your CI process and development workflow.
The main library requires you at least have Node.js installed.
A simple install and setup:
cd my_project/
npm i vile
npx vile init
npx vile analyze
Please see docs.vile.io for more detailed info.
The core vile
package comes with a general set of plugins that support basic multi-language analysis.
To analyze your code further, such as tracking outdated RubyGems, plugging in your favourite linter, tracking code complexity, or checking for vulnerabilities, you need to install extra plugins first.
vile a
locally to analyze your code and print any issues or datavile a -u
on every build server commit to continuously analyze your codevile a -d -p lint-plugin my/file.ext
to run a plugin on a specific filevile a -d -e -p lint-plugin,security-plugin
to run certain lint checks during a buildAny contributions are welcome and appreciated!
Please see CONTRIBUTING for more info.
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
This project uses Semver.
For more info on why vile
was created checkout our post on Medium.
FAQs
A code quality tool for any language or platform.
The npm package vile receives a total of 6 weekly downloads. As such, vile popularity was classified as not popular.
We found that vile 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.