scan_code
Scan source code to detect security vulnerabilities like SQL injection, XSS, and hardcoded secrets, then receive prioritized findings with remediation guidance.
Instructions
Scan source code for security vulnerabilities (SQL injection, XSS, command injection, path traversal) and hardcoded secrets/credentials. Returns a list of findings with severity, type, and remediation guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The source code to scan. | |
| engines | No | Optional list of engine names to use for this scan. | |
| language | No | Optional programming language hint. | |
| file_path | No | Optional file path for context in findings. |