assessment_load_context
Load Lenny Zeltser's security assessment report writing context for local analysis. Returns a JSON payload with the risk-adjusted severity model (the spine), reader-first section guidance, completeness criteria, frameworks (NIST SP 800-115/800-30, OWASP WSTG/Risk Rating, CVSS, MITRE ATT&CK, PTES, PCI DSS, CREST), and the mcpHandoffs array. The 'profile' parameter ANNOTATES sections (internal/external applicability) rather than filtering — every section is returned so cross-profile comparisons are possible. This server never requests your assessment notes or report and instructs your AI to keep them local—the templates and guidelines flow to your AI for local analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topics | No | Narrow the response to specific topics; 'all' includes everything. | |
| profile | No | Annotate sections by applicability to this profile (internal or external). Sections are NOT filtered — annotated only. | |
| template | No | Foreground 'report' or 'brief' sections; both lists stay in the payload. | |
| detail_level | No | Response size: minimal, standard, or comprehensive. | |
| include_examples | No | Include exampleGood/examplePoor in fieldGuidance entries. |