RFC 6973 Quiz

Privacy threat modeling and data minimization

0 / 0

References

Q1: Why does privacy analysis include legitimate recipients and intermediaries as potential observers?

Multiple Choice
**Explanation:** RFC 6973 distinguishes observers from traditional attackers and evaluates context. A legitimate role can still create privacy harm through collection, compromise, or secondary use. Endpoints and intermediaries may see data by design and traffic patterns can remain observable.

Q2: An agent uses one stable identifier across unrelated services. Which privacy threat increases?

Multiple Choice
**Explanation:** Identifier reuse primarily affects linkability rather than message framing. Stable identifiers do not inherently improve or reduce service uptime. A persistent identifier lets observers connect activities that users may expect to remain separate.

Q3: What does data minimization ask a protocol designer to do?

Multiple Choice
**Explanation:** Minimization reduces collection, exposure, retention, and later misuse opportunities. Speculative collection conflicts with minimizing unnecessary data. Encryption does not justify indefinite collection or retention.

Q4: A service logs full prompts and tokens for debugging with no deletion policy. Which risks should be reviewed?

Multiple Choice
**Explanation:** The main privacy issue is retained sensitive data, not only performance. Logs can outlive the purpose, be breached, or be reused beyond user expectations. Internal recipients and storage systems are still observers and compromise targets.

Q5: Does encrypting an A2A connection eliminate surveillance risk?

Multiple Choice
**Explanation:** Packet size, timing, endpoints, and protocol patterns can remain observable. A stable identifier can increase correlation rather than remove surveillance. Confidentiality protects content but does not automatically provide undetectability.

Q6: What is secondary use?

Multiple Choice
**Explanation:** Unexpected reuse can harm autonomy even when the original collection was authorized. That is a retry or replay issue rather than the privacy concept of secondary use. Infrastructure redundancy is not secondary use unless data purpose changes.

Q7: What does user participation add to privacy design?

Multiple Choice
**Explanation:** Participation requires usable controls and is not achieved by documentation alone. These mechanisms let individuals influence how their data is exposed and used. Participation can instead support limiting information per recipient or intermediary.

Q8: A protocol has privacy-protective and data-rich modes. What should designers examine about the default?

Multiple Choice
**Explanation:** Analytics convenience does not by itself justify less protective defaults. Removing control can worsen user participation and requires explicit trade-off analysis. RFC 6973 asks designers to explain defaults that are less protective.

Q9: An A2A workflow has client, broker, agent, tool, and audit service phases. How should privacy analysis be structured?

Multiple Choice
**Explanation:** Separate phase analysis reveals changing observers while the whole-flow view reveals cross-phase correlation. Earlier enablers and intermediaries may observe or retain equally sensitive data. Visibility, purpose, trust, and control differ by role and phase.

Q10: Which privacy review is most consistent with RFC 6973?

Multiple Choice

An A2A gateway stores complete grants, session proofs, tenant IDs, task IDs, and prompts for one year to investigate incidents. The store is encrypted and operator access is authenticated. A later proposal would reuse the same records to rank employee productivity.

**Explanation:** RFC 6973 Section 5.2.3 defines secondary use as using collected information for a different purpose without the individual's consent. Encryption and authenticated access reduce some disclosure risks, but they do not make later productivity ranking part of the original incident-response purpose or remove correlation risk. Section 6.1 defines data minimization across collection, use, disclosure, and storage. The review should identify which fields incident response needs, reduce identifiability where possible, bound retention and access, and evaluate the later use separately, including appropriate participation and transparency controls. RFC 6973 is Informational guidance and does not set one retention duration or prohibit all logging. It provides a framework for exposing the purpose, observer, identifiability, secondary-use, and mitigation trade-offs that the design must resolve.