Red-team strategy
JSON/Code Wrapping
json-wrapWraps payload in JSON or code block to bypass text filters
YAML config
evalguard.config.yaml
redteam:
strategies:
- json-wrapCLI
bash
# "json-wrap" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategiesThreat-model fit
The JSON/Code Wrapping strategy effectively probes threat models focused on input validation and content filtering mechanisms. By encapsulating malicious payloads in JSON or code blocks, it seeks to evade detection by security systems that may not parse these formats correctly.
LLM-generated (llm-gpt-4o) · 2026-05-23