Prowler
Navigate and develop across all Prowler cloud security components
✨ The solution you've been looking for
Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).
See It In Action
Interactive preview & real-world examples
AI Conversation Simulator
See how users interact with this skill
User Prompt
I need to contribute to Prowler but I'm not sure which component handles what. Can you explain the architecture and help me set up my dev environment?
Skill Processing
Analyzing request...
Agent Response
Clear understanding of SDK, API, UI, and MCP components with working local development setup
Quick Start (3 Steps)
Get up and running in minutes
Install
claude-code skill install prowler
claude-code skill install prowlerConfig
First Trigger
@prowler helpCommands
| Command | Description | Required Args |
|---|---|---|
| @prowler multi-component-development-setup | Get oriented with Prowler's architecture and set up the full development environment | None |
| @prowler cross-stack-development-guidance | Navigate between different technology stacks within the Prowler ecosystem | None |
| @prowler provider-integration-overview | Understand how to work with Prowler's extensive cloud provider support | None |
Typical Use Cases
Multi-Component Development Setup
Get oriented with Prowler's architecture and set up the full development environment
Cross-Stack Development Guidance
Navigate between different technology stacks within the Prowler ecosystem
Provider Integration Overview
Understand how to work with Prowler's extensive cloud provider support
Overview
Components
| Component | Stack | Location |
|---|---|---|
| SDK | Python 3.9+, Poetry | prowler/ |
| API | Django 5.1, DRF, Celery | api/ |
| UI | Next.js 15, React 19, Tailwind 4 | ui/ |
| MCP | FastMCP 2.13.1 | mcp_server/ |
Quick Commands
1# SDK
2poetry install --with dev
3poetry run python prowler-cli.py aws --check check_name
4poetry run pytest tests/
5
6# API
7cd api && poetry run python src/backend/manage.py runserver
8cd api && poetry run pytest
9
10# UI
11cd ui && pnpm run dev
12cd ui && pnpm run healthcheck
13
14# MCP
15cd mcp_server && uv run prowler-mcp
16
17# Full Stack
18docker-compose up -d
Providers
AWS, Azure, GCP, Kubernetes, GitHub, M365, OCI, AlibabaCloud, Cloudflare, MongoDB Atlas, NHN, LLM, IaC
Commit Style
feat:, fix:, docs:, chore:, perf:, refactor:, test:
Related Skills
prowler-sdk-check- Create security checksprowler-api- Django/DRF patternsprowler-ui- Next.js/React patternsprowler-mcp- MCP server toolsprowler-test- Testing patterns
Resources
- Documentation: See references/ for links to local developer guide
What Users Are Saying
Real feedback from the community
Environment Matrix
Dependencies
Framework Support
Context Window
Security & Privacy
Information
- Author
- prowler-cloud
- Updated
- 2026-01-30
- Category
- productivity-tools
Related Skills
Prowler
Main entry point for Prowler development - quick reference for all components. Trigger: General …
View Details →Terraform Module Library
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following …
View Details →Terraform Module Library
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following …
View Details →