code-cleanup
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation provides instructions for installing standard developer tools from official and well-known registries. Examples include installing
ruffandvulturevia pip (PyPI), andgoimports,gocyclo,golangci-lint, andstaticcheckviago installfrom their respective official repositories ongolang.organdgithub.com. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform repository analysis. It executes various CLI commands such asgrepto find TODO comments,git blameto determine code age, and language-specific linters/formatters likeruff,vulture, andgoimportsto identify technical debt. All modifications in the 'Fix' phase are gated by explicit user consent. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it ingests untrusted data from the repository's source code and comments.
- Ingestion points: Reads all source files (
.py,.go,.js, etc.) and specifically extracts text fromTODO,FIXME, andHACKcomments. - Boundary markers: The skill does not implement specific delimiters or 'ignore embedded instruction' markers when processing code content.
- Capability inventory: The skill has
WriteandBashcapabilities, which are used to apply fixes and run tests. - Sanitization: There is no specific sanitization of the file content before it is included in the markdown report, although the skill's logic treats the data as text for reporting rather than executable instructions.
Audit Metadata