manage-saaskit-sessions
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides implementation guidelines for session management that align with security best practices.\n
- Recommends
HttpOnly,Secure, andSameSite: Laxcookie attributes.\n - Instructs against storing access tokens in
localStorage.\n - Emphasizes the use of scoped paths for cookies (e.g.,
/apifor access tokens,/auth/refreshfor refresh tokens) to reduce exposure.\n- [SAFE]: External references target official documentation and tools from a recognized vendor (Scalekit).\n - Fetches session timeout configuration from
docs.scalekit.com.\n - References official LLM-friendly documentation (
docs.scalekit.com/llms.txt) and MCP servers (mcp.scalekit.com).\n- [SAFE]: Secret management practices are sound.\n - The code examples use
process.envfor environment variables (SCALEKIT_CLIENT_SECRET, etc.) rather than hardcoding credentials.\n- [SAFE]: The skill includes explicit instructions for error handling, such as returning 401 status codes when authentication or refresh operations fail, preventing unauthorized request continuation.
Audit Metadata