cleanup-types
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Executes local system commands including
grepfor pattern matching, and language-specific tools liketsc,mypy,go build, andcargo checkfor verification. These operations are standard for development workflows and consistent with the skill's primary purpose. - [DATA_EXPOSURE_AND_EXFILTRATION]: Reads local source code files to extract type definitions. The skill writes analysis results to a local report directory and does not exhibit any network exfiltration behavior or access to sensitive system configuration files.
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data (source code) to generate consolidation reports and modify type definitions.
- Ingestion points: Reads source files with extensions .ts, .tsx, .py, .go, and .rs using
grep(defined in SKILL.md). - Boundary markers: None identified in the generated report format.
- Capability inventory: File reading (
grep), file writing/modification (type consolidation), and command execution (build/type-check tools) as defined in SKILL.md. - Sanitization: No explicit sanitization or escaping of extracted type definitions is mentioned before report generation or consolidation.
Audit Metadata