Documentation How analysis works · Menu
Flutter, iOS and Android static analysis workflow
Guardian’s scan workflow is designed to keep source, builds, credentials and reports inside your environment.
The local boundary
The CLI help states that scanning does not require a network connection. A scan reads the selected project and produces local output. The website does not receive project data.
Analysis workflow
- Detect
Identify mobile platforms and project structure.
Terminalguardian detect . --format text - Scan
Run enabled analyzers and collect findings and coverage.
Terminalguardian scan . - Inspect and repeat
Fix relevant findings, rerun the scan and compare local evidence.
Offline behavior
Core scan help explicitly says scans never use the network. Some separate product workflows may have different requirements; confirm a command’s help before use. See security and privacy for the full boundary.