Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>mauditNew to Visual Studio Code? Get it now.
maudit

maudit

m4yfly

|
1,225 installs
| (0) | Free
Simple source code security audit helper
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Maduit

Simple source code security audit helper

简体中文 | English

Usages

image-20200312214824131

Features

  • Analyze open workspaces
  • View results as native Visual Studio Code information
  • See annotations for relevant source code for each issue

Installation

From the Visual Studio Marketplace

Install maduit from the Visual Studio Marketplace within the Extensions tab of Visual Studio Code.

From source

git clone https://github.com/m4yfly/vscode-maudit.git
cd vscode-maudit
npm i
npm install -g vsce
vsce package

maudit-x.x.x.vsix will be created.

Install the VSIX file in Visual Studio through Extensions, under the ... menu.

Getting Started

After installing the extension, simply open a workspace containing any php/java/python files. The extension will activate, revealing the Maduit logo on the action bar. Click it to reveal a new container with a results explorer. Hovering over the explorer tree will reveal buttons on the top title bar which can be used to run Maduit and delete results.

Thanks

  • slither-vscode
  • cobra
  • seay
  • kiwi

License

AGPL-3.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft