freehand
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied objectives and requirement refinements which are then directly interpolated into a high-level instruction template for a 'reviewer subagent'. This creates a vulnerability surface where a malicious user prompt could attempt to override the reviewer's instructions or behavior.
- Ingestion points: The
[original prompt]and[summary of results of grilling session]variables are injected into the reviewer subagent prompt inSKILL.md. - Boundary markers: None detected. There are no delimiters or 'ignore embedded instructions' warnings surrounding the user-controlled inputs.
- Capability inventory: The skill uses
Bashfor command execution,agent-browserfor web automation,gitfor branch management, andgithub-clifor pull request creation. - Sanitization: No evidence of sanitization, escaping, or validation of the input data before prompt interpolation.
- [DYNAMIC_EXECUTION]: As part of the review process, the subagent is instructed to 'Build and run the system with Bash' and 'invoke it with realistic inputs'. This involves the automated execution of code that was dynamically generated by the agent based on user prompts.
- [COMMAND_EXECUTION]: The skill utilizes shell commands (
git,gh,bash) to perform its primary functions, including repository management and pull request delivery. This is a standard capability for developer-oriented skills but represents a powerful execution environment.
Audit Metadata