WealthFromAI's picture
FORGE-X: Upload source (92c63f11-vscode-extension.zip)
23b418c verified
|
Raw
History Blame Contribute Delete
1.77 kB
# 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
- Core functionality
## Installation
### From VS Code Marketplace
1. Open VS Code
2. Press `Ctrl+P` (or `Cmd+P` on Mac)
3. Type `ext install digitalforge.92c63f11`
4. Press Enter
### From VSIX file
1. Download the `.vsix` file
2. In VS Code: `Extensions > ··· > Install from VSIX`
3. 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
- VS Code 1.74.0 or higher
## Contributing
Found a bug? [Open an issue](https://github.com/digitalforge/92c63f11/issues).
## License
MIT — see [LICENSE](LICENSE) for details.