scan_code
Scan source code for security vulnerabilities such as SQLi, XSS, and command injection. Receive ranked findings with severity, CWE, and OWASP tags by sending code inline.
Instructions
Statically scan a source file for security vulnerabilities using TASIE. Returns ranked findings (SQLi, command injection, SSTI, XSS, path traversal, deserialization, and ~90 more classes) with severity, CWE and OWASP tags. Send the code inline — no files need to exist on the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Full source code to scan | |
| filename | No | Filename (drives language/framework detection, e.g. app.py) | app.py |