Skill Wiki v0.1.0
principle @community/principle-owasp-auth-failures

Owasp Auth Failures

Authentication systems must implement: account lockout or exponential backoff after failed attempts, multi-factor authentication for sensitive operations, secure session management (HTTPOnly + Secure cookies, short-lived…

Skill
@community
Domain
security
Version
1.0.0
Quality
4.0
Edges
3 out · 5 in
Tokens
146/374/631
$ prime install @community/principle-owasp-auth-failures

Projection

Always in _index.xml · the agent never has to ask for this.

OwaspAuthFailures [principle] v1.0.0

OWASP Top 10 A07:2021 (formerly Broken Authentication) — identification and authentication failures that allow attackers to assume other users' identities, temporarily or permanently.

Authentication systems must implement: account lockout or exponential backoff after failed attempts, multi-factor authentication for sensitive operations, secure session management (HTTPOnly + Secure cookies, short-lived tokens, server-side session invalidation on logout), and credential breach detection via HaveIBeenPwned API or similar.

Source

prime-system/examples/frontend-design/primes/compiled/@community/principle-owasp-auth-failures/atom.yaml

Compiled at 2026-05-07