Documentation How analysis works · Menu
02 / ANALYSIS

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

  1. Detect

    Identify mobile platforms and project structure.

    Terminal
    guardian detect . --format text
  2. Scan

    Run enabled analyzers and collect findings and coverage.

    Terminal
    guardian scan .
  3. 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.