owasp-ai-testing

owasp-ai-testing is a skill for Claude Code, Codex from mastepanoski/claude-skills. It costs 43 tokens per session (2,259 once invoked), scanned A, original, MIT.

A testing guide for checking whether AI systems are trustworthy. It follows the OWASP AI Testing Guide, a practical standard for examining issues such as unfair results, made-up answers, poor security, and unreliable data.

In plain words
What is it for?
It is for running 32 tests across an AI system’s application, model, infrastructure, and data layers. You can use it to prepare repeatable test suites, assess controls, and gather evidence for audits.
Why use it?
It helps you test AI systems systematically instead of relying only on traditional security checks or ad hoc examples. It also provides remediation guidance when a test exposes a problem.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for running 32 tests across an AI system’s application, model, infrastructure, and data layers. You can use it to prepare repeatable test suites, assess controls, and gather evidence for audits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mastepanoski/claude-skills/owasp-ai-testing
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 mastepanoski/claude-skills --skill owasp-ai-testing
Clone the repo
git clone --depth 1 https://github.com/mastepanoski/claude-skills

Made for: Claude Code, Codex.

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 owasp-ai-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/mastepanoski/claude-skills/owasp-ai-testing/github.svg)](https://agentmods.dev/skills/mastepanoski/claude-skills/owasp-ai-testing)
Your own site
<a href="https://agentmods.dev/skills/mastepanoski/claude-skills/owasp-ai-testing"><img src="https://agentmods.dev/badge/skills/mastepanoski/claude-skills/owasp-ai-testing/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 owasp-ai-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/mastepanoski/claude-skills/owasp-ai-testing"><img src="https://agentmods.dev/badge/skills/mastepanoski/claude-skills/owasp-ai-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,259 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.
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.00043 $0.02259
Opus 5 $0.00022 $0.01130
Sonnet 5 $0.00009 $0.00452
Haiku 4.5 $0.00004 $0.00226

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

Security

Grade A, and why

owasp-ai-testing 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.

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.

skills/owasp-ai-testing/SKILL.md · 213 lines

How it starts

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

OWASP AI Testing Guide

This skill enables AI agents to perform systematic trustworthiness testing of AI systems using the OWASP AI Testing Guide v1, published November 2025 by the OWASP Foundation.

The AI Testing Guide is the industry's first open standard for AI trustworthiness testing. Unlike vulnerability lists that identify WHAT risks exist, this guide provides a practical, repeatable methodology for HOW to test AI systems. It establishes 32 test cases across 4 layers, each with objectives, payloads, observable responses, and remediation guidance.

The guide's core principle: "Security is not sufficient, AI Trustworthiness is the real objective." AI systems fail for reasons beyond traditional security, including bias, hallucinations, misalignment, opacity, and data quality issues.

Use this skill to execute comprehensive AI testing, validate trustworthiness controls, prepare for audits, and build repeatable test suites for AI systems.

Combine with "OWASP LLM Top 10" for vulnerability identification, "NIST AI RMF" for risk management, or "ISO 42001 AI Governance" for governance compliance.

When to Use This Skill

Invoke this skill when:

  • Performing penetration testing of AI/ML systems
  • Validating AI trustworthiness before production deployment
  • Building automated test suites for AI applications
  • Conducting red-team exercises against AI features
  • Preparing for AI security audits or certifications
  • Testing RAG systems, chatbots, agents, or ML pipelines
  • Evaluating model robustness and adversarial resistance
  • Assessing data quality, bias, and privacy compliance
  • Validating AI supply chain security
  • Testing after model updates, fine-tuning, or data changes

Inputs Required

When executing this testing guide, gather:

  • ai_system_description: Description of the AI system (type, purpose, architecture, models used) [REQUIRED]
  • system_architecture: Technical architecture (APIs, models, vector stores, plugins, data pipelines) [OPTIONAL but recommended]
  • testing_scope: Which layers to test (Application, Model, Infrastructure, Data, or All) [OPTIONAL, defaults to All]
  • model_details: Model provider, version, fine-tuning details, hosting (cloud/self-hosted) [OPTIONAL]
  • data_details: Training data sources, vector databases, data pipelines [OPTIONAL]
  • existing_controls: Current security and trustworthiness measures [OPTIONAL]
  • risk_context: Data sensitivity, regulatory requirements, deployment context [OPTIONAL]
  • testing_authorization: Explicit authorization, environment, and boundaries for active testing [REQUIRED for live or active tests]
  • safe_testing_mode: documentation-only, staging, production-readonly, or production-approved [OPTIONAL, defaults to documentation-only unless authorization is clear]

Read the full file on GitHub · 213 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 · 213 lines · 43 tokens per session scan A 039e34fc84ee

Subscribe to this mod's changes

owasp-ai-testing is a skill published in the GitHub repository mastepanoski/claude-skills (53 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 2,259 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-08-30.

Related

Other skills, from other repositories

verification-before-completion

A checklist for verifying work before claiming that it is finished, fixed, built, tested, or ready to submit. It requires fresh command output and evidence for each claim.

jnMetaCode/superpowers-zh · 50 tokens

writing-skills

A guide for creating and testing reusable instructions for AI agents, called skills. It applies test-driven development, or TDD—the practice of writing tests before implementation—to instruction documents.

jnMetaCode/superpowers-zh · 23 tokens

test-driven-development

Test-driven development, or TDD, is a way to build software by writing a test that fails, adding the smallest code that makes it pass, and then cleaning up the code. These instructions require that process for features, bug fixes, refactors, and behavior changes.

jnMetaCode/superpowers-zh · 20 tokens

old-coder

Evidence-first development — surround the implementation with an executable spec and a gauntlet of constraints (tests, types, coverage, mutation) so line-by-line review becomes optional. Use when the user explicitly asks for high-assurance or evidence-first work ("reliable", "TDD", "prove it works", "I won't read the…

AmazingAng/old-coder · 116 tokens

continuous-llm-red-teaming-with-promptfoo

Wire Promptfoo and DeepTeam into CI/CD for automated regression red-teaming of LLM apps against OWASP LLM Top 10 and OWASP Agentic presets, failing the build when jailbreak or injection vulnerabilities regress.

adriannoes/awesome-agentic-ai · 56 tokens

deploy-registry-server-with-otel

Deploy the ToolHive Registry Server to a Kind cluster with telemetry enabled. Use when you need to deploy the registry server for testing with OTEL metrics and tracing.

stacklok/toolhive-registry-server · 40 tokens