Security Audit Code Snippets VS Code Extension
VS Code extension providing 250+ security-focused code snippets for DevSecOps engineers and security researchers. Covers SQL injection prevention patterns, XSS sanitization, CSRF token generation, JWT validation, bcrypt and Argon2 hashing, rate limiting middleware, input validation schemas, secrets management with environment variables, TLS configuration, CORS security headers, authentication flows, authorization middleware, encryption utilities, and security audit logging. Supports Python, Node.js, Go, Java, and Rust. Each snippet follows OWASP guidelines with security annotations. Includes snippet search by vulnerability type, CWE tagging, and CVSS severity indicators.
Features
Installation
From VS Code Marketplace
- Open VS Code
- Press
Ctrl+P (or Cmd+P on Mac)
- Type
ext install digitalforge.92c63f11
- Press Enter
From VSIX file
- Download the
.vsix file
- In VS Code:
Extensions > ··· > Install from VSIX
- Select the downloaded file
Usage
Press Ctrl+Shift+P and search for Security Audit Code Snippets VS Code Extension to see all available commands.
Keyboard shortcut: Ctrl+Shift+Alt+A (or Cmd+Shift+Alt+A on Mac)
Settings
| Setting |
Default |
Description |
92c63f11.enabled |
true |
Enable/disable the extension |
92c63f11.autoRun |
false |
Auto-run on file open |
92c63f11.logLevel |
"info" |
Log verbosity |
Requirements
Contributing
Found a bug? Open an issue.
License
MIT — see LICENSE for details.
| |