AC Code Validator Validate code against quality standards and style guidelines. Purpose Performs static analysis, linting, type checking, and style validation to ensure code meets quality standards before integration. Quick Start Validation Types Linting Type Checking Formatting Security Scan Validation Result Configuration Auto-Fix Support Language Support | Language | Lint | Types | Format | Security | |----------|------|-------|--------|----------| | Python | ruff/flake8 | mypy | black | bandit | | TypeScript | eslint | tsc | prettier | npm audit | | JavaScript | eslint | - | prettier | np…