Production rules · Generation
GEN-009
Hard rule priority 99 domain: generation disclosure
Rationale
Metadata alone does not prevent audience misinterpretation.
IF — conditions (all must hold)
- generated.could_be_mistaken_for_evidence eq true
THEN — actions
- append requirements "human_readable_disclosure"
- add_flag "SYNTHETIC_EVIDENCE_RISK"
This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.
Full record
{
"id": "GEN-009",
"domain": "generation",
"priority": 99,
"hard": true,
"logic": "all",
"when": [
{
"path": "generated.could_be_mistaken_for_evidence",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "human_readable_disclosure"
},
{
"op": "add_flag",
"value": "SYNTHETIC_EVIDENCE_RISK"
}
],
"rationale": "Metadata alone does not prevent audience misinterpretation.",
"tags": [
"disclosure"
]
}