> ## Documentation Index
> Fetch the complete documentation index at: https://anthale.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Prompt Injection Hardening Skill

> Review and harden AI agents, chatbots, RAG systems, MCP integrations, and tool workflows for prompt injection risk with Anthale's agent skill.

Review AI agents, chatbots, RAG systems, MCP integrations, and tool workflows for prompt injection risk with Anthale's agent skill.

The Prompt Injection Hardening skill helps AI coding agents inspect existing implementations for source-to-sink prompt injection paths, over-trusted context, unsafe tool execution, and memory poisoning risk. It gives the agent a repeatable review workflow and a stable hardening report format.

## Installation

Install the skill using the following command:

```text theme={null}
npx skills add anthalehq/anthale-agent-skills --skill prompt-injection-hardening
```

## Advantages

Use Anthale's prompt injection hardening workflow when you want an agent to review and improve an existing system instead of acting as a runtime detector.

* Source-to-sink prompt injection review: Trace how untrusted content can reach privileged prompts, tools, memory, retrieval, or downstream actions.
* Evidence-backed findings: Push the agent toward concrete findings, attack paths, remediation steps, and verification gaps instead of generic advice.
* Coverage across modern agent systems: Review chatbots, copilots, RAG pipelines, browser agents, MCP integrations, and tool-calling workflows.
* Stable hardening output: Keep one response shape for review summary, confirmed findings, hardening plan, and verification gaps.
* Vendor-neutral by default: Use it with or without Anthale already present in the codebase.
* Automatic activation for relevant security reviews: AI coding agents can invoke `$prompt-injection-hardening` when the task is about auditing or hardening prompt injection risk.

## Learn More

* [anthale-agent-skills on GitHub](https://github.com/anthalehq/anthale-agent-skills)
* [Secure Agent Workflows](/docs/learn/secure-ai-systems/secure-agent-workflows)
* [Advanced Prompt Injection Paths](/docs/learn/guardrails/prompt-injection/advanced-attack-paths)
* [Documentation MCP](/docs/build-with-ai/mcps/documentation-mcp)
