team-lifecycle
Facilitates team collaboration across roles for specification, implementation, and testing in a unified lifecycle process.
Install this skill
Security score
The team-lifecycle skill was audited on Feb 27, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 59 | throw new Error(`Unknown role: ${role}. Available: ${Object.keys(VALID_ROLES).join(', ')}`) |
Template literal with variable interpolation in command context
| 116 | Bash(`ccw team log --team "${teamName}" --from "${role}" --to "coordinator" --type "<type>" --summary "<summary>" --json`) |
Template literal with variable interpolation in command context
| 117 | Bash(`ccw team list --team "${teamName}" --last 10 --json`) |
Template literal with variable interpolation in command context
| 118 | Bash(`ccw team status --team "${teamName}" --json`) |
Template literal with variable interpolation in command context
| 129 | prefixes.some(p => t.subject.startsWith(`${p}-`)) && |
Template literal with variable interpolation in command context
| 240 | prompt: `你是 team "${teamName}" 的 ANALYST。 |
Template literal with variable interpolation in command context
| 261 | prompt: `你是 team "${teamName}" 的 WRITER。 |
Template literal with variable interpolation in command context
| 281 | prompt: `你是 team "${teamName}" 的 DISCUSSANT。 |
Template literal with variable interpolation in command context
| 302 | prompt: `你是 team "${teamName}" 的 PLANNER。 |
Template literal with variable interpolation in command context
| 323 | prompt: `你是 team "${teamName}" 的 EXECUTOR。 |
Template literal with variable interpolation in command context
| 343 | prompt: `你是 team "${teamName}" 的 TESTER。 |
Template literal with variable interpolation in command context
| 363 | prompt: `你是 team "${teamName}" 的 REVIEWER。 |