Audit pipeline overview
Guardix runs a multi-stage pipeline on your chosen repository snapshot. It is not a single “instant scan” — stages run in sequence and may take hours for a full run.
High-level flow
Section titled “High-level flow”- Understanding your codebase — Build a structured picture of architecture, contracts, and how pieces relate.
- Parallel analysis — Many checks run in parallel: broad static analysis, category-specific reviews, and optional deeper passes depending on configuration.
- Cross-validation — Independent AI engines challenge and merge findings so you get fewer noisy duplicates and clearer confidence.
- Reporting — Normalized findings, evidence, and summaries land in the dashboard and in exportable reports.
- Exploit verification (when enabled) — A separate path may try to demonstrate real exploitability for selected issues.
You can think of it as: context → coverage → consensus → output.
What you see in the product
Section titled “What you see in the product”- Progress updates as stages advance
- Findings with severity, confidence, and locations
- Artifacts such as system analysis (invariants, assumptions, decisions) in the UI when available
Related
Section titled “Related”- Analysis stages — what each phase is doing in plain language
- Validation — how cross-checking works
- Exploit verification — what “proof of exploitability” means here