refactor
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were identified in the skill instructions or supporting scripts.
- [COMMAND_EXECUTION]: The skill instructions direct the agent to execute standard development tools including
go test,pytest,go vet, andvulture. These executions are scoped to the project environment and are necessary for the skill's primary function of verifying refactoring steps. - [DATA_EXPOSURE]: The skill accesses project source files to perform analysis and transformation. It also writes transformation summaries to a local
.agents/refactor/directory. These operations are restricted to the local workspace and do not involve access to sensitive system credentials or configurations. - [PROMPT_INJECTION]: The skill processes source code and comments which could theoretically contain malicious instructions. However, the workflow enforces atomic, behavioral-preserving transformations and continuous testing, which significantly limits the risk of indirect prompt injection.
Audit Metadata