Result types
Every plugin output is aPluginResult with a name and one of three formats.
The result
name must match a key declared in [results.<name>] in your plugin.toml. See the plugin configuration reference for manifest options like user_visible, display_name, and render.
Reports
A report is a structured JSON result pushed with the reserved namereport. It provides a semantic layer for machine-queryable metadata and a presentation layer for frontend rendering.
Classification
Confidence
Verdict
The overall threat assessment attached to a report.Indicator
An indicator of compromise (IOC) observed during analysis.Ttp
A MITRE ATT&CK technique observed during analysis.ArtifactRef
A reference to a siblingPluginResult produced by the same plugin.