smithery/prowler-cloud

prowler

Main entry point for Prowler development - quick reference for all components.

Installation

$ npx skills add smithery/prowler-cloud --skill prowler

Also in this package

Other skills from smithery/prowler-cloud · top by installs.

npx skills add smithery/prowler-cloud

Browse all from smithery/prowler-cloud

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0
LicenseApache-2.0
Allowed toolsRead, Edit, Write, Glob, Grep, Bash, WebFetch, WebSearch, Task
More metadata
author
prowler-cloud
version
1.0
scope
["root"]
auto_invoke
General Prowler development questions

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,592 B
  • docs SUMMARY.md 227 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Components

Component Stack Location
SDK Python 3.10+, uv prowler/
API Django 5.1, DRF, Celery api/
UI Next.js 16, React 19, Tailwind 4 ui/
MCP FastMCP 2.13.1 mcp_server/

Quick Commands

# SDK
uv sync
uv run python prowler-cli.py aws --check check_name
uv run pytest tests/

# API
cd api && uv run python src/backend/manage.py runserver
cd api && uv 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