suggest_next_steps
Analyze penetration testing scan results to identify and recommend appropriate next steps in the security assessment workflow.
Instructions
Analyze current findings and suggest next steps
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scan_results | Yes | Previous scan results in JSON format |
Input Schema (JSON Schema)
{
"properties": {
"scan_results": {
"description": "Previous scan results in JSON format",
"type": "string"
}
},
"required": [
"scan_results"
],
"type": "object"
}