conversation-to-html
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data (git diffs and conversation history) and interpolates it into a structured HTML template.
- Ingestion points:
SKILL.mdinstructions specify reading content from the current context, including "Recent code changes / git diff" and "Discussion / decisions". - Boundary markers: The skill mentions escaping HTML special characters (
<,>,&) which helps prevent HTML injection but does not prevent the agent from being influenced by natural language instructions within the diff or discussion. - Capability inventory: The skill uses
opento launch a browser and writes to the local file system (/tmp/). - Sanitization: Escaping of HTML entities is specified for diff lines, but no further validation of conversation context is mentioned.
- [COMMAND_EXECUTION]: The skill utilizes shell commands to facilitate its workflow.
- Evidence:
SKILL.mdinstructs the agent to usedate +%sfor timestamps and theopencommand to display the generated file to the user.
Audit Metadata