effect-uai-auto-compaction
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection during the auto-compaction process. It takes existing conversation history (which can include untrusted user input) and passes it directly to an LLM with a summarization instruction. This could allow malicious content within the history to influence the agent's behavior during the summarization task.
- Ingestion points: Untrusted data enters the context via the
state.historyarray inSKILL.md. - Boundary markers: There are no boundary markers or 'ignore embedded instructions' warnings surrounding the history content when it is sent for summarization in the
streamTurncall. - Capability inventory: The skill performs network operations via
oai.streamTurnto communicate with an LLM provider as seen inSKILL.md. - Sanitization: The skill lacks sanitization, escaping, or validation of the history content before it is interpolated into the summarization prompt.
Audit Metadata