# structured-output
標記為「structured-output」的 6 篇文章
Lab: Structured Output Manipulation
探索 how JSON mode, schema injection, and forced output formats can bypass LLM safety filters and manipulate structured responses.
Structured Output 利用
利用 JSON mode與structured output constraints to bypass safety filters.
JSON Injection 攻擊 詳解
Exploit JSON parsing and generation in LLM applications to inject payloads through structured data boundaries.
Output Format Manipulation (攻擊 導覽)
Forcing specific output formats to bypass LLM safety checks by exploiting the tension between format compliance and content restriction.
Structured Output Data Leakage 詳解
Walkthrough of using structured output requirements to extract sensitive data embedded in model responses.
Structured Output Validation
Step-by-step walkthrough for validating structured LLM outputs against schemas, covering JSON schema validation, type coercion, constraint enforcement, and handling malformed model outputs gracefully.