Skip to main content

Topic: LLM Security

213 articles in this topic.

LLM security is a systems problem that spans model behavior, agent tooling, and data pipelines. Effective hardening requires understanding how attacks emerge across prompt inputs, external tools, retrieval connectors, and post-processing layers.

This topic tracks jailbreak strategies, poisoning methods, alignment bypass techniques, and concrete mitigation patterns. The goal is to separate research hype from operational reality by summarizing what attacks actually transfer, what defenses degrade gracefully, and where high-risk blind spots remain.

This page is maintained as a high-signal index for LLM Security. Use it to follow newer articles first, then branch into adjacent topics and defensive patterns that repeatedly appear across projects and paper reviews.

Related Topics

What You Will Find Here

  • Related directions: Adversarial ML, Agent Security, AI Safety.
  • Start with: Agent Security Needs Redefinition through a Holistic Framework and AI Security Digest — July 28, 2026.
  • Use this page as a hub for internal links when publishing future posts in the same area.

Not All Agent Topologies Leak Equally: Structure, Language, and Privacy in LLM Multi-Agent Systems

Our KCC 2026 study extends the AgentLeak benchmark to three network topologies and two languages, and finds that decentralized peer-to-peer agent networks leak about 21.5% more private data than other structures, that internal agent-to-agent messages leak far more than final outputs, and that Korean prompts leak 8.7% more than English.

·Research Paper·8 min readLLM SecurityAgent SecurityPrivacy