simplify-code
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
git diff,git blame, and grep tools to analyze the local codebase. These are standard developer tools used for their intended purpose within the scope of code review. - [PRIVILEGE_ESCALATION]: Analysis shows no attempts to acquire root or administrator privileges; all operations are performed within the user's standard environment and git context.
- [DATA_EXFILTRATION]: No network operations or external data transmissions were detected. The skill operates entirely on the local file system and repository.
- [REMOTE_CODE_EXECUTION]: The skill does not download or execute external scripts. It leverages internal subagents (delegation) and standard local development tools (linter, tests) provided by the host environment.
- [SAFE_PRACTICE]: The instructions explicitly require human review for 'RISKY' tier changes (behavior-changing refactors) and implement safety checks like running tests and linters after applying modifications.
Audit Metadata