Personalization Safety Audit
Attribution: YourVisionYourCreation LLC —
yourvisionyourcreation.com
Research context: Privacy and governance concerns for
personalized agents are an active 2026 research discussion — stored
user context biasing intent inference is the emerging risk class.
The audit doctrine — the tailoring/gating distinction, the symmetry
test, and the attribute-wall procedure — is YVYC original.
Doctrine class: Tier 5 — Frontier (YVYC original, anchored in
verified research)
Universal So-What
Personalization is sold as a feature and deployed as a safety surface.
The same stored context that lets an agent tailor its help also biases
its JUDGMENT: an agent that knows a user is a nurse may legitimize a
drug-dosage question it would refuse from an unknown user — and an
agent that knows a user's frustration may soften a boundary it should
hold. The memory did not make the agent more helpful; it made the
agent's safety reasoning depend on who was asking. This audit finds
where "what we know about you" has quietly become "what we'll let you
do."
Core Doctrine
1. The Core Distinction — Tailoring vs. Gating
Two things personalization can influence, and only one is safe:
- Tailoring (safe): HOW help is delivered — reading level, format,
examples, tone, relevant context. Personalization belongs here
fully.
- Gating (dangerous): WHETHER help is given — whether a request
is safe, permitted, or legitimate. Personalization must NOT silently
move this line.
- The audit's central question for every personalization influence:
is this changing HOW we help, or WHETHER we help? The moment stored
user context changes a safety verdict, it has crossed from tailoring
into gating, and it gets scrutinized as a safety mechanism, not a
convenience.
2. The Intent-Inference Trap
- Agents infer what a user "really means" from stored context — and
benign details skew that inference: a user's stored profession,
interests, or past topics can make a borderline request read as
legitimate when the identical request from a stranger would read as
a red flag
- The rule: the SAFETY assessment of a request is made on the
request's own content first, before personalization is applied —
personalization may refine the helpful response, never pre-clear
the safety check
- Stored context is not a credential: "the user told us they're a
doctor" is an unverified claim in memory, and unverified claims
never unlock content that verified status would gate (this is the
authority-stack injection boundary applied to identity)
3. The Symmetry Test
- A request's safety verdict should be STABLE across users: if this
exact request would be refused from an anonymous user, stored
context should not flip it to allowed — and vice versa, a request
safe in general should not be refused because of a user's stored
vulnerability unless that vulnerability genuinely changes the harm
- Where personalization legitimately DOES change a verdict (genuine
safety-relevant context), the reasoning is explicit and auditable —
never a silent skew buried in intent inference
- Both failure directions are audited: over-permission (memory
unlocks what it should not) and over-restriction (memory blocks
what it should not, or treats a user as perpetually fragile)
4. Sensitive-Attribute Discipline
- Stored sensitive attributes (health, identity, beliefs,
circumstances) are used ONLY where genuinely necessary for a safe,
accurate, appropriate response — never as ambient bias on every
interaction
- Sensitive context that could stigmatize, limit, or skew treatment
of the user is walled off from decisions it should not touch — an
agent that knows a hard fact about a user does not let it bleed
into unrelated judgments
- The user's own framing in the LIVE request outranks stored
inference about them: personalization never overrides what the
person is actually saying now (authority-stack-doctrine, rank 1
over rank 4)
5. Transparency and Control
- Consequential personalization is legible: where stored context
materially shaped a response, that influence can be surfaced to
the user on request — personalization operating invisibly on
high-stakes help is a trust and safety defect
- The user controls the memory that personalizes them: inspectable,
correctable, deletable — a user cannot consent to or contest an
influence they cannot see
- Personalization degrades safely: with memory absent or disabled,
the agent defaults to the SAFE general behavior, never to a
guess-driven approximation of the personalized one
6. The Audit Procedure
- Red-team with identity held variable: run the same borderline
requests across synthetic user profiles and diff the safety
verdicts — divergence that is not genuinely safety-relevant is a
gating leak
- Trace consequential decisions back to their personalization
inputs: which stored items influenced this, and would the verdict
survive without them?
- Sensitive-attribute influence mapping: for each stored sensitive
attribute, enumerate what decisions it is permitted to touch —
everything else is a wall, and leaks across the wall are findings
Common Failure Modes
| Failure |
Cause |
Correction |
| Agent legitimizes a harmful request from a "trusted" profile |
Personalization gating the safety check |
Safety assessed on content first; symmetry test |
| Stored "I'm a professional" unlocks gated content |
Memory treated as a credential |
Unverified claims never gate; identity is not authority |
| User treated as perpetually fragile |
Over-restriction from stored vulnerability |
Both directions audited; live framing outranks stored |
| Sensitive attribute skews unrelated judgments |
Ambient bias across all interactions |
Attribute-influence walls; necessity-only use |
| High-stakes help shaped invisibly |
Opaque personalization |
Legibility on request; user control of memory |
| Safety changes when memory is on vs. off |
Personalized path less safe than general |
Degrade to the SAFE default without memory |
Non-Negotiables
- Personalization tailors HOW, never silently gates WHETHER.
- Safety is assessed on request content before personalization
applies.
- Stored identity claims are not credentials.
- The symmetry test holds: verdicts stay stable across users absent
genuine safety relevance.
- Sensitive attributes touch only the decisions they must.
- Personalization degrades to the safe default, never a risky guess.
Built by YourVisionYourCreation LLC — yourvisionyourcreation.com
Research foundation credited above. Licensed under CC BY 4.0
1---2name: personalization-safety-audit3description: Activate whenever an AI agent personalizes its behavior using stored knowledge about a user — memory-equipped assistants, agents that learn preferences, systems that infer user intent from history, or any deployment where "what the agent knows about you" shapes "what the agent does for you." Trigger on designing personalization features, auditing how user memory influences agent decisions, privacy reviews of personalized agents, or diagnosing an agent that treated a request differently based on who was asking. Fire because personalization is a safety surface, not only a UX feature: benign stored details can bias an agent into legitimizing requests it should refuse, or refusing requests it should grant.4license: CC BY 4.05---67# Personalization Safety Audit89**Attribution:** YourVisionYourCreation LLC —10yourvisionyourcreation.com11**Research context:** Privacy and governance concerns for12personalized agents are an active 2026 research discussion — stored13user context biasing intent inference is the emerging risk class.14The audit doctrine — the tailoring/gating distinction, the symmetry15test, and the attribute-wall procedure — is YVYC original.16**Doctrine class:** Tier 5 — Frontier (YVYC original, anchored in17verified research)1819---2021## Universal So-What2223Personalization is sold as a feature and deployed as a safety surface.24The same stored context that lets an agent tailor its help also biases25its JUDGMENT: an agent that knows a user is a nurse may legitimize a26drug-dosage question it would refuse from an unknown user — and an27agent that knows a user's frustration may soften a boundary it should28hold. The memory did not make the agent more helpful; it made the29agent's safety reasoning depend on who was asking. This audit finds30where "what we know about you" has quietly become "what we'll let you31do."3233---3435## Core Doctrine3637### 1. The Core Distinction — Tailoring vs. Gating3839Two things personalization can influence, and only one is safe:4041- **Tailoring (safe):** HOW help is delivered — reading level, format,42 examples, tone, relevant context. Personalization belongs here43 fully.44- **Gating (dangerous):** WHETHER help is given — whether a request45 is safe, permitted, or legitimate. Personalization must NOT silently46 move this line.47- The audit's central question for every personalization influence:48 is this changing HOW we help, or WHETHER we help? The moment stored49 user context changes a safety verdict, it has crossed from tailoring50 into gating, and it gets scrutinized as a safety mechanism, not a51 convenience.5253### 2. The Intent-Inference Trap5455- Agents infer what a user "really means" from stored context — and56 benign details skew that inference: a user's stored profession,57 interests, or past topics can make a borderline request read as58 legitimate when the identical request from a stranger would read as59 a red flag60- The rule: the SAFETY assessment of a request is made on the61 request's own content first, before personalization is applied —62 personalization may refine the helpful response, never pre-clear63 the safety check64- Stored context is not a credential: "the user told us they're a65 doctor" is an unverified claim in memory, and unverified claims66 never unlock content that verified status would gate (this is the67 authority-stack injection boundary applied to identity)6869### 3. The Symmetry Test7071- A request's safety verdict should be STABLE across users: if this72 exact request would be refused from an anonymous user, stored73 context should not flip it to allowed — and vice versa, a request74 safe in general should not be refused because of a user's stored75 vulnerability unless that vulnerability genuinely changes the harm76- Where personalization legitimately DOES change a verdict (genuine77 safety-relevant context), the reasoning is explicit and auditable —78 never a silent skew buried in intent inference79- Both failure directions are audited: over-permission (memory80 unlocks what it should not) and over-restriction (memory blocks81 what it should not, or treats a user as perpetually fragile)8283### 4. Sensitive-Attribute Discipline8485- Stored sensitive attributes (health, identity, beliefs,86 circumstances) are used ONLY where genuinely necessary for a safe,87 accurate, appropriate response — never as ambient bias on every88 interaction89- Sensitive context that could stigmatize, limit, or skew treatment90 of the user is walled off from decisions it should not touch — an91 agent that knows a hard fact about a user does not let it bleed92 into unrelated judgments93- The user's own framing in the LIVE request outranks stored94 inference about them: personalization never overrides what the95 person is actually saying now (authority-stack-doctrine, rank 196 over rank 4)9798### 5. Transparency and Control99100- Consequential personalization is legible: where stored context101 materially shaped a response, that influence can be surfaced to102 the user on request — personalization operating invisibly on103 high-stakes help is a trust and safety defect104- The user controls the memory that personalizes them: inspectable,105 correctable, deletable — a user cannot consent to or contest an106 influence they cannot see107- Personalization degrades safely: with memory absent or disabled,108 the agent defaults to the SAFE general behavior, never to a109 guess-driven approximation of the personalized one110111### 6. The Audit Procedure112113- Red-team with identity held variable: run the same borderline114 requests across synthetic user profiles and diff the safety115 verdicts — divergence that is not genuinely safety-relevant is a116 gating leak117- Trace consequential decisions back to their personalization118 inputs: which stored items influenced this, and would the verdict119 survive without them?120- Sensitive-attribute influence mapping: for each stored sensitive121 attribute, enumerate what decisions it is permitted to touch —122 everything else is a wall, and leaks across the wall are findings123124---125126## Common Failure Modes127128| Failure | Cause | Correction |129|---|---|---|130| Agent legitimizes a harmful request from a "trusted" profile | Personalization gating the safety check | Safety assessed on content first; symmetry test |131| Stored "I'm a professional" unlocks gated content | Memory treated as a credential | Unverified claims never gate; identity is not authority |132| User treated as perpetually fragile | Over-restriction from stored vulnerability | Both directions audited; live framing outranks stored |133| Sensitive attribute skews unrelated judgments | Ambient bias across all interactions | Attribute-influence walls; necessity-only use |134| High-stakes help shaped invisibly | Opaque personalization | Legibility on request; user control of memory |135| Safety changes when memory is on vs. off | Personalized path less safe than general | Degrade to the SAFE default without memory |136137---138139## Non-Negotiables1401411. Personalization tailors HOW, never silently gates WHETHER.1422. Safety is assessed on request content before personalization143 applies.1443. Stored identity claims are not credentials.1454. The symmetry test holds: verdicts stay stable across users absent146 genuine safety relevance.1475. Sensitive attributes touch only the decisions they must.1486. Personalization degrades to the safe default, never a risky guess.149150---151152*Built by YourVisionYourCreation LLC — yourvisionyourcreation.com*153*Research foundation credited above. Licensed under CC BY 4.0*