sessions
Facilitates session management and conversation history tracking for enhanced user interactions across various channels.
Install this skill
Security score
The sessions skill was audited on Feb 22, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 87 | console.log(`Session ID: ${session.id}`); |
Template literal with variable interpolation in command context
| 88 | console.log(`Created: ${session.createdAt}`); |
Template literal with variable interpolation in command context
| 89 | console.log(`Messages: ${session.messageCount}`); |
Template literal with variable interpolation in command context
| 90 | console.log(`Last activity: ${session.lastActivityAt}`); |
Template literal with variable interpolation in command context
| 125 | console.log(`[${msg.role}] ${msg.content}`); |
Template literal with variable interpolation in command context
| 156 | console.log(`Checkpoint ID: ${checkpoint.id}`); |
Template literal with variable interpolation in command context
| 157 | console.log(`Messages saved: ${checkpoint.messageCount}`); |
Template literal with variable interpolation in command context
| 163 | console.log(`${cp.id}: ${cp.name} (${cp.messageCount} messages)`); |
Access to .env file
| 74 | encryptionKey: process.env.SESSION_KEY, |
Install this skill with one command
/learn @alsk1992/sessions