Security
prowler - Claude MCP Skill
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).
SEO Guide: Enhance your AI agent with the prowler tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to main entry point for prowler development - quick reference for all components. trigger: general prow... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md## Components | Component | Stack | Location | |-----------|-------|----------| | SDK | Python 3.10+, 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 ```bash # SDK poetry install --with dev poetry run python prowler-cli.py aws --check check_name poetry run pytest tests/ # API cd api && poetry run python src/backend/manage.py runserver cd api && poetry run pytest # UI cd ui && pnpm run dev cd ui && pnpm run healthcheck # MCP cd mcp_server && uv run prowler-mcp # Full Stack docker-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 checks - `prowler-api` - Django/DRF patterns - `prowler-ui` - Next.js/React patterns - `prowler-mcp` - MCP server tools - `prowler-test` - Testing patterns ## Resources - **Documentation**: See [references/](references/) for links to local developer guide
Signals
Information
- Repository
- prowler-cloud/prowler
- Author
- prowler-cloud
- Last Sync
- 5/9/2026
- Repo Updated
- 5/9/2026
- Created
- 1/12/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
pr-status
PR Status
next-compile
Check Next.js compilation errors via a running dev server. Turbopack only. MANDATORY after every code edit before reporting work complete. Replaces `next build`.
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
Mastering tmux with Claude: A Complete Guide to the tmux Claude Skill
Learn how to use the tmux Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.