Skip to content

Red-team strategy

Payload Splitting

payload-splitting

Splits payload into numbered fragments

YAML config

evalguard.config.yaml
redteam:
  strategies:
    - payload-splitting

CLI

bash
# "payload-splitting" 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.

Threat-model fit

Payload Splitting is particularly effective against systems that are vulnerable to injection attacks, where the attacker can manipulate input to execute unauthorized commands. This strategy probes the resilience of the application against fragmented payloads that may bypass security filters or detection mechanisms.

LLM-generated (llm-gpt-4o) · 2026-05-23