llm-security-spans-training-and-inference-surfaces

IN derived (depth 1)

Created 2026-06-21T10:10:04+00:00 · Reviewed 2026-06-21T14:41:08+00:00

LLM security threats operate across both training time (deliberate data poisoning via grooming) and inference time (prompt injection), requiring defense at multiple pipeline stages rather than a single chokepoint.

Summary

The key takeaway is that securing a large language model is not a one-gate problem: an adversary can bias what the model learns before it ships by flooding public data with targeted content, and then manipulate it again after deployment through crafted user inputs. That means a system needs layered defenses spanning the entire pipeline rather than relying on a single checkpoint to catch every threat.

Justifications

SL — Two independent attack vectors targeting different pipeline stages establish a dual-surface threat model

Antecedents (all must be IN):

Dependents

These beliefs depend on this one: