Audit Assessment
Coming soon
Audit Assessment is on the roadmap. The description below reflects the planned capability.
Audit Assessment supports consultant-led compliance reviews where no application source code is available. A consultant records findings from interviews, document review, and on-site inspection using structured checklists. SWAO produces a deterministic compliance verdict without any LLM processing.
Planned CLI: swao audit init / swao assess --type audit
TUI: Main Menu > Run Assessment > [2] Audit Assessment (coming soon)
What it will produce
| Output | What it contains |
|---|---|
| Compliance verdict | Each framework control: SATISFIED / GAP / PARTIAL / NOT ASSESSED |
| Evidence log | Documents, interview notes, and on-site findings attributed per control |
| Auditor report | Full Markdown report suitable for regulatory submission |
How it will work
- Initialise --
swao audit initcreates the checklist structure inwsp/inputs/audit/based on the active compliance frameworks. - Fill in checklists -- the consultant records findings directly in the YAML checklist files or via a guided TUI form.
- Attach evidence -- PDFs, DOCXs, and screenshots are placed in
wsp/inputs/audit/evidence/and referenced in the checklist entries. - Run --
swao assess --type auditreads the completed checklists and evidence, evaluates each control deterministically, and generates the output package.
No LLM is required -- this is a fully offline, deterministic assessment path designed for highly regulated environments where LLM usage is restricted.