sc-principles
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements static code analysis using the Python
astmodule to evaluate code against software design principles such as KISS, SOLID, and Functional Purity. - [COMMAND_EXECUTION]: The skill executes
git statuslocally to identify changed files for analysis within the project scope. This is a standard operation for developer tools. - [COMMAND_EXECUTION]: The
mccabecomplexity checker is invoked viasubprocessas an optional module to provide cyclomatic complexity metrics. This is a legitimate integration with a well-known linting tool.
Audit Metadata