Account security - MFA, sessions, recovery. Use when protecting user accounts.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill account-security --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Account Security?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-account-security-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: account-security
description: Account security - MFA, sessions, recovery. Use when protecting user accounts.
---
# Account Security Guideline
## Tech Stack
* **Auth**: better-auth
* **Framework**: Next.js
## Non-Negotiables
* Session/device visibility and revocation must exist
* All security-sensitive actions must be server-enforced and auditable
* Account recovery must require step-up verification
## Context
Account security is about giving users control over their own safety. Users should be able to see what's accessing their account, remove suspicious sessions, and understand when something unusual happens.
But it's also about protecting users from threats they don't know about. Compromised credentials, session hijacking, social engineering attacks on support — these require proactive detection, not just user vigilance.
## Driving Questions
* Can a user tell if someone else has access to their account?
* What happens when an account is compromised — how fast can we detect and respond?
* How does the recovery flow prevent social engineering attacks?
* What security events should trigger user notification?
* Where are we relying on user vigilance when we should be detecting threats?
* What would a truly paranoid user want that we don't offer?
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!