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

Commands

ctpf findings list

List security findings with optional filters.
ctpf 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:
ctpf findings list
ctpf findings list --severity HIGH --limit 50
ctpf findings list --module proxy --target a1b2c3d4