Skip to main content

strategic-compact

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

88/100

Security score

The strategic-compact skill was audited on Mar 16, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 41

Access to home directory dotfiles

SourceSKILL.md
39## Hook Setup
40
41Add to your `~/.claude/settings.json`:
42
43```json
low line 49

Access to home directory dotfiles

SourceSKILL.md
47 {
48 "matcher": "Edit",
49 "hooks": [{ "type": "command", "command": "node ~/.claude/skills/strategic-compact/suggest-compact.js" }]
50 },
51 {
low line 53

Access to home directory dotfiles

SourceSKILL.md
51 {
52 "matcher": "Write",
53 "hooks": [{ "type": "command", "command": "node ~/.claude/skills/strategic-compact/suggest-compact.js" }]
54 }
55 ]
medium line 86

Access to home directory dotfiles

SourceSKILL.md
84| CLAUDE.md instructions | Intermediate reasoning and analysis |
85| TodoWrite task list | File contents you previously read |
86| Memory files (`~/.claude/memory/`) | Multi-step conversation context |
87| Git state (commits, branches) | Tool call history and counts |
88| Files on disk | Nuanced user preferences stated verbally |
Scanned on Mar 16, 2026
View Security Dashboard