gate rules
List every check Gate performs, grouped by severity.
Usage
gate rules
gate rules GATE005
gate rules
Gate rules (22)
CRITICAL
GATE001 Hardcoded credential in agent configuration
GATE004 Credential embedded in URL
GATE005 Arbitrary command execution capability
GATE008 Sensitive filesystem path exposed to agent
GATE011 Financial capability exposed
GATE015 Excessive capability combination
HIGH
GATE002 Credential passed in command arguments
...
Explain one: gate explain GATE005
Full reference: https://usegate.dev/rules
Options
- Name
--severity <level>- Type
- info | low | medium | high | critical
- Description
Only show rules whose default severity matches.
- Name
--json- Type
- boolean
- Description
Emit the rule catalogue as JSON.
Machine-readable
gate rules --json
gate rules GATE005 --json
The JSON form includes each rule's ID, title, severity, description, capabilities and full documentation. Use it to generate an internal policy document that stays in step with the rules that run.