llm-security-requires-defense-across-three-independent-surfaces

IN derived (depth 3)

Created 2026-06-21T10:12:39+00:00 · Reviewed 2026-06-21T14:41:08+00:00

LLM security threats operate across three independent attack surfaces requiring distinct defenses: training data poisoning (deliberate grooming of web content), architectural prompt sensitivity (40%+ accuracy shifts from formatting, instruction-input confusion), and inference-time injection — and the architectural vulnerabilities are fundamental, not solvable by engineering or scale.

Summary

Protecting a large language model from attack cannot be reduced to a single filter or checkpoint, because the threats come from at least three separate directions—corrupted training data, the model's own sensitivity to how instructions are formatted, and live prompt injection—and the two architectural problems are baked into the model's design rather than fixable by throwing more compute or data at it. In practice, this means a secure system must layer independent defenses at every stage of the pipeline, because no single engineering choice closes all the gaps.

Justifications

SL — Training/inference security (depth-1) combined with architectural vulnerability analysis (depth-2) reveals three distinct, irreducible surfaces

Antecedents (all must be IN):

  • IN llm-security-spans-training-and-inference-surfaces — 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.
  • IN prompt-vulnerability-is-dual-architectural-limitation — Both prompt sensitivity (40%+ accuracy shifts from formatting) and prompt injection (inability to distinguish instructions from input) appear to be intrinsic architectural properties of instruction-following LLMs that resist improvement through scaling alone. Both phenomena may share a common factor in the model's lack of formal prompt structure parsing, though the antecedents establish each independently rather than proving a unified root cause.

Dependents

These beliefs depend on this one: