Skip to main content
List findings persisted in the local SQLite database (~/.qai/qai.db).

Commands

qai findings list

List security findings with optional filters.
qai findings list [OPTIONS]
Options:
OptionDefaultDescription
--module / -mFilter by module name.
--category / -cFilter by category.
--severity / -sMinimum severity (INFO, LOW, MEDIUM, HIGH, CRITICAL).
--target / -tFilter by target ID.
--limit / -n20Maximum number of findings to display.
Displays a table with ID, Module, Category, Severity, Title, and Created timestamp. Examples:
qai findings list
qai findings list --severity HIGH --limit 50
qai findings list --module proxy --target a1b2c3d4