MCPcopy
hub / github.com/openai/plugins / validate_report

Function validate_report

plugins/codex-security/scripts/validate_report_format.py:112–116  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

110
111
112def validate_report(text: str) -> list[str]:
113 errors: list[str] = []
114 validate_required_sections(text, errors)
115 validate_findings(text, errors)
116 return errors
117
118
119def main() -> int:

Callers 1

mainFunction · 0.85

Calls 2

validate_findingsFunction · 0.85

Tested by

no test coverage detected