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 ast module to evaluate code against software design principles such as KISS, SOLID, and Functional Purity.
  • [COMMAND_EXECUTION]: The skill executes git status locally to identify changed files for analysis within the project scope. This is a standard operation for developer tools.
  • [COMMAND_EXECUTION]: The mccabe complexity checker is invoked via subprocess as an optional module to provide cyclomatic complexity metrics. This is a legitimate integration with a well-known linting tool.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 9, 2026, 12:33 PM