Skip to content
Security
Skill

/owasp-api-top10

Assess a REST or GraphQL API against the OWASP API Security Top 10 (2023), producing a per-category finding set with severity and remediation. Use when reviewing or pentesting an API. Authorized testing only.

From plugin
awesome-claude-security
6111 skills17 agents13 commands1 MCP
Install
$ npx -y skills add jassics/awesome-claude-security --skill owasp-api-top10 --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/owasp-api-top10

Context preview

The summary Claude sees to decide when to auto-load this skill.

Assess a REST or GraphQL API against the OWASP API Security Top 10 (2023), producing a per-category finding set with severity and remediation. Use when reviewing or pentesting an API. Authorized testing only.

SKILL.md

owasp-api-top10.SKILL.md
name: owasp-api-top10
description: >-
  Assess a REST or GraphQL API against the OWASP API Security Top 10 (2023),
  producing a per-category finding set with severity and remediation. Use when
  reviewing or pentesting an API. Authorized testing only.

Goal

A structured assessment across the ten OWASP API categories, each with applicability, evidence, severity, and remediation.

Steps

1. **Map the API** — endpoints/operations, auth model, object model, roles, and sensitive business flows. Use the spec (OpenAPI/GraphQL schema) if available. 2. **Walk each category** (see `reference.md`): API1 Broken Object Level Authorization (BOLA) · API2 Broken Authentication · API3 Broken Object Property Level Authorization (BOPLA) · API4 Unrestricted Resource Consumption · API5 Broken Function Level Authorization (BFLA) · API6 Unrestricted Access to Sensitive Business Flows · API7 SSRF · API8 Security Misconfiguration · API9 Improper Inventory Management · API10 Unsafe Consumption of APIs. 3. **Substantiate** the authorization categories with `api-authz-test`. 4. **Score** (`security-reporting:cvss`) and rank.

Output

A per-category table (category · applicable? · finding · severity · remediation) plus ranked top risks. Confirmed issues → `security-reporting:finding`.

Notes

Authorization failures (API1 BOLA, API5 BFLA, API3 BOPLA) dominate real-world API breaches — test them directly, don't infer. Improper inventory (API9: shadow/zombie endpoints, undocumented versions) is a common blind spot. Read `reference.md`.

Read more
Ships withawesome-claude-security

A Claude Code plugin marketplace for the full cybersecurity & GenAI-security lifecycle — from recon and threat modeling to detection engineering, GRC, and CISO-level strategy. A pentester knows which OWASP test bends a broken-access-control endpoint.

Get the whole plugin

Other skills on awesome-claude-security.