**Command:** `security:scan [path]`
/plugin marketplace add nguyenthienthanh/aura-frog/plugin install aura-frog@aurafrogsecurity/# Command: security:scan **Command:** `security:scan [path]` **Agent:** security-expert **Version:** 1.0.0 --- ## 🎯 Purpose Static code security analysis to detect vulnerabilities, insecure patterns, and hardcoded secrets. --- ## 📋 Usage --- ## 🔧 Execution Steps ### Step 1: Static Analysis **Tools by language:** - **Node.js:** ESLint security plugins, Semgrep - **Python:** Bandit - **PHP:** PHPCS security rules - **Go:** gosec **Checks:** - SQL injection risks - XSS vulnerabilities - Command injection - Path traversal - Insecure crypto - Hardcoded credentials ### Step 2: Se...