Rust Service Security
Use when adding, changing, testing, or reviewing security-sensitive Rust web service behavior, especially login flows, password hashing, credential checks, session cookies, flash messages, admin route protection, auth middleware, user enumeration defenses, or moving CPU-heavy password work off async executors.
Rustv0.1.0MITrustsecurityauthenticationsessionspasswords
Install
npx skills add LVTD-LLC/skills --skill rust-service-securityFrom `SKILL.md`
Use this skill when a Rust service handles identity, credentials, sessions, cookies, privileged routes, or sensitive user data. Prefer explicit threat checks and tests over optimistic handler code.