Run Static Analysis
run_static_analysisRun local static analyzers to detect type errors and security vulnerabilities, returning structured findings for code review.
Instructions
Run local static analyzers (tsc and optional semgrep) and return structured findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Return a task ID and track analysis progress without blocking (default: false) | |
| options | No | ||
| background | No | Run static analysis without blocking the tool call (default: false) | |
| changed_files | No | Optional list of file paths to analyze |