Skip to main content

evolve

Automates the upgrade process for the Elle personal assistant by researching and implementing the latest Claude Code features.

Install this skill

or
0/100

Security score

The evolve skill was audited on Mar 21, 2026 and we found 23 security issues across 2 threat categories, including 10 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80- New features not in `${CLAUDE_SKILL_DIR}/references/platform-capabilities.md`
high line 154

Template literal with variable interpolation in command context

SourceSKILL.md
1545. Cross-reference against `${CLAUDE_SKILL_DIR}/references/platform-capabilities.md` Model Capabilities table to detect changes since last run.
high line 215

Template literal with variable interpolation in command context

SourceSKILL.md
215For each skill in `${ELLE_ROOT}/skills/`, read the SKILL.md and evaluate:
medium line 227

Template literal with variable interpolation in command context

SourceSKILL.md
227```bash
high line 257

Template literal with variable interpolation in command context

SourceSKILL.md
257Compare `${CLAUDE_SKILL_DIR}/references/platform-capabilities.md` and `best-practices.md` against research findings. Flag entries that are:
medium line 266

Template literal with variable interpolation in command context

SourceSKILL.md
266```bash
high line 282

Template literal with variable interpolation in command context

SourceSKILL.md
282Read `${CLAUDE_SKILL_DIR}/references/platform-capabilities.md` System State section:
high line 349

Template literal with variable interpolation in command context

SourceSKILL.md
349Update `${CLAUDE_SKILL_DIR}/references/platform-capabilities.md` and `best-practices.md` with findings from Phase 1. These files serve as "last known state" for future evolve runs.
high line 353

Template literal with variable interpolation in command context

SourceSKILL.md
353Update the Model Capabilities table in `${CLAUDE_SKILL_DIR}/references/platform-capabilities.md` with findings from Phase 1F. Add new capabilities, update proficiency levels, and revise skill design i
high line 357

Template literal with variable interpolation in command context

SourceSKILL.md
357After all changes are applied, update the System State section in `${CLAUDE_SKILL_DIR}/references/platform-capabilities.md`:
high line 370

Template literal with variable interpolation in command context

SourceSKILL.md
370- Bump version in `${ELLE_ROOT}/.claude-plugin/plugin.json` per semver
high line 371

Template literal with variable interpolation in command context

SourceSKILL.md
371- Update `${ELLE_ROOT}/CHANGELOG.md` in Keep a Changelog format
medium line 377

Template literal with variable interpolation in command context

SourceSKILL.md
377```bash
medium line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22> **Note:** Evolve is designed to run from Elle's source repo where the plugin is maintained. Running here will audit and modify your installed copy at `~/.claude/plugins/cache/...`. These changes wil
medium line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
32- Deployed mode: the installed plugin path (find via the highest version directory in `~/.claude/plugins/cache/ai-launchpad/personal-assistant/`)
low line 89

Access to hidden dotfiles in home directory

SourceSKILL.md
89Glob: ~/.claude/plugins/cache/*/skill-creator/*/skills/skill-creator/SKILL.md
low line 103

Access to hidden dotfiles in home directory

SourceSKILL.md
103Glob: ~/.claude/plugins/cache/*/superpowers/*/skills/*/SKILL.md
low line 119

Access to hidden dotfiles in home directory

SourceSKILL.md
119Glob: ~/.claude/plugins/cache/*/*/skills/*/SKILL.md
low line 120

Access to hidden dotfiles in home directory

SourceSKILL.md
120Bash: ls ~/.claude/plugins/cache/*/*/ | head -50
low line 229

Access to hidden dotfiles in home directory

SourceSKILL.md
229ls -la ~/.claude/rules/elle-core.md
low line 230

Access to hidden dotfiles in home directory

SourceSKILL.md
230ls ~/.claude/.context/core/
low line 231

Access to hidden dotfiles in home directory

SourceSKILL.md
231cat ~/.claude/settings.json | python3 -c "import sys,json; d=json.load(sys.stdin); print(json.dumps(d.get('hooks',{}), indent=2))" 2>/dev/null
medium line 394

Access to hidden dotfiles in home directory

SourceSKILL.md
394For recommendations the user deferred or rejected, log to `~/.claude/.context/core/improvements.md` as Active Proposals:
Scanned on Mar 21, 2026
View Security Dashboard