learn-from-session
Analyzes Claude Code sessions to identify improvements and suggest high-confidence fixes for skills based on session performance.
Install this skill
or
93/100
Security score
The learn-from-session skill was audited on Jun 3, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 13
Access to hidden dotfiles in home directory
SourceSKILL.md
| 13 | - Session file path: `~/.claude/projects/.../session-id.jsonl` |
low line 41
Access to hidden dotfiles in home directory
SourceSKILL.md
| 41 | ~/.claude/projects/{project-path-encoded}/{session-id}.jsonl |
low line 48
Access to hidden dotfiles in home directory
SourceSKILL.md
| 48 | find ~/.claude/projects -name "*{session-id}*" -type f 2>/dev/null |
Scanned on Jun 3, 2026
View Security Dashboard