Skip to content

Red-team strategy

Document Delivery

document-delivery

Embeds the payload in document-format wrappers (PDF text object, RTF, OOXML, memo) to test document-ingestion attack surfaces

YAML config

evalguard.config.yaml
redteam:
  strategies:
    - document-delivery

CLI

bash
# "document-delivery" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategies
Combine with attack plugins to generate adversarial payloads. The strategy wraps each base payload before it's sent to your target, testing whether the model decodes / unwraps the transform and follows the embedded instruction.