non-repudiation-privacy
Installation
SKILL.md
Non-Repudiation Privacy Analysis (LINDDUN N)
Analyze source code for non-repudiation threats where forced accountability creates privacy risks. In privacy, non-repudiation becomes a threat when it creates irrefutable proof linking users to sensitive activities where plausible deniability should be preserved. This is the inverse of STRIDE Repudiation.
Supported Flags
Read ../../shared/schemas/flags.md for full flag
documentation. This skill supports all cross-cutting flags.
| Flag | Non-Repudiation-Specific Behavior |
|---|---|
--scope |
Default changed. Focuses on files containing audit logging, digital signatures, transaction receipts, and immutable record storage. |
--depth quick |
Grep patterns only: scan for comprehensive audit logging and signature mechanisms. |
--depth standard |
Full code read, classify logged actions by sensitivity, assess deniability gaps. |
--depth deep |
Trace audit trail coverage across the system. Map which sensitive actions create irrefutable evidence. |
--depth expert |
Deep + adversarial subpoena simulation: model what a legal adversary can prove from system records. |
Related skills