**问题描述**: 企业安全工具(Splunk、Datadog、Elastic)使用 SARIF 格式。当前的 markdown/HTML 输出无法被这些系统直接接入。 **期望接口**: ```bash agentguard scan --format sarif > findings.sarif agentguard checkup --format json --output report.json ```
问题描述:
企业安全工具(Splunk、Datadog、Elastic)使用 SARIF 格式。当前的 markdown/HTML 输出无法被这些系统直接接入。
期望接口:
agentguard scan --format sarif > findings.sarif agentguard checkup --format json --output report.json