AATMF T6 — Training & Feedback Poisoning. Data poisoning, RLHF reward hacks, fine-tune-time exfil, embedding poisoning.
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./packages/decepticon/decepticon/skills/plugins/llm-redteam/t06-training-poisoning/SKILL.mdAttacks on the training pipeline rather than inference. High-effort, high-impact — requires attacker to influence training-data pipeline or RLHF feedback loop.
Inject malicious data into a public crawl that targets will scrape:
Scope: targets foundation models. Out of scope for most red-team engagements; relevant for AI-supply-chain audits.
Some platforms allow user-supplied fine-tune data:
Test: provide a small fine-tune sample w/ a trigger → check if the deployed fine-tuned model responds to it.
Where users vote on responses (thumbs up/down feeding back to training):
Detection: longitudinal monitoring of policy-compliance rate.
Where RAG store updates from user inputs (e.g. customer-support bot that "learns" from conversations):
This is RAG-store T12 territory but the poison-via-training-loop angle places it here.
T6 attacks are infrastructure-level — promptfoo doesn't test them directly. The right probe:
If any of these accepts unmoderated user content → T6 is a live risk.
| Outcome | Severity |
|---|---|
| Live foundation-model poisoning | Critical (rare — usually responsibly disclosed to provider) |
| Fine-tune backdoor in customer deployment | Critical 9.0 |
| RAG embedding poisoning at scale | Critical 9.0 |
| RLHF brigade drifting policy | High 8.0 (slow + reversible) |
4484f85
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.