api-security-checklist

Implements defense-in-depth API security hardening across multiple threat domains.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill api-security-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-security-checklist
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skill-library/surface/api/api-security-checklist
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill api-security-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need for robust API security by providing a systematic checklist and guided remediation process to protect against common vulnerabilities and ensure compliance.

Core Features & Use Cases

  • Comprehensive Assessment: Covers OWASP API Top 10, authentication, input validation, and rate limiting.
  • Defense-in-Depth Strategy: Implements layered security controls across application and infrastructure.
  • Use Case: When launching a new API service, use this Skill to ensure it meets industry-standard security benchmarks, from initial scanning to penetration testing and compliance verification.

Quick Start

Use the api-security-checklist skill to perform a comprehensive security assessment and remediation for the API surface defined by 'api-spec.yaml'.

Frequently Asked Questions about api-security-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an OWASP API Top 10 vulnerability assessment for my API?

Perform an OWASP API Top 10 vulnerability assessment by applying a multi-agent defense-in-depth strategy that covers threat modeling, input validation, and compliance validation for API surfaces. It systematically identifies and remediates common security flaws.

What is the best way to implement API security controls for DevSecOps compliance?

The best way to implement API security controls for DevSecOps compliance is to apply a defense-in-depth hardening strategy. This addresses authentication, rate limiting, and compliance validation to ensure your API meets industry-standard security benchmarks.

Can I use this API security checklist for penetration testing and remediation?

Yes, you can use this API security checklist for penetration testing and remediation. It orchestrates vulnerability assessment and threat modeling to guide the remediation of security flaws across your application and infrastructure layers.

Does this API security checklist require an OpenAPI specification to run?

Yes, the API security checklist requires an API specification file, such as 'api-spec.yaml', to run. It uses this definition to define the API surface for comprehensive scanning and compliance verification.

What layers does the defense-in-depth API security strategy cover?

The defense-in-depth API security strategy covers layered controls across both application and infrastructure layers. It specifically addresses authentication, input validation, rate limiting, and the OWASP API Top 10 vulnerabilities.