Purpose
Fetches or reads a JSON OpenAPI spec, builds minimal requests for every defined endpoint, and flags auth bypass, sensitive data exposure, and slow endpoint findings. JSON specs only; YAML conversion is out of scope. --unauthenticated replays each endpoint without auth headers to detect missing access controls. Numeric parameters substitute 1; text parameters substitute "test".
Output
openapi/results-<timestamp>.json— per-endpoint findings with finding type, status codes (authenticated vs. unauthenticated), and response time.
CLI
mg-openapi acme-bounty --spec https://api.acme.example.com/openapi.json
mg-openapi acme-bounty --spec ./api.json --unauthenticated