legacy-modernizer
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a 'LegacyCodeAnalyzer' in
references/system-assessment.mdthat usessubprocess.runto executegit log. This is used to perform 'hotspot analysis' by identifying frequently changed files, which is a standard and safe practice for technical debt assessment. - [DATA_EXPOSURE]: The analysis tools in
references/system-assessment.mdread local source code files to calculate metrics such as lines of code, cyclomatic complexity (via function length), and dependency maps. These operations are performed locally and no network transmission of the analyzed data is attempted. - [REMOTE_CODE_EXECUTION]: While the skill references external libraries such as
pytest,approvaltests, andmutmutfor testing purposes, it does not perform any unverified remote script execution or dynamic code evaluation from untrusted sources. - [PROMPT_INJECTION]: The skill processes codebase content which constitutes an indirect prompt injection surface. However, the analysis is limited to static structure (using the
astmodule) and regex-based pattern matching, which are resilient to instruction injection within the code being analyzed.
Audit Metadata