What problem does it solve? Manually probing APIs for authorization flaws, injection, and data exposure is slow and inconsistent. This Skill provides a structured workflow for building repeatable Postman security test collections that cover the OWASP API Security Top 10 and run automatically in CI/CD pipelines via Newman. ## Core Features & Use Cases - OWASP API Top 10 Test Collections: Pre-built test script patterns for BOLA, broken authentication, excessive data exposure, BFLA, mass assignment, and rate limiting. - Multi-Role Environment Testing: Environment templates and pre-request scripts for testing as unauthenticated, regular user, and admin roles with automatic token handling. - CI/CD Integration: Newman CLI commands and GitHub Actions workflow examples that fail builds on security test regressions, plus a Python agent that generates BOLA and injection test collections programmatically. - Use Case: A development team imports their OpenAPI spec, applies the security test scripts to every endpoint, and runs the collection via Newman on each pull request to catch authorization regressions before merge. ## Quick Start Ask the AI to generate a Postman security test collection for your API's endpoints covering BOLA and authentication checks, then run it with Newman against your staging environment.