tolmo findings command group lets you manage security findings for your organization — from creation through triage and closure. Findings include a severity, visibility (draft or published), and status with full audit history. All subcommands accept the global --org flag to target a specific organization and --json for machine-readable output.
Findings model
Every finding has three core classification fields: Severity — how critical the issue is:
Visibility — who can see the finding:
Status — where the finding is in the triage lifecycle:
Finding IDs support prefix matching. The short 8-character IDs shown in
tolmo findings list work in every subcommand — you don’t need to paste the full UUID.List findings
View a finding
tolmo findings get prints the full finding, including its markdown description body.
Create a finding
You can supply the description inline with--description or load it from a file with --description-file. The two flags are mutually exclusive.
- as the value to --description-file to read the description from stdin:
Update a finding
tolmo findings update changes only the fields you specify — all other fields remain unchanged.
Transition status
Usetolmo findings status to move a finding through its lifecycle. This command uses a dedicated endpoint that only changes the status field, keeping the rest of the finding intact.
Audit history
View the full status-change audit trail for a finding:Delete a finding
Deletion is permanent and requires the--yes flag to confirm: