11  Privacy Claims Audit

Anti-Patterns, Evidence Review, Threat Prompts, Default Settings, Release Gates, and Assessment Records

privacy
privacy-by-design
assessment
anti-patterns
evidence
threat-modeling
Keywords

privacy by design assessment, IoT privacy review, privacy anti-patterns, data protection by design, privacy impact assessment, LINDDUN

Check the Privacy Claim in the Running System

Start with a promise a user can understand: "location sharing is off," "deletion removes my data," or "we only keep summaries." A privacy assessment asks whether the device, gateway, app, cloud service, logs, and backups all behave like that promise is true.

The story in this chapter is the assessor's path: spot the common failure shapes, turn each claim into a test, exercise the default or disabled state, and leave a record strong enough for a release decision.

Privacy assessment is the act of examining a design or a finished system to find weak or missing privacy controls. It is a different job from naming the principles and a different job from building the controls. Foundations tell you what privacy should look like, implementation builds the controls, and assessment is the independent check that the controls actually exist, work, and match what the product claims.

The reason assessment is a separate discipline is that confident-sounding claims are easy and enforced behavior is hard. A team can sincerely believe a feature is private because the settings screen says so, while the data path tells a different story. Assessment exists to close that gap with evidence.

If you only need the intuition, this layer is enough: assessment trusts evidence, not promises. Look for the recurring shapes of privacy failure, check that protective defaults actually constrain the system, and ask to be shown the behavior rather than told about it.

Privacy assessment evidence record with feature, data map, default state, threat prompt, evidence, fix, owner, and release retest.
A privacy claim becomes assessable when the reviewer can tie it to the feature boundary, data map, default state, threat prompt, observed runtime evidence, and a fix, owner, or retest decision.

Think of a building inspection. You do not approve a building because the blueprint has fire exits drawn on it; an inspector walks the building, opens the exit doors, and confirms they actually open onto a safe path. Privacy assessment is the same move applied to data: walk the system, exercise the protective claims, and confirm each one holds in reality.

The Shapes Privacy Failure Takes

An anti-pattern is a recurring design choice that looks reasonable but reliably causes a privacy problem. Learning the common ones lets an assessor spot trouble quickly, because most privacy failures rhyme with a handful of familiar shapes.

Collect just in case

Gathering data with no current use, hoping it is handy later. The data becomes a liability with no owner and no deletion plan.

Off on screen, on in the pipeline

A toggle that changes the display but not the behavior, so the protective setting is a label rather than a control.

Notice instead of design

Answering a privacy concern by lengthening the policy text rather than reducing what the system collects or keeps.

Beginner Examples

  • A reviewer who asks to see the disabled-state behavior, not just the settings screen, is doing assessment.
  • Finding that deletion clears one table while copies remain in logs and backups is a classic assessment finding.
  • Approving a design because the document recites the seven principles is not assessment; nothing was checked.

Check the Evidence Habit

If you can tell assessment apart from reciting or building, you have the core idea. Continue to Practitioner to run an evidence-based review.

Run an Evidence Trail Review

A practical assessment turns each privacy claim into a question that can only be answered with evidence, then records the answer. The aim is not to score the team; it is to find the gaps between what a system claims and what it does, while there is still time to fix them.

Privacy Threat Prompts

Assessors use threat prompts to make sure they look at a system from a privacy attacker's angle, not just a feature angle. A widely used privacy threat-modeling approach, LINDDUN, organizes these prompts into categories. Each one is a question to ask of every data flow.

Threat Category
Prompt to Ask
IoT Example
Stronger Design
Linkability
Can two records be tied to the same person or device?
A stable device identifier links sessions across time.
Rotate or remove identifiers that are not needed.
Identifiability
Can a record be traced back to a specific individual?
Fine-grained location reveals a home address.
Aggregate or coarsen before the data leaves the device.
Detectability
Can an outsider tell that a record or event exists at all?
Traffic patterns reveal when someone is home.
Reduce or pad signals that leak presence.
Disclosure
Could data be exposed to someone who should not see it?
A log file stores raw readings in plain form.
Minimize, protect, and scope access to each store.
Unawareness
Does the person understand what is happening to their data?
A sensor collects more than the user expects.
Make collection visible and honest, and offer control.
Non-compliance
Does the handling meet the rules and the stated policy?
Retention runs longer than the notice promises.
Align actual behavior with policy and obligations.

Walkthrough: From Claim to Evidence

  1. List the privacy claims. Write down what the product says it does: what it collects, what is off by default, what users can delete.
  2. Turn each claim into a test. For every claim, decide what observation would prove or disprove it.
  3. Exercise the defaults. Set the system to its out-of-the-box state and confirm the protective defaults actually constrain behavior, not just the screen.
  4. Ask to be shown, not told. Request logs, payloads, and disabled-state behavior rather than accepting a verbal assurance.
  5. Record findings against a gate. Note each gap, its severity, and whether it must block release, so the decision is deliberate.

Default Settings Are Where Assessment Earns Its Keep

The single most valuable assessment check is the disabled-state test. Set every optional collection, sharing, and retention feature to off, then watch what the system actually does. If a feature still transmits when its switch is off, you have found a protective screen over an unprotected pipeline, which is one of the most common and most serious privacy findings.

Worked Reasoning: Three Claims, One Method

Claim: analytics is off by default

Test: capture outbound traffic from a fresh device with analytics off. Evidence: no analytics events leave. A finding if any do.

Claim: deletion removes my data

Test: delete an account, then search every store, log, and backup. Evidence: a deletion path that reaches all copies, not one table.

Claim: we only keep summaries

Test: inspect the synced payload. Evidence: summaries, not raw streams. A finding if raw data is retained just in case.

Check the Disabled-State Test

If you can turn claims into tests and check the defaults, you can stop here. Continue to Under the Hood for the impact assessment, the durable record, and where assessment quietly fails.

Keep an Audit Record That Survives Release

Impact Assessment, Records, and Failure Modes belong together in one durable review habit. Failure Modes. The phrase names the ways a claim can quietly stop being true. The deeper layer explains how assessment scales from a quick review to a structured process, and why the output has to be durable. A finding that is not written down, with severity and a decision attached, tends to be forgotten by the next release.

The Data Protection Impact Assessment

When processing is likely to create a high risk to people, data protection practice calls for a structured study before the processing begins. This is a data protection impact assessment, often shortened to DPIA. It describes the processing and its purpose, judges whether the data collected is necessary and proportionate to that purpose, identifies the risks to individuals, and sets out the measures that reduce those risks. For IoT, the trigger is usually large-scale or sensitive sensing, such as continuous monitoring of people in a space, where the impact of getting it wrong is high. The point of a DPIA is to surface and shrink risk while the design can still change, not to produce a document after launch.

Evidence Over Claims, Written Down

The discipline that separates real assessment from theater is insisting on evidence and recording it. For each claim, the record should hold the test that was run, the observation, the resulting finding, its severity, and the decision: fixed, accepted with a reason, or blocked. This turns assessment into something a later reviewer or auditor can re-check, rather than a memory that fades.

Anti-Patterns, Why They Persist, and How to Catch Them

Anti-Pattern
Why It Happens
How to Detect It
Stronger Design
Collect just in case
Data feels free and might be useful later.
Ask the purpose of each field; flag any with no current use.
Collect for a stated purpose; drop the rest.
Screen-only default
The interface is easier to change than the pipeline.
Run the disabled-state test and watch real traffic.
Enforce the default in the data path.
Partial deletion
Deletion is wired to the main table only.
Delete, then search logs, caches, and backups.
A deletion path that reaches every copy.
Stale assessment
The system shipped, then changed, but the review did not.
Compare the current behavior against the last record.
Re-assess when data flows change.
Checkbox review
A list is faster to tick than a system is to test.
Demand evidence behind each tick.
Tie every item to an observation.

Common Pitfalls

  1. Assessing the document, not the system. Reviewing the design description while the running system has drifted away from it.
  2. Accepting claims as evidence. Recording what the team says instead of what the system does.
  3. One-time assessment. Treating a review as a launch gate that never runs again, even as data flows change.
  4. Findings with no decision. Listing gaps without severity or an owner, so nothing is fixed or consciously accepted.
  5. Skipping the impact assessment for high-risk sensing. Launching large-scale or sensitive monitoring without studying its risk first.

Check the Deletion Record

At this depth, assessment is a habit of proof: turn each claim into a test, exercise the defaults, study the risk of high-impact sensing, and write findings down with a decision attached. A trustworthy assessment does not ask whether the team means well; it asks what evidence shows the controls hold, and what would catch them breaking later.

11.1 Summary

  • Assessment is the independent job of checking that privacy controls exist, work, and match the product’s claims; it is distinct from naming principles (foundations) and building controls (implementation).
  • Assessment trusts evidence over promises: walk the system, exercise the protective claims, and confirm each one holds, like a building inspector opening the fire exits.
  • Anti-patterns are recurring shapes of failure: collect just in case, off on screen but on in the pipeline, partial deletion, and notice instead of design.
  • Privacy threat prompts, organized by approaches such as LINDDUN, push the assessor to look at each data flow for linkability, identifiability, detectability, disclosure, unawareness, and non-compliance.
  • The disabled-state test is the highest-value check: set optional features off and confirm the system actually withholds the data, not just the display.
  • For high-risk processing, a data protection impact assessment (DPIA) studies and shrinks risk before launch; findings should be recorded with severity and a decision so they can be re-checked later.
Key Takeaway

Privacy assessment is evidence, not assurance. Turn each claim into a test, exercise the defaults, study the risk of high-impact sensing with a DPIA, and write every finding down with a severity and a decision. The test of an assessment is not whether the team means well, but what observation shows the controls hold, and what would catch them breaking.

11.2 See Also

Privacy by Design Foundations

Review the seven principles and protective defaults that an assessment checks against.

Privacy by Design Implementation

See how protective defaults and runtime gates are built, so you know what evidence to ask for.

Privacy Patterns and Data Tiers

Recognize the minimization and separation patterns whose absence an assessment flags.