exploiting-excessive-data-exposure-in-api
mukul975/Anthropic-Cybersecurity-Skills
A specialized security testing skill designed to identify excessive data exposure in REST or GraphQL APIs, adhering to OWASP API3:2023 guidelines. It works by intercepting raw API responses and systematically comparing the returned data against what the frontend UI actually displays. This helps auditors detect leaked PII, internal identifiers, debug fields, or other sensitive business data that should have been filtered out by the endpoint response.
Use cases include auditing microservice boundaries, assessing mobile API responses designed for multiple clients, and verifying proper respons...