mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-02 03:01:13 -04:00
feat: add audit_consent, audit_transparency, and detect_silent_victims patterns
## CHANGES - Add `audit_consent` pattern for detecting manufactured consent via power asymmetry analysis - Add `audit_transparency` pattern for evaluating decision explainability across five dimensions - Add `detect_silent_victims` pattern for identifying voiceless, future, and unaware victims - Register three new patterns in pattern descriptions and extracts JSON files - Add new patterns to ANALYSIS and CR THINKING categories in `suggest_pattern` - Update `pattern_explanations.md` with renumbered entries for all patterns - Add co-author credit for ksylvan on PR #1999 changelog entry - Remove duplicate changelog file `pr-ul-dialogue-patterns.txt`
This commit is contained in:
@@ -2050,6 +2050,30 @@
|
||||
"ANALYSIS",
|
||||
"CR THINKING"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "audit_consent",
|
||||
"description": "Evaluate whether consent is genuine or manufactured by analyzing power asymmetries, information gaps, and coercion.",
|
||||
"tags": [
|
||||
"ANALYSIS",
|
||||
"CR THINKING"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "audit_transparency",
|
||||
"description": "Audit decisions and systems for explainability, assessing whether opacity is justified or conceals harm.",
|
||||
"tags": [
|
||||
"ANALYSIS",
|
||||
"CR THINKING"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "detect_silent_victims",
|
||||
"description": "Identify parties harmed by actions or systems who cannot speak up due to power, awareness, or temporal gaps.",
|
||||
"tags": [
|
||||
"ANALYSIS",
|
||||
"CR THINKING"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user