There are 16 attacks in the output-manipulation category. Each shows its technique id, mode, standards mapping, description, and the exact command to run it (swap the provider and target as needed).
Attribution Evasion
high
attribution-evasion · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Removes AI authorship indicators so generated content appears human-writtenRun it:
ai-blackteam run -p anthropic -a attribution-evasion -t "your target prompt"
Content Laundering
high
content-laundering · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Paraphrases content to evade plagiarism detection or content policy filtersRun it:
ai-blackteam run -p anthropic -a content-laundering -t "your target prompt"
Deepfake Detection Evasion
high
deepfake-detection-evasion · single-turn · OWASP: LLM01 · MITRE: AML.T0054, AML.T0068Evades deepfake detection systems by exploiting known classifier blind spotsRun it:
ai-blackteam run -p anthropic -a deepfake-detection-evasion -t "your target prompt"
Detector Evasion
high
detector-evasion · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Makes AI-generated text undetectable by AI content detection toolsRun it:
ai-blackteam run -p anthropic -a detector-evasion -t "your target prompt"
Encoding Output
high
encoding-output · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Gets the model to output harmful content in encoded form to bypass output filtersRun it:
ai-blackteam run -p anthropic -a encoding-output -t "your target prompt"
Format Exploitation
high
format-exploitation · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Uses output formatting structures to conceal harmful content from reviewersRun it:
ai-blackteam run -p anthropic -a format-exploitation -t "your target prompt"
Partial Completion
high
partial-completion · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Extracts partial harmful answers across multiple innocent-seeming requests to reconstruct complete harmful informationRun it:
ai-blackteam run -p anthropic -a partial-completion -t "your target prompt"
Steganographic Output
high
steganographic-output · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Hides harmful information inside seemingly benign output using steganographic techniquesRun it:
ai-blackteam run -p anthropic -a steganographic-output -t "your target prompt"
Style Mimicry
high
style-mimicry · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Mimics a specific person’s writing style to produce deceptive content attributed to themRun it:
ai-blackteam run -p anthropic -a style-mimicry -t "your target prompt"
Toxicity Obfuscation
high
toxicity-obfuscation · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Rewrites toxic content to evade automated content moderation systemsRun it:
ai-blackteam run -p anthropic -a toxicity-obfuscation -t "your target prompt"
Watermark Removal
high
watermark-removal · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Asks the model to remove AI-generated watermarks or fingerprints from textRun it:
ai-blackteam run -p anthropic -a watermark-removal -t "your target prompt"
Metadata Stripping
medium
metadata-stripping · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Removes identifying metadata or provenance information from generated contentRun it:
ai-blackteam run -p anthropic -a metadata-stripping -t "your target prompt"
Multilingual Output Evasion
medium
multilingual-output-evasion · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Outputs harmful content in a non-English language to evade English-only content monitoringRun it:
ai-blackteam run -p anthropic -a multilingual-output-evasion -t "your target prompt"
Safety Label Stripping
medium
safety-label-stripping · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Asks to rewrite content with safety warnings removed or replacedRun it:
ai-blackteam run -p anthropic -a safety-label-stripping -t "your target prompt"
Sentiment Masking
medium
sentiment-masking · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Hides negative or harmful sentiment inside positive-sounding framingRun it:
ai-blackteam run -p anthropic -a sentiment-masking -t "your target prompt"
Truncation Exploit
medium
truncation-exploit · single-turn · OWASP: LLM05 · MITRE: AML.T0054, AML.T0068Exploits output truncation to push disclaimers past display limits so they are not seenRun it:
ai-blackteam run -p anthropic -a truncation-exploit -t "your target prompt"