Run Zenable conformance checks and view requirements
Validates files against organizational requirements, security standards, and quality guidelines.
/plugin marketplace add Zenable-io/ai-guardrails/plugin install zenable-io-zenable-guardrails-plugins-zenable-guardrails@Zenable-io/ai-guardrailsRun conformance checks on files to validate they meet organizational requirements, security standards, and quality guidelines. Can also display active requirements and perform comprehensive validation.
/check [options] [file-paths...]
--all or -a: Comprehensive validation of entire codebase--requirements or -r: Display active requirements and policies[file-paths...]: Check specific files or directoriesFile checks (default or with file paths):
Full validation (--all):
Requirements display (--requirements):
/check # Check modified files
/check src/api/auth.py # Check specific file
/check --all # Validate entire codebase
/check --requirements # Show active requirements
/check -a src/ # Validate entire src directory
--all for comprehensive validation--requirements to understand project standardsUse the mcp__zenable__conformance_check tool (provided by the Zenable MCP server) to run conformance checks.
Steps:
git diff --name-only to find modified files--all: use git ls-files to get all tracked filesmcp__zenable__conformance_check with appropriate parameters