check_code
Detect OWASP Top 10 vulnerabilities, XSS, and SQL injection in code. Analyze JavaScript, Python, Go, and 8+ languages to identify insecure patterns and prevent security issues during development.
Instructions
Analyze code for security vulnerabilities (OWASP Top 10, XSS, SQL injection, insecure patterns). Use this when reviewing or writing code to catch security issues early.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code snippet to analyze | |
| language | Yes | Programming language of the code | |
| framework | No | Framework context (e.g. express, nextjs, fastapi, react, django) | |
| format | No | Output format: markdown (human) or json (machine-readable for agents) | markdown |