llm-indirect-prompt-injection

llm-indirect-prompt-injection is a skill for Claude Code from akashrpatil/awesome-offensive-security-skills. It costs 91 tokens per session (2,896 once invoked), scanned A, a copy of llm-indirect-prompt-injection, Apache-2.0.

A security-testing guide for indirect prompt injection, where harmful instructions are hidden in websites, emails, documents, database records, or other content that an AI later reads. The attack comes through external content rather than the user’s direct message.

In plain words
What is it for?
Assessing web summarizers, email and document assistants, AI search tools, content-analysis systems, and multi-agent workflows.
Why use it?
It helps reveal whether an AI assistant treats untrusted material as instructions and then produces unsafe results or takes unwanted actions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is - [`_shared/references/elite-chaining-strategy.md`](../_shared/references/elite-chaining-strategy.md) — Exploit chaining methodology and high-payout chain patte.

Part of the cyberskills-elite plugin — 191 skills shipped together

Good fit Assessing web summarizers, email and document assistants, AI search tools, content-analysis systems, and multi-agent workflows.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/akashrpatil/awesome-offensive-security-skills
agentmods
npx agentmods add skills/akashrpatil/awesome-offensive-security-skills/llm-indirect-prompt-injection

Made for: Claude Code.

Or install cyberskills-elite, the plugin that ships this one along with the rest of its 191 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for llm-indirect-prompt-injection

README.md
[![agentmods](https://agentmods.dev/badge/skills/akashrpatil/awesome-offensive-security-skills/llm-indirect-prompt-injection/github.svg)](https://agentmods.dev/skills/akashrpatil/awesome-offensive-security-skills/llm-indirect-prompt-injection)
Your own site
<a href="https://agentmods.dev/skills/akashrpatil/awesome-offensive-security-skills/llm-indirect-prompt-injection"><img src="https://agentmods.dev/badge/skills/akashrpatil/awesome-offensive-security-skills/llm-indirect-prompt-injection/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for llm-indirect-prompt-injection

Your own site · 80×15
<a href="https://agentmods.dev/skills/akashrpatil/awesome-offensive-security-skills/llm-indirect-prompt-injection"><img src="https://agentmods.dev/badge/skills/akashrpatil/awesome-offensive-security-skills/llm-indirect-prompt-injection.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,896 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Sonnet 5 · 7 Sept 2026 📄 Read the review
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.02896
Opus 5 $0.00046 $0.01448
Sonnet 5 $0.00018 $0.00579
Haiku 4.5 $0.00009 $0.00290

Measured 12d ago against content hash 0a4016d711e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

llm-indirect-prompt-injection scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/process.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to llm-indirect-prompt-injection — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/ai-red-teaming/llm-attacks/llm-indirect-prompt-injection/SKILL.md · 343 lines

How it starts

The opening of the file, as written. The whole thing — 343 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LLM Indirect Prompt Injection

When to Use

  • When LLM-integrated apps process external content (web pages, emails, documents)
  • When AI assistants summarize or analyze user-generated content
  • When AI tools ingest third-party data sources
  • When testing AI-powered search, summarization, or analysis features
  • When assessing multi-agent systems where agents process each other's outputs

Prerequisites

  • Access to target AI/ML system or local model deployment for testing
  • Python 3.9+ with relevant ML libraries (transformers, torch, openai)
  • Understanding of LLM architecture and prompt processing pipelines
  • Authorized scope and rules of engagement for AI red team testing

Workflow

Phase 1: Identify Injection Surfaces

# Indirect injection surfaces — where external data enters the LLM context:

INJECTION_SURFACES = {
    "web_content": {
        "description": "LLM browses/summarizes web pages",
        "injection_point": "Place malicious instructions in web page text",
        "examples": [
            "AI search agent summarizes web results",
            "Chatbot reads URLs shared by users",
            "Content moderation AI reviews web pages",
        ]
    },
    "email_processing": {
        "description": "LLM reads/processes emails",
        "injection_point": "Embed instructions in email body/subject",
        "examples": [
            "AI email assistant that summarizes inbox",
            "AI that drafts replies to emails",
            "AI that categorizes support tickets from email",
        ]
    },
    "user_generated_content": {
        "description": "LLM processes user profiles, reviews, comments",
        "injection_point": "Place malicious text in user-controlled fields",
        "examples": [
            "AI that summarizes product reviews",
            "AI that reads user profiles/bios",
            "AI that processes forum posts",
        ]
    },
    "document_processing": {
        "description": "LLM reads uploaded documents (PDF, DOCX, etc.)",
        "injection_point": "Embed instructions in document text",
        "examples": [
            "AI document analyzer/summarizer",
            "AI-powered resume screener",
            "AI contract review tool",
        ]
    },
    "database_records": {
        "description": "LLM queries and processes database content",
        "injection_point": "Store malicious text in database fields",
        "examples": [
            "AI customer support reading ticket history",
            "AI analytics querying user data",
            "AI assistant accessing CRM records",
        ]
    },
    "api_responses": {
        "description": "LLM processes responses from external APIs",
        "injection_point": "Compromise API to inject malicious responses",
        "examples": [
            "AI agent calling external APIs for information",
            "AI that processes webhook payloads",
            "AI financial assistant reading market data APIs",
        ]
    }
}

Read the full file on GitHub · 343 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 343 lines · 91 tokens per session scan E 0a4016d711e2

Subscribe to this mod's changes

llm-indirect-prompt-injection is a skill published in the GitHub repository akashrpatil/awesome-offensive-security-skills (5 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 91 tokens to every session and 2,896 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to llm-indirect-prompt-injection, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

llm-indirect-prompt-injection

Test for indirect prompt injection vulnerabilities where malicious instructions are injected through external data sources (websites, emails, documents, database records) that the LLM processes. Use this skill when assessing LLM-integrated applications that process user-generated content, retrieve web pages, parse…

ShulkwiSEC/bb-huge · 91 tokens

llm-direct-prompt-injection

Test Large Language Models for direct prompt injection vulnerabilities where user input overrides system instructions, extracts system prompts, bypasses safety filters, or causes unauthorized actions. Use this skill when assessing chatbots, AI assistants, LLM-powered tools, or any application that processes natural…

ShulkwiSEC/bb-huge · 90 tokens

data-extraction-training-data

Execute sophisticated Data Extraction and Privacy Leakage attacks explicitly against Large Language Models (LLMs) to natively force the neural network entirely into organically regurgitating exact, verbatim strings of Highly Confidential Personally Identifiable Information (PII), proprietary source code, or…

ShulkwiSEC/bb-huge · 74 tokens

data-poisoning-and-backdoors

Simulate supply chain and adversarial machine learning attacks by injecting poisoned data or targeted backdoors into training and fine-tuning datasets. Use this skill when assessing the integrity controls of MLOps pipelines or evaluating the resilience of AI models against highly targeted, stealthy manipulation…

ShulkwiSEC/bb-huge · 71 tokens

ai-data-poisoning-model-skewing

Identify and simulate Data Poisoning attacks aimed at degrading or skewing an AI model's accuracy. This skill focuses on Adversarial Machine Learning concepts where attackers inject malicious or mislabelled data points into training or fine-tuning datasets (e.g., feedback loops) to bias the AI.

ShulkwiSEC/bb-huge · 70 tokens

indirect-prompt-injection

Execute Indirect Prompt Injection attacks against Large Language Models (LLMs) by subtly embedding malicious instructions within external data sources (e.g., websites, documents, databases) that the LLM autonomously ingests. This forces the model to execute attacker-controlled commands under the guise of processing…

ShulkwiSEC/bb-huge · 70 tokens