# Prompt Injection

> Published by **Knowledge Company** (knowledgecompany.ai).
> Canonical source: https://knowledgecompany.ai/dictionary/prompt-injection
> Markdown mirror, generated 2026-09-02. Cite the canonical URL.

Instructions hidden inside content an AI system reads, written to change what the system does rather than to inform it.

Risk

OWNER — AI Systems

LAST REVIEWED — 2026-09-02 19:07:16 UTC

[SOURCE — OWASP — Top 10 for Large Language Model Applications ↗](https://owasp.org/www-project-top-10-for-large-language-model-applications/)

## What it is

Prompt injection is instructions hidden inside content an AI system reads, written to change what the system does rather than to inform it. It is the first entry in OWASP's Top 10 for LLM applications. The indirect form is the one that matters for published content: the instruction is planted in a web page, document or review that the system retrieves in the ordinary course of answering.

## Why it matters

Any system that retrieves untrusted text can be steered by text inside it, and the defence is architectural rather than lexical — filtering for suspicious phrases fails because the attack space is the whole language. Treat retrieved content as data, never as instructions, and keep that boundary explicit in the system design. For a claim registry the specific exposure is that a third-party page could attempt to alter what an assistant reports about you. Knowledge Company treats every retrieved page as data, including the ones describing its own customers.

---

## Related documents in this mirror

- [Dictionary](https://llms.knowledgecompany.ai/dictionary.md)
- [Approved Claim](https://llms.knowledgecompany.ai/dictionary/approved-claim.md)
- [Source of Truth](https://llms.knowledgecompany.ai/dictionary/source-of-truth.md)
- [Knowledge Drift](https://llms.knowledgecompany.ai/dictionary/knowledge-drift.md)
- [Retrieval Boundary](https://llms.knowledgecompany.ai/dictionary/retrieval-boundary.md)
- [Claim Registry](https://llms.knowledgecompany.ai/dictionary/claim-registry.md)
- [Substantiation](https://llms.knowledgecompany.ai/dictionary/substantiation.md)
- [Claim Owner](https://llms.knowledgecompany.ai/dictionary/claim-owner.md)

*This document is the markdown mirror of https://knowledgecompany.ai/dictionary/prompt-injection, published by Knowledge Company -
a knowledge freshness platform that detects, verifies and updates outdated claims in company content.*

*Mirror index: https://llms.knowledgecompany.ai/index.md - Generated 2026-09-02*
