code-style
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- Standard Linting and Formatting Utilities: The skill incorporates instructions for
black,flake8, andmypy, which are widely recognized tools for improving code readability and catching common errors. - Project-Specific Configuration: It references configuration settings from
pyproject.toml, tailoring the behavior of the linting tools to the project's specific requirements, such as line length limits and type ignore rules. - Local Code Interaction: The provided commands focus on analyzing and modifying local source files within the project repository to maintain high development standards.
Audit Metadata