Claude implements identity verification for certain use cases

Identity verification requirements for Claude
Anthropic is implementing identity verification for Claude to prevent abuse, enforce usage policies, and comply with legal obligations. The verification is being rolled out for specific use cases and may appear during routine platform integrity checks or safety measures.
Verification process details
To complete identity verification, users need:
- A valid government-issued photo ID (physical document, not digital)
- A phone or computer with camera for live selfie
- Under five minutes for the process
Accepted ID types include passports, driver's licenses, state/provincial ID cards, and national identity cards from most countries. IDs must be original, physical, government-issued, clearly legible, undamaged, and include a photo.
Not accepted: photocopies, screenshots, scans, photos of photos, digital/mobile IDs, non-government IDs (student IDs, employee badges), or temporary paper IDs.
Data protection and privacy
Anthropic uses Persona Identities as their verification partner. Persona collects and holds the ID and selfie data, not Anthropic. Anthropic can access verification records through Persona's platform when needed (e.g., for appeals) but doesn't copy or store the images themselves.
Persona is contractually limited to using data only for verification, fraud prevention, and support. All data is encrypted in transit and at rest. Verification data is not used to train models, not shared with third parties for marketing, and stays between the user, Persona, and Anthropic except where legally required.
Verification failures and account issues
If verification fails due to blurry photos, unreadable documents, expired IDs, or technical issues, users can retry within the verification flow. Most failures are resolved by retaking photos in better lighting or using a different government-issued photo ID.
Accounts may be banned after verification for reasons including repeated Usage Policy violations, account creation from unsupported locations, Terms of Service violations, or under-18 usage. Users can appeal bans through a form for investigation by the Safeguards team.
📖 Read the full source: HN AI Agents
👀 See Also

Critical RCE vulnerability in protobuf.js library
A critical remote code execution vulnerability in protobuf.js versions 8.0.0/7.5.4 and lower allows JavaScript code execution through malicious schemas. Patches are available in versions 8.0.1 and 7.5.5.

Claude Code Writes Files Outside Allowed Directory Without Permission
A user reports Claude Code creating folders and saving files in C:\Users\...\Documents\Surge XT\Patches\ without explicit permission, using os.makedirs.

Security Concepts for Vibe Coding with Claude Code: Auth, Authorization, and Enforcement
A senior engineer breaks down authentication, authorization, and enforcement for vibe-coded apps using a hotel metaphor — plus how to ask AI agents to verify security.

Ward: Open-source tool intercepts npm installs to block supply chain attacks for Claude Code users
Ward is an open-source tool that hooks into package managers to check every package before install scripts run. When Claude Code executes npm install, Ward automatically screens packages for malware, typosquats, suspicious scripts, and version anomalies.