session-reflection-analysis
Analyzes session history to identify inefficiencies and improve future interactions in Claude Code.
Install this skill
or
81/100
Security score
The session-reflection-analysis skill was audited on Feb 28, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 18
Template literal with variable interpolation in command context
SourceSKILL.md
| 18 | ```bash |
medium line 54
Template literal with variable interpolation in command context
SourceSKILL.md
| 54 | ```bash |
medium line 16
Access to hidden dotfiles in home directory
SourceSKILL.md
| 16 | First, find the correct project folder. Claude Code stores sessions at `~/.claude/projects/` with folder names derived from the project path (slashes become dashes, colons become double-dashes). |
low line 20
Access to hidden dotfiles in home directory
SourceSKILL.md
| 20 | ls -la ~/.claude/projects/ |
low line 34
Access to hidden dotfiles in home directory
SourceSKILL.md
| 34 | ls ~/.claude/projects/ |
low line 216
Access to hidden dotfiles in home directory
SourceSKILL.md
| 216 | ls -lt ~/.claude/projects/ | head -10 |
low line 219
Access to hidden dotfiles in home directory
SourceSKILL.md
| 219 | ls ~/.claude/projects/ | grep -i "keyword" |
Scanned on Feb 28, 2026
View Security Dashboard