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
| 146 | throw new Error(`Invalid mode: ${mode}. Must be one of: ${validModes.join(', ')}`); |
medium line 192
Template literal with variable interpolation in command context
SourceSKILL.md
| 192 | console.log(`Mode: ${state.mode}`); |
medium line 193
Template literal with variable interpolation in command context
SourceSKILL.md
| 193 | console.log(`Task: ${state.task.name}`); |
medium line 279
Template literal with variable interpolation in command context
SourceSKILL.md
| 279 | items.forEach(item => console.log(` • ${item.name}`)); |
medium line 297
Template literal with variable interpolation in command context
SourceSKILL.md
| 297 | return { success: false, error: `Unknown subcommand: ${subcommand}` }; |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry