Skip to main content

planning

Enhances task execution by creating persistent markdown files to track goals, findings, and progress during complex projects.

Install this skill

or
66/100

Security score

The planning skill was audited on Mar 1, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 67

Template literal with variable interpolation in command context

SourceSKILL.md
67```bash
medium line 99

Template literal with variable interpolation in command context

SourceSKILL.md
99```bash
medium line 296

Template literal with variable interpolation in command context

SourceSKILL.md
296```bash
medium line 301

Template literal with variable interpolation in command context

SourceSKILL.md
301```bash
low line 73

Access to hidden dotfiles in home directory

SourceSKILL.md
73cat ~/.claude/skills/planning/templates/task_plan.md > "$PLAN_DIR/task_plan.md"
low line 74

Access to hidden dotfiles in home directory

SourceSKILL.md
74cat ~/.claude/skills/planning/templates/findings.md > "$PLAN_DIR/findings.md"
low line 75

Access to hidden dotfiles in home directory

SourceSKILL.md
75cat ~/.claude/skills/planning/templates/progress.md > "$PLAN_DIR/progress.md"
medium line 242

Access to hidden dotfiles in home directory

SourceSKILL.md
242Templates are in `~/.claude/skills/planning/templates/`:
medium line 249

Access to hidden dotfiles in home directory

SourceSKILL.md
249- **User scope** (global): `~/.claude/skills/planning/templates/`
low line 290

Access to hidden dotfiles in home directory

SourceSKILL.md
290ls ~/.claude/skills/planning/templates/
Scanned on Mar 1, 2026
View Security Dashboard