Skip to main content

cc-sessions-api

Provides specialized guidance for developing cc-sessions API commands for state management, task operations, and protocol execution.

Install this skill

or
75/100

Security score

The cc-sessions-api skill was audited on Feb 9, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 146

Template literal with variable interpolation in command context

SourceSKILL.md
146throw new Error(`Invalid mode: ${mode}. Must be one of: ${validModes.join(', ')}`);
medium line 192

Template literal with variable interpolation in command context

SourceSKILL.md
192console.log(`Mode: ${state.mode}`);
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193console.log(`Task: ${state.task.name}`);
medium line 279

Template literal with variable interpolation in command context

SourceSKILL.md
279items.forEach(item => console.log(` • ${item.name}`));
medium line 297

Template literal with variable interpolation in command context

SourceSKILL.md
297return { success: false, error: `Unknown subcommand: ${subcommand}` };
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →