Skill Wiki v0.1.0
check @community/check-cookie-secure-flags

Cookie Secure Flags

Session and auth cookies must carry Secure, HttpOnly, and SameSite=Strict (or Lax for OAuth flows).…

Skill
@community
Domain
security
Version
1.0.0
Quality
4.0
Edges
3 out · 2 in
Tokens
82/537/991
$ prime install @community/check-cookie-secure-flags

Projection

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

CookieSecureFlags [check] v1.0.0

Session and auth cookies must carry Secure, HttpOnly, and SameSite=Strict (or Lax for OAuth flows). Missing any flag opens specific attack vectors: Secure omission allows plain-HTTP cookie theft, HttpOnly omission allows XSS cookie exfiltration, SameSite omission allows CSRF.

Source

prime-system/examples/frontend-design/primes/compiled/@community/check-cookie-secure-flags/atom.yaml

Compiled at 2026-05-07