Agent can only fix dependencies automatically. Security/linting/testing/docs require LLM integration or human intervention.
Hardcoded credentials and API keys need environment variable replacement
Ruff warnings: unused imports, f-strings, unused variables
Missing tests for key modules
Functions missing docstrings
TODO placeholder docstrings and comments
Missing type annotations
SECURITY_AUDIT.md
ruff check --fix .
.env.example