DRAFT
General Risks
Deepfake and Identity Spoofing
- Risk: Generative AI can create highly realistic fake audio, video, or images, enabling attackers to bypass biometric authentication or impersonate legitimate users. It would be a significant challenge for online(video) authentication. The rapid advancement of AI-driven deepfake technologies, can undermine biometric authentication mechanisms such as facial recognition.
- Solution: Implement deepfake detection tools, multi-factor authentication (MFA), and robust identity verification processes to reduce reliance on single biometric factors. Also update continuously the forgery detection algorithms.
Prompt Injection and Policy Manipulation
- Risk: Since policies are enforced through cryptographic protocols rather than natural language interpretation, making prompt injection harder. But if the wallet uses AI-driven assistants or automated decision-making (e.g., for verifying credentials or guiding users), attackers can craft malicious prompts to manipulate the AI’s logic.
Even if the wallet itself is secure, any connected AI-based helpdesk or verification service could be exploited via prompt injection.
- Solution: Apply prompt hardening techniques, context isolation, and strict input validation. Use allowlists/denylists and sandbox testing for untrusted inputs.
Data Leakage and Membership Inference
- Risk: If identity-related data is used to train AI models, attackers may infer sensitive attributes or reconstruct original data through model inversion or membership inference attacks.
If the wallet uses AI services (e.g., for fraud detection, identity verification, or UX personalization), sensitive identity data might be exposed during model training or inference. If wallet operations involve external AI APIs, data could leak through logs or model updates. Even if raw data isn’t shared, patterns in queries or metadata could allow attackers to infer user attributes. e.g your AI tools on your mobile phone have access to your ID wallet!!
If AI is integrated for convenience (e.g., chatbots or automated KYC), and those models access identity data, leakage and inference risks reappear. Metadata (timestamps, transaction patterns) can still be exploited for inference even if credentials are protected.
- Solution: Enforce data minimization, segregate sensitive datasets, adopt privacy-preserving training methods (e.g., differential privacy), and secure the entire data lifecycle.
Misinformation and Social Engineering
- Risk: AI-generated content can be used to create convincing phishing messages or fake instructions, tricking users into revealing recovery phrases or credentials for identity wallets.
Digital identity wallets rely on users to manage credentials and recovery phrases. Attackers can still use AI-generated phishing emails, fake instructions, or fraudulent websites to trick users into revealing sensitive information. Social engineering campaigns can impersonate official wallet support or government identity services, convincing users to share credentials or approve malicious transactions.
- Solution: Deploy misinformation detection systems, educate users on security best practices, and implement strict content moderation and auditing for AI outputs. [1]
Synthetic Identity Fraud (looks repeated)
- Risk: The emergence of synthetic identities created by combining real and fabricated data, which can bypass traditional identity verification systems. If such identities are stored or validated within digital identity wallets, they can compromise the overall trust model.
- Solutions:
AI-driven behavioral and pattern analysis
Enhanced fraud detection mechanisms
Verification based on multiple trusted sources rather than a single authority
Scalability and Accuracy Limitations of Existing Systems
(could it be a correct risk for wallets?)
- Risk: Many current digital identity security systems lack the scalability and accuracy required to handle large volumes of users and increasingly sophisticated AI-based attacks. This limitation poses a significant challenge for identity wallets operating at national or cross-border scale.
- Solutions:
Deployment of scalable and resilient system architectures
Use of AI to automate threat detection and response
Continuous improvement of algorithmic accuracy under high-load conditions [2]
...
GenAI: here we mean using GenAI outside the wallet (AI-as-a-Service)
Implicit data leakage (even without “sending data”)
Even if you think you’re only sending:
...
This is called inference leakage. Over time, the AI provider can reconstruct who you are and what you’re doing — without seeing raw identity data.
Loss of user sovereignty
When AI runs outside the wallet:
...
This quietly breaks self-sovereign identity principles.
Policy manipulation & dark negotiation
External AI can:
bias disclosure decisions
“optimize” for platform goals
subtly over-disclose to reduce friction
...
This is algorithmic coercion, not a bug.
Prompt and context retention
Most AI services:
log prompts
retain context
reuse data for tuning or monitoring
...
Once logged: You can’t revoke it.
Correlation across wallets and services
A single AI provider serving many wallets can:
...
This recreates centralized identity — without consent.
Regulatory and jurisdictional drift
External AI services may:
...
unclear data residency
legal exposure for wallet providers
compliance contradictions (GDPR, eIDAS, etc.)
Model hallucination becomes a security risk
Inside a wallet:
AI mistakes are bounded
Outside:hallucinated policy interpretations
incorrect legal assumptions
wrong proof selection
...