Tool Reference

Complete reference for the Flowpatrol security tools.

Overview

Flowpatrol provides three tools, available through the dashboard, via MCP in your AI editor, the CLI in your terminal, or the GitHub Action in your CI pipeline. Each tool serves a different purpose in your security workflow:

ToolPurposeCostTime
flowpatrol_surfaceSurface scan — headers, secrets, fingerprints, RLS, screenshots1 credit1-3 min
flowpatrol_scanDeep scan — auth, access control, injection, chained attacks5 credits15-30 min
flowpatrol_reportRetrieve and filter scan resultsFreeInstant

Typical workflow

  1. Surface scan first — run a quick surface scan to get a fast read on the security surface. This catches low-hanging fruit like leaked API keys, missing headers, and open paths.

  2. Deep scan if needed — if the surface scan finds issues (or you want a thorough test), run a deep scan. This tests auth flows, access control, injection, and business logic.

  3. Review reports — view results in the dashboard or pull them via MCP. Filter by severity and get fix suggestions without re-running a scan.

How to access these tools

Every tool works the same way regardless of how you call it. Pick the interface that fits your workflow:

InterfaceBest forSetup guide
DashboardManual scans, browsing results, team managementQuick Start
MCPInline checks while coding in your AI editorMCP Integration
CLITerminal workflows, scripting, local automationCLI Setup
GitHub ActionAutomated PR checks and CI/CD pipelinesGitHub Action