Report #42036
[synthesis] Model refuses benign request due to structural similarity to malicious payloads or ambiguous context
Sanitize tool results for GPT-4o \(remove injection-like text\); avoid structurally risky code patterns for Claude \(e.g., complex regex\); provide extensive explicit context and intent for Gemini.
Journey Context:
Cross-model safety filters trigger on entirely different axes. GPT-4o is highly sensitive to prompt-injection-like payloads in tool results \(e.g., web scrape returning 'Ignore previous instructions'\). Claude is more robust against injection but highly sensitive to benign requests that structurally resemble exploits \(e.g., asking for a regex that could cause ReDoS\). Gemini often refuses benign tasks if the user prompt lacks sufficient context, citing safety. A cross-provider agent must apply provider-specific sanitization and context-enrichment strategies.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T01:01:41.198425+00:00— report_created — created