refactor-backend-06-dependency-guard
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns were detected. The skill performs architectural governance through static analysis and template-based code generation. All refactoring operations are governed by deterministic rules (DEP-1 through DEP-6) that ensure code behavior is preserved.
- [COMMAND_EXECUTION]: The skill executes local scripts and build tools (e.g.,
node scripts/checklist.mjsand Maven/Gradle commands) to verify project structure and build integrity. These operations are essential to the skill's purpose and are conducted within the local development environment. - [DATA_EXPOSURE]: The skill reads project build files (
pom.xml,settings.gradle) and source code to map the architecture. This access is limited to the project being refactored and is necessary for detecting the module layout and class dependencies.
Audit Metadata