Production rules · Generation
GEN-008
Hard rule priority 100 domain: generation rights identity
Rationale
Identifiable likeness or voice generation requires authorization.
IF — conditions (all must hold)
- generated.likeness_consent eq false
THEN — actions
- add_flag "LIKENESS_CONSENT_MISSING"
- block
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-008",
"domain": "generation",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "generated.likeness_consent",
"op": "eq",
"value": false
}
],
"then": [
{
"op": "add_flag",
"value": "LIKENESS_CONSENT_MISSING"
},
{
"op": "block"
}
],
"rationale": "Identifiable likeness or voice generation requires authorization.",
"tags": [
"rights",
"identity"
]
}