refactor-code
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill defines a rigorous process for code refactoring with a focus on safety, reversibility, and verification through characterization tests.
- [COMMAND_EXECUTION]: The skill utilizes the standard Elixir build tool
mixto execute tests (mix test). This behavior is expected and necessary for the stated goal of verifying that refactoring steps do not break existing functionality. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes code and documentation files.
- Ingestion points: External Elixir source files and project documentation.
- Boundary markers: Absent.
- Capability inventory: Shell command execution via
mix testand file system write access (documented inSKILL.md). - Sanitization: Absent.
Audit Metadata