For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
Hosting

/

CLI

/

Scan

reflex cloud scan

Run a Reflex-aware security review over your app source.

Uploads the app source under DIRECTORY (the current directory by default) and reports security and logic flaws specific to Reflex apps.

Usage

Options

  • --token TEXT: The authentication token.
  • --fail-on [critical|high|medium|low|none]: Exit non-zero if a violation at or above this severity is found. Use 'none' to always exit 0.
  • --loglevel [debug|default|info|warning|error|critical]: The log level to use.
  • --json, -j / --no-json: Whether to output the result in JSON format.
  • --interactive, -i / --no-interactive: Whether to use interactive mode.
  • --help: Show this message and exit.
Built with Reflex