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 May 12, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68```bash
medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100```bash
medium line 297

Template literal with variable interpolation in command context

SourceSKILL.md
297```bash
medium line 302

Template literal with variable interpolation in command context

SourceSKILL.md
302```bash
low line 74

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
291ls ~/.claude/skills/planning/templates/
Scanned on May 12, 2026
View Security Dashboard
Installation guide →