apisec-inc/apisec-skills

API security skills and rules for Cursor, Claude Code, Copilot, and all major AI coding agents. OWASP API Top 10 coverage — zero configuration.

18Stars on the repository
11Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-security-review

01

apisec-inc/apisec-skills

Skill Claude CodeCodex

Use when developer explicitly asks to review an endpoint, controller, service, or API for security issues. Also triggers on: "review this for security", "is this secure", "check this endpoint", "security audit", "what are the vulnerabilities here", or when asked to review a full route file or controller file. This is…

not rated 18 5mo ago A 91 tokens original MIT

auth-rbac-scaffold

02

apisec-inc/apisec-skills

Skill Claude CodeCodex

Use when developer is implementing authentication, building login/logout flows, writing JWT validation, adding middleware, creating role-based access control, building permission systems, or asking how to protect routes. Also triggers on keywords: auth, bearer token, JWT, session, middleware, permissions, roles…

not rated 18 5mo ago A 98 tokens original MIT

bola-detector

03

apisec-inc/apisec-skills

Skill Claude CodeCodex

Use when writing or reviewing any API endpoint that retrieves, updates, or deletes a record by user-supplied ID. Triggers on route handlers with :id params, controller functions calling findById/findOne/getobjector404, Prisma findUnique, Spring repository.findById, or any ORM lookup by identifier. Does NOT trigger on…

not rated 18 5mo ago A 114 tokens original MIT

injection-checker

04

apisec-inc/apisec-skills

Skill Claude CodeCodex

Use when writing database queries, file system operations, shell commands, XML/HTML processing, template rendering, or any operation that incorporates user-supplied input into a command or query. Triggers on: SQL queries, MongoDB queries, Mongoose queries, file path construction, exec/spawn/system calls, template…

not rated 18 5mo ago C 135 tokens original MIT

openapi-hardener

05

apisec-inc/apisec-skills

Skill Claude CodeCodex

Use when developer is writing, reviewing, or editing an OpenAPI spec (swagger.yaml, openapi.yaml, openapi.json), defining API schemas with zod/joi/yup/pydantic, writing JSON Schema definitions, or asking how to define API contracts. Also triggers on: "define this schema", "add validation", "write the OpenAPI spec"…

not rated 18 5mo ago A 113 tokens original MIT

apisec-inc/apisec-skills

Skill Claude CodeCodex

Use when developer is writing tests, asked to add test coverage, writing Jest/Mocha/pytest/JUnit test files, or when reviewing an endpoint that has only happy-path tests. Also triggers when developer says "write tests for this", "add test coverage", or "what should I test here". Generates security-focused test cases…

not rated 18 5mo ago A 90 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: