CodeAuditor is a Visual Studio Code extension which helps auditors to take notes and categorize issues during a source code audit.
- Take audit notes without modifying the source code.
- Toggle Issues status.
- Issue explorer with status filter.
- Explorer view to track audit progress.
- Import issues from static analysis reports (Semgrep & Slither).
- Functionality to exclude files and folders from the audit scope.
- Generate issue and reference reports.
Method 1: By Visual Studio Market Place and click Install
.
Method 2: Inside the VS Code extensions section, search for CodeAuditor
and click Install
.
Method 3 (UI):
- Download last release.
- Inside the VS Code extensions section, open options (three dots) and select
Install from VSIX
.
Method 4 (Manual):
- Download last release.
- Open Terminal and install the extension by running
code --install-extension "code-auditor-0.x.x.vsix"
.