venice-errors
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill describes a pattern for handling
ContentViolationError(422 status code) where the agent is instructed to retry a generation using asuggested_promptprovided within the API error response body. This creates an attack surface where an external source (the API response) can influence the agent's future instructions. - Ingestion points: The
suggested_promptfield in the JSON body of a 422ContentViolationErrorresponse, as described inSKILL.md. - Boundary markers: The instructions provide a mitigation by stating the agent should only retry with the suggested prompt "if the user consents," establishing a human-in-the-loop verification step.
- Capability inventory: The reference implementation (
callVenice) and surrounding instructions involve performing and retrying network-based generation requests with modified parameters. - Sanitization: No specific automated sanitization or filtering of the
suggested_promptcontent is mentioned.
Audit Metadata