begin-session
Facilitates development sessions by loading context, running diagnostics, and providing intelligent task recommendations.
Install this skill
Security score
The begin-session skill was audited on Feb 9, 2026 and we found 10 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 124 | const trackingFiles = await glob(`docs/AITracking/AIAction_${today}_*.md`); |
Template literal with variable interpolation in command context
| 128 | const sprintStatus = await readFile(`docs/SprintStatus/Sprint Status-${today}.md`); |
Template literal with variable interpolation in command context
| 134 | const auditFiles = await glob(`docs/audit/**/*${today}*`); |
Template literal with variable interpolation in command context
| 214 | description: `Fix ${diagnostics.lintErrors} lint + ${diagnostics.typeErrors} type errors` |
Template literal with variable interpolation in command context
| 221 | description: `Complete ${diagnostics.todoCount} incomplete items` |
Template literal with variable interpolation in command context
| 228 | description: `Systematic resolution of ${diagnostics.todoCount} TODOs` |
Template literal with variable interpolation in command context
| 290 | reason: `${diagnostics.lintErrors} lint errors - Must fix before continuing` |
Template literal with variable interpolation in command context
| 296 | reason: `${diagnostics.lintErrors} lint errors - Should fix soon` |
Template literal with variable interpolation in command context
| 302 | reason: `${diagnostics.typeErrors} type errors need attention` |
Template literal with variable interpolation in command context
| 308 | reason: `${diagnostics.todoCount} TODOs need resolution` |