boy-scout
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because it reads and processes external source code files during cleanup operations.
- Ingestion points: Local files identified via
git diffor user specification inSKILL.md. - Boundary markers: Absent; the skill does not use specific delimiters or instructions to isolate file content from the agent's execution context.
- Capability inventory: The skill utilizes file modification capabilities for code cleanup and command execution for running test suites.
- Sanitization: Absent; source code content is processed directly without specific validation or filtering.
- [COMMAND_EXECUTION]: The skill uses shell commands for project introspection and verification.
- Evidence: The workflow in
SKILL.mdinvolves executinggit diffto identify modified files and running user-defined test suites to verify the safety of logic refactoring in Tier 2.
Audit Metadata