execute-chat
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests potentially untrusted data from chat history and local configuration files to guide its execution.
- Ingestion points: The protocol reads from the chat discussion in Step 0 and Step 1; it also reads local files like
meta/workflows/automated-testing/automated-testing-instructions.mdin Step 4 andmeta/workflows/execution/execution-instructions.mdin Step 7. - Capability inventory: The skill dispatches subagents to perform file modifications, executes "project-wide verification commands" in Step 4, and performs
git commitin Step 6. - Boundary markers: No explicit delimiters or "ignore embedded instructions" warnings are specified for the ingested content in the skill definition.
- Sanitization: The instructions do not specify any sanitization or validation for the inputs derived from chat or local files before they influence command execution or file writes.
- [COMMAND_EXECUTION]: The skill instructs the agent to run project-specific verification and execution commands.
- Evidence: Step 4 mentions running "every applicable project-wide verification command," and Step 7 involves following instructions from
execution-instructions.mdwhich typically includes shell commands. This behavior is expected for a developer-oriented skill but constitutes a capability that can be targeted by injection.
Audit Metadata