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
AI

/

Features

/

Security Scanner

Security Scanner

The Security Scanner checks a Reflex app for dependency risks, exposed secrets, risky configuration, and Reflex-specific security issues before deployment.

Open Security Scanner in the project sidebar for the command and a summary of the checks. Run the scanner from the root of any Reflex app:

The results are grouped by severity and include file locations and recommended fixes when available. Use --fail-on, --json, --token, and --no-interactive to enforce the scanner in CI.

See Security Scan for authentication, result formats, CI configuration, and command options.

Built with Reflex