atlas_self_validator
Validates code, suggestions, or solutions before presenting them, checking for syntax errors, logic flaws, security issues, edge cases, and providing confidence scoring.
Instructions
Validates code, suggestions, or solutions before presenting them. Checks for syntax errors, logic flaws, security issues, edge cases, and provides confidence scoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code to validate | |
| context | No | Additional context about what the code should do | |
| language | No | Programming language (typescript, javascript, python, etc.) | |
| checkTypes | No | Types of validation to perform (default: all) |