Skip to main content

team-lifecycle

Facilitates team collaboration across roles for specification, implementation, and testing in a unified lifecycle process.

Install this skill

or
40/100

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

medium line 59

Template literal with variable interpolation in command context

SourceSKILL.md
59throw new Error(`Unknown role: ${role}. Available: ${Object.keys(VALID_ROLES).join(', ')}`)
medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116Bash(`ccw team log --team "${teamName}" --from "${role}" --to "coordinator" --type "<type>" --summary "<summary>" --json`)
medium line 117

Template literal with variable interpolation in command context

SourceSKILL.md
117Bash(`ccw team list --team "${teamName}" --last 10 --json`)
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118Bash(`ccw team status --team "${teamName}" --json`)
medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129prefixes.some(p => t.subject.startsWith(`${p}-`)) &&
medium line 240

Template literal with variable interpolation in command context

SourceSKILL.md
240prompt: `你是 team "${teamName}" 的 ANALYST。
medium line 261

Template literal with variable interpolation in command context

SourceSKILL.md
261prompt: `你是 team "${teamName}" 的 WRITER。
medium line 281

Template literal with variable interpolation in command context

SourceSKILL.md
281prompt: `你是 team "${teamName}" 的 DISCUSSANT。
medium line 302

Template literal with variable interpolation in command context

SourceSKILL.md
302prompt: `你是 team "${teamName}" 的 PLANNER。
medium line 323

Template literal with variable interpolation in command context

SourceSKILL.md
323prompt: `你是 team "${teamName}" 的 EXECUTOR。
medium line 343

Template literal with variable interpolation in command context

SourceSKILL.md
343prompt: `你是 team "${teamName}" 的 TESTER。
medium line 363

Template literal with variable interpolation in command context

SourceSKILL.md
363prompt: `你是 team "${teamName}" 的 REVIEWER。
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →