find_missing_auth
Scans a local OpenAPI/Swagger file to find operations lacking security requirements, helping audit API authentication gaps without remote fetching.
Instructions
Find operations missing security/auth requirements in a local OpenAPI file. Reads a local OpenAPI/Swagger JSON or YAML file path only — does not fetch remote specs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to OpenAPI JSON/YAML. |