Skip to main content

lifecycle

Manages command lifecycle with hooks for initialization, execution, interruption, and continuous learning.

Install this skill

or
75/100

Security score

The lifecycle skill was audited on Mar 1, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 171

Template literal with variable interpolation in command context

SourceSKILL.md
171output(`
medium line 205

Template literal with variable interpolation in command context

SourceSKILL.md
205output(`
medium line 364

Template literal with variable interpolation in command context

SourceSKILL.md
364console.log(`[Lifecycle] 进入阶段: ${phase}`);
medium line 370

Template literal with variable interpolation in command context

SourceSKILL.md
370console.log(`[Lifecycle] 任务完成: ${taskId}`);
medium line 398

Template literal with variable interpolation in command context

SourceSKILL.md
398console.log(`[Lifecycle] 错误: ${error.message}`);
Scanned on Mar 1, 2026
View Security Dashboard