Tolmo’s threat model commands let you download artifacts produced by the platform’s threat model pipeline — including full run outputs and individual analysis steps. This is useful for reviewing findings offline or feeding them into other tools.Documentation Index
Fetch the complete documentation index at: https://docs.tolmo.com/llms.txt
Use this file to discover all available pages before exploring further.
List pipeline runs
Usetolmo threat-model list to see all recorded pipeline runs for your organization. The output shows each scan’s ID and its current status, giving you a quick overview of what has run and whether it completed successfully.
Download run artifacts
Once you know which run you want to inspect, usetolmo threat-model get to fetch its artifacts. You can target the latest run, a specific run by ID, or a single analysis step within a run.
Download the latest run
Run the command without any flags to pull artifacts from the most recent pipeline execution:
Download a specific run by ID
Pass the scan ID you retrieved from
threat-model list to download a particular run’s artifacts:Working with artifacts
After downloading, artifacts are available locally for inspection or further processing.Common use cases
Threat model artifacts fit naturally into several workflows:- Automated artifact archiving in CI — schedule
tolmo threat-model getin your pipeline to capture and store artifacts after each scan, building a historical record of your threat model evolution. - Offline review — download artifacts before a review session so that security and engineering teams can work through findings without needing live platform access.
- Importing into other security tools — consume the JSON output in vulnerability management platforms, ticketing integrations, or custom dashboards that your team already uses.