Tool Reference
Complete reference for the three Flowpatrol security tools.
Overview
Flowpatrol provides three security 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:
| Tool | Purpose | Cost | Time |
|---|---|---|---|
flowpatrol_probe | Quick surface-level security check | 1 credit | ~10 seconds |
flowpatrol_scan | Full security test of your running app | 5 credits | 2–5 minutes |
flowpatrol_report | Retrieve and filter scan results | Free | Instant |
Typical workflow
-
Probe first — run a quick probe to get a fast read on the security surface. This catches low-hanging fruit like leaked API keys, missing headers, and open paths.
-
Scan if needed — if the probe finds issues (or you want a deep test), run a full scan. This tests auth flows, access control, and business logic.
-
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:
| Interface | Best for | Setup guide |
|---|---|---|
| Dashboard | Manual scans, browsing results, team management | Quick Start |
| MCP | Inline checks while coding in your AI editor | MCP Integration |
| CLI | Terminal workflows, scripting, local automation | CLI Setup |
| GitHub Action | Automated PR checks and CI/CD pipelines | GitHub Action |