Skip to main content

prompt-executor

Executes prompts from a specified directory using various AI models, enabling task delegation and verification loops.

Install this skill

or
62/100

Security score

The prompt-executor skill was audited on Jul 27, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 9

Access to hidden dotfiles in home directory

SourceSKILL.md
9- Bash(python3 ~/.claude/plugins/cache/daplug/daplug/*/skills/prompt-executor/scripts/executor.py:*)
medium line 35

Access to hidden dotfiles in home directory

SourceSKILL.md
35If the user has to manually confirm the executor bash command, suggest they add this rule to `~/.claude/settings.json` under `permissions.allow`:
low line 38

Access to hidden dotfiles in home directory

SourceSKILL.md
38"Bash(PLUGIN_ROOT=$(jq -r '.plugins.\"daplug@cruzanstx\"[0].installPath' ~/.claude/plugins/installed_plugins.json):*)"
low line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44jq '.permissions.allow += ["Bash(PLUGIN_ROOT=$(jq -r '"'"'.plugins.\"daplug@cruzanstx\"[0].installPath'"'"' ~/.claude/plugins/installed_plugins.json):*)"]' ~/.claude/settings.json > /tmp/settings.json
low line 66

Access to hidden dotfiles in home directory

SourceSKILL.md
66PLUGIN_ROOT=$(jq -r '.plugins."daplug@cruzanstx"[0].installPath' ~/.claude/plugins/installed_plugins.json)
medium line 77

Access to hidden dotfiles in home directory

SourceSKILL.md
77- `--moa`: Mixture-of-agents — comma-separated list of 2+ models (e.g. `codex,synthetic,qwen36`). Entries may carry a per-model CLI override as `model:cli` (e.g. `codex:opencode`). Each run gets its o
low line 106

Access to hidden dotfiles in home directory

SourceSKILL.md
106PLUGIN_ROOT=$(jq -r '.plugins."daplug@cruzanstx"[0].installPath' ~/.claude/plugins/installed_plugins.json)
medium line 166

Access to hidden dotfiles in home directory

SourceSKILL.md
166Per-run info lands in `prompts[].moa.runs[]` (worktree, branch, log, state file, launch status); the same data is persisted as a manifest at `~/.claude/loop-state/moa/{N}-{timestamp}.json`. One model
low line 214

Access to hidden dotfiles in home directory

SourceSKILL.md
214"loop_log": "~/.claude/cli-logs/codex-123-loop-20251229-120000.log",
low line 215

Access to hidden dotfiles in home directory

SourceSKILL.md
215"state_file": "~/.claude/loop-state/123.json",
medium line 222

Access to hidden dotfiles in home directory

SourceSKILL.md
222Log paths follow `cli_logs_dir` from `<daplug_config>` if configured (default `~/.claude/cli-logs/`).
medium line 307

Access to hidden dotfiles in home directory

SourceSKILL.md
307**OpenCode permissions (headless runs):** configure `~/.config/opencode/opencode.json` to avoid interactive permission prompts, e.g.:
low line 303

External URL reference

SourceSKILL.md
303GLM-5.2 uses the Z.AI Coding Plan endpoint (`https://api.z.ai/api/coding/paas/v4`) with raw model ID `glm-5.2`. OpenCode receives `zai/glm-5.2`; Claude Code env examples use `glm-5.2[1m]` with `ANTHRO
low line 305

External URL reference

SourceSKILL.md
305Synthetic shorthands use OpenCode provider refs such as `synthetic/syn:large:text`; set `SYNTHETIC_API_KEY` and configure OpenCode's `synthetic` provider with `https://api.synthetic.new/openai/v1`. Ra
Scanned on Jul 27, 2026
View Security Dashboard
Installation guide →