Files
prowler/skills/prowler-sdk-check/references/metadata-docs.md
Alan Buscaglia 7f2fa275c6 feat: add AI skills pack for Claude Code and OpenCode (#9728)
Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com>
Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
2026-01-09 15:01:18 +01:00

687 B

Check Documentation

Local Documentation

For detailed check development patterns, see:

  • docs/developer-guide/checks.mdx - Complete guide for creating security checks
  • docs/developer-guide/check-metadata-guidelines.mdx - Metadata writing standards and best practices
  • docs/developer-guide/configurable-checks.mdx - Using audit_config for configurable checks
  • docs/developer-guide/renaming-checks.mdx - Guidelines for renaming existing checks

Contents

The documentation covers:

  • Check structure and naming conventions
  • Metadata schema and field descriptions
  • Check implementation patterns per provider
  • Configurable check parameters
  • Check renaming procedures