assess_document
Analyze security documents to identify risks, compliance gaps, and provide remediation recommendations for cybersecurity assessments.
Instructions
Assess a security document (PDF, Word, etc.) and return a risk report.
Args: file_path: Absolute path to the file to be assessed. scenario_id: The assessment scenario ID (default: "default").
Returns: JSON string containing the assessment report (risks, gaps, remediations).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| scenario_id | No | default |