Happier Coder Happier Coder is a VS Code extension designed to assist developers in enhancing the security of their code by analyzing it for vulnerabilities, such as SQL injection and cross-site scripting (XSS). It recommends best practices for writing secure code, making your development process safer and more efficient. Features: SQL Injection Analysis: Detect potential SQL injection vulnerabilities and receive suggestions for secure coding practices. Cross-Site Scripting (XSS) Detection: Identify XSS vulnerabilities and get recommendations to mitigate them. Cloak and Reveal API Keys: Manage your API keys securely by cloaking and revealing them as needed. Commands To check sql injection , use the following command: Copy code command :happier-coder.happycoder Available Commands: Cloak API Keys: Command: happier-coder.cloak Title: "Cloak API Keys" Reveal API Keys: Command: happier-coder.reveal Title: "Reveal API Keys" Detect Cross-Site Scripting: Command: happier-coder.detectXSS Title: "Detect Cross-Site Scripting" Installation Install the extension from the VS Code Marketplace. Use the command palette (Ctrl+Shift+P) to access the commands provided by Happier Coder. Version Version: 0.0.1 Publisher Publisher: Sahil Pradhan |