performing-api-security-testing-with-postman

Automate Postman-based API security tests with Newman in CI/CD pipelines.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Acczdy/MoZiSec --skill performing-api-security-testing-with-postman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performing-api-security-testing-with-postman
Source: https://github.com/Acczdy/MoZiSec/tree/main/api-security/.claude/skills/performing-api-security-testing-with-postman
Command: npx skills add https://github.com/Acczdy/MoZiSec --skill performing-api-security-testing-with-postman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automate API security testing by validating endpoints, authentication, authorization, and data exposure using Postman collections orchestrated by Newman, enabling repeatable, CI/CD-friendly security checks.

Core Features & Use Cases

  • Build multi-environment Postman collections to test authentication, authorization, data leakage, and input validation across user roles.
  • Integrate with CI/CD pipelines (Newman, GitHub Actions) to run security tests on every PR or deployment and generate detailed reports.
  • Support BOLA/IDOR, data exposure, and injection tests with CI-friendly test scripts and configurable environments.

Quick Start

Run the agent to orchestrate security tests by executing the prepared Postman collection with Newman in your CI/CD workflow.

Frequently Asked Questions about performing-api-security-testing-with-postman

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

FAQPage Schema
How do I automate API security testing in a CI/CD pipeline?

Automate API security testing by orchestrating Postman collections with Newman to enable repeatable, CI/CD-friendly security checks. You integrate Newman into your CI/CD workflows to validate endpoints and generate detailed security reports.

Can I test for BOLA and IDOR vulnerabilities using Postman?

Yes, you can test for BOLA/IDOR vulnerabilities using Postman by building multi-environment collections with CI-friendly test scripts. These scripts validate endpoint authorization and data leakage across different user roles.

Do I need an OpenAPI spec to run automated security tests with Postman?

Yes, an OpenAPI or Swagger spec is required to drive automated security tests with Postman. You also need environment and collection configurations to properly orchestrate CI integration and validate endpoints.

What is the best way to test API data exposure across multiple user roles?

The best way to test API data exposure is by building multi-environment Postman collections configured for different user roles. This approach validates authentication, authorization, data leakage, and input validation across production-like APIs.

Does Newman support generating security reports for GitHub Actions?

Yes, Newman supports generating detailed security reports when running tests within GitHub Actions. By orchestrating Postman collections through Newman in your CI/CD pipeline, you can run security tests on every deployment and produce comprehensive reports.