pwn-ai-redteam-vectorandembeddingweaknesses

pwn-ai-redteam-vectorandembeddingweaknesses is a skill for Claude Code from 0dayInc/pwn. It costs 32 tokens per session (385 once invoked), scanned A, original, MIT.

A security-testing module for vector stores and embedding pipelines. Vector stores hold searchable numeric representations of content, while embeddings are those representations; the module checks for data leaks, poisoned caches, and harmful documents.

In plain words
What is it for?
Use it to scan vector-search and embedding systems for inversion, tenant-bleed, cache-poisoning, and blocker-document issues.
Why use it?
It helps find weaknesses that could expose one customer’s data to another or corrupt an AI system’s search data.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to scan vector-search and embedding systems for inversion, tenant-bleed, cache-poisoning, and blocker-document issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0dayinc/pwn/vector_and_embedding_weaknesses
View source ↗ 0dayInc/pwn
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 0dayInc/pwn --skill vector_and_embedding_weaknesses
Clone the repo
git clone --depth 1 https://github.com/0dayInc/pwn

Made for: Claude Code.

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 pwn-ai-redteam-vectorandembeddingweaknesses

README.md
[![agentmods](https://agentmods.dev/badge/skills/0dayinc/pwn/vector_and_embedding_weaknesses/github.svg)](https://agentmods.dev/skills/0dayinc/pwn/vector_and_embedding_weaknesses)
Your own site
<a href="https://agentmods.dev/skills/0dayinc/pwn/vector_and_embedding_weaknesses"><img src="https://agentmods.dev/badge/skills/0dayinc/pwn/vector_and_embedding_weaknesses/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 pwn-ai-redteam-vectorandembeddingweaknesses

Your own site · 80×15
<a href="https://agentmods.dev/skills/0dayinc/pwn/vector_and_embedding_weaknesses"><img src="https://agentmods.dev/badge/skills/0dayinc/pwn/vector_and_embedding_weaknesses.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00032 $0.00385
Opus 5 $0.00016 $0.00192
Sonnet 5 $0.00006 $0.00077
Haiku 4.5 $0.00003 $0.00038

Measured 7d ago against content hash 78c8fadc118f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pwn-ai-redteam-vectorandembeddingweaknesses 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 7d ago.

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.

etc/default_skills/pwn/ai/red_team/vector_and_embedding_weaknesses/SKILL.md · 54 lines

What it actually says

PWN::AI::RedTeam::VectorAndEmbeddingWeaknesses

AI RedTeam Module used to test vector stores and embedding pipelines for inversion, tenant bleed, cache poison, and blocker documents (OWASP LLM09:2026).

When to use

Call PWN::AI::RedTeam::VectorAndEmbeddingWeaknesses from pwn_eval when the task needs this module. Do not reimplement it in shell.

Methodologies

Generated from pwn/ai/red_team/vector_and_embedding_weaknesses.rb. Prefer the public class methods below. Class methods take (opts = {}) and read opts.

How to call

PWN::AI::RedTeam::VectorAndEmbeddingWeaknesses.help
PWN::AI::RedTeam::VectorAndEmbeddingWeaknesses.scan(opts)

Public methods

  • scan
  • security_references
  • authors
  • help

References

  • references/security.md — CWE / NIST mapping
  • references/urls.md — URLs from source

Source

pwn/ai/red_team/vector_and_embedding_weaknesses.rb

Verification

PWN::AI::RedTeam::VectorAndEmbeddingWeaknesses.respond_to?(:scan) after the module is loaded. Read the source for parameter names.

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. 7d ago First seen · 54 lines · 32 tokens per session scan A 78c8fadc118f

Subscribe to this mod's changes

pwn-ai-redteam-vectorandembeddingweaknesses is a skill published in the GitHub repository 0dayInc/pwn (81 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 385 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

llm-security

Use for authorized security assessment of LLM applications and AI agents, including prompt injection, tool abuse, RAG exposure, memory poisoning, and model supply-chain risks.

xAmirHamza77/ReverseOps-Skill · 37 tokens

similarity-search-patterns

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

foryourhealth111-pixel/Vibe-Skills · 30 tokens

ssti

Server-Side Template Injection — fingerprint the engine first (Jinja2 / Twig / Velocity / Freemarker / ERB / Smarty / Mako / Handlebars / Pug), then escalate the engine-specific primitive to RCE or sandbox escape. Use when user input is reflected through a template engine…

PentesterFlow/agent · 99 tokens

swmm-rag-memory

Retrieve relevant Agentic SWMM modeling memory from audited runs, modeling-memory summaries, and Obsidian-compatible notes at query time. Use when a user asks for RAG, similar past runs, evidence-linked memory retrieval, historical QA/failure patterns, or memory-grounded answers.

Zhonghao1995/agentic-swmm-workflow · 62 tokens

context-ranking

Rank an existing set of context chunks by relevance, diversity, freshness, and utility. Use when retrieval has already produced candidates that must be scored or reranked; use context-retrieval when the source corpus still needs to be searched.

seb1n/awesome-ai-agent-skills · 50 tokens

hybrid-search-implementation

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

RudyCity/superagent · 35 tokens