Skip to main content

orchestrator

Manages agent state transitions and session lifecycle in a single-orchestrator architecture, ensuring efficient context management.

Install this skill

or
78/100

Security score

The orchestrator skill was audited on May 12, 2026 and we found 10 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 40

Access to hidden dotfiles in home directory

SourceSKILL.md
40~/.claude/skills/orchestrator/scripts/enter-state.sh FIX_BROKEN
low line 160

Access to hidden dotfiles in home directory

SourceSKILL.md
160if [ -f "~/.claude/skills/orchestrator/scripts/enter-state.sh" ]; then
low line 162

Access to hidden dotfiles in home directory

SourceSKILL.md
162~/.claude/skills/orchestrator/scripts/enter-state.sh IMPLEMENT
low line 164

Access to hidden dotfiles in home directory

SourceSKILL.md
164~/.claude/skills/orchestrator/scripts/enter-state.sh INIT
medium line 189

Access to hidden dotfiles in home directory

SourceSKILL.md
189| Force transition | `~/.claude/skills/orchestrator/scripts/enter-state.sh NEW_STATE` |
medium line 190

Access to hidden dotfiles in home directory

SourceSKILL.md
190| Run session entry | `~/.claude/skills/orchestrator/scripts/session-entry.sh` |
low line 260

Access to hidden dotfiles in home directory

SourceSKILL.md
260~/.claude/skills/orchestrator/scripts/enter-state.sh IMPLEMENT
medium line 101

Access to .env file

SourceSKILL.md
101| Missing .env | Copy from .env.example if exists |
low line 153

Access to .env file

SourceSKILL.md
153*"Missing"*".env"*)
low line 154

Access to .env file

SourceSKILL.md
154[ -f ".env.example" ] && cp .env.example .env ;;
Scanned on May 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 7
Rate this skill
Categorydevelopment
UpdatedMay 13, 2026
ingpoc/SKILLS