MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / ReportConfig

Class ReportConfig

modules/ai/reporter.py:16–24  ·  view source on GitHub ↗

Report configuration options.

Source from the content-addressed store, hash-verified

14class ReportConfig:
15 """Report configuration options."""
16 title: str = "Security Assessment Report"
17 company_name: str = ""
18 assessor_name: str = ""
19 include_executive_summary: bool = True
20 include_technical_details: bool = True
21 include_remediation: bool = True
22 include_raw_data: bool = False
23
24
25class ReportGenerator:
26 """Generate professional security reports."""
27

Callers 3

report_htmlFunction · 0.90
generate_htmlMethod · 0.85
generate_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected