Skip to main content

setup

Facilitates the creation of a personalized knowledge system by deriving configurations through conversational interactions.

Install this skill

or
0/100

Security score

The setup skill was audited on Mar 14, 2026 and we found 37 security issues across 1 threat category, including 36 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 19

Template literal with variable interpolation in command context

SourceSKILL.md
19- `${CLAUDE_PLUGIN_ROOT}/reference/kernel.yaml` -- the 15 kernel primitives (with enforcement levels)
high line 20

Template literal with variable interpolation in command context

SourceSKILL.md
20- `${CLAUDE_PLUGIN_ROOT}/reference/interaction-constraints.md` -- dimension coupling rules, hard/soft constraint checks
high line 21

Template literal with variable interpolation in command context

SourceSKILL.md
21- `${CLAUDE_PLUGIN_ROOT}/reference/failure-modes.md` -- 10 failure modes with domain vulnerability matrix
high line 22

Template literal with variable interpolation in command context

SourceSKILL.md
22- `${CLAUDE_PLUGIN_ROOT}/reference/vocabulary-transforms.md` -- domain-native vocabulary mappings (6 transformation levels)
high line 23

Template literal with variable interpolation in command context

SourceSKILL.md
23- `${CLAUDE_PLUGIN_ROOT}/reference/personality-layer.md` -- personality derivation (4 dimensions, conflict resolution, artifact transformation)
high line 24

Template literal with variable interpolation in command context

SourceSKILL.md
24- `${CLAUDE_PLUGIN_ROOT}/reference/three-spaces.md` -- three-space architecture (self/notes/ops separation rules)
high line 25

Template literal with variable interpolation in command context

SourceSKILL.md
25- `${CLAUDE_PLUGIN_ROOT}/reference/use-case-presets.md` -- 3 presets with pre-validated configurations
high line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26- `${CLAUDE_PLUGIN_ROOT}/reference/conversation-patterns.md` -- 5 worked examples validating derivation heuristics
high line 29

Template literal with variable interpolation in command context

SourceSKILL.md
29- `${CLAUDE_PLUGIN_ROOT}/generators/claude-md.md` -- CLAUDE.md generation template
high line 30

Template literal with variable interpolation in command context

SourceSKILL.md
30- `${CLAUDE_PLUGIN_ROOT}/generators/features/*.md` -- composable feature blocks for context file composition
high line 332

Template literal with variable interpolation in command context

SourceSKILL.md
332Once primary dimensions are set, cascade through interaction constraints. Read `${CLAUDE_PLUGIN_ROOT}/reference/interaction-constraints.md` for the full cascade rules.
high line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344Build the complete vocabulary mapping for all 6 transformation levels (see `${CLAUDE_PLUGIN_ROOT}/reference/vocabulary-transforms.md`):
high line 360

Template literal with variable interpolation in command context

SourceSKILL.md
360Map personality signals to four dimensions (see `${CLAUDE_PLUGIN_ROOT}/reference/personality-layer.md`):
high line 383

Template literal with variable interpolation in command context

SourceSKILL.md
383Run BEFORE proceeding to the proposal. Read `${CLAUDE_PLUGIN_ROOT}/reference/interaction-constraints.md`.
high line 423

Template literal with variable interpolation in command context

SourceSKILL.md
423Read `${CLAUDE_PLUGIN_ROOT}/reference/failure-modes.md`. Check the derived configuration against the domain vulnerability matrix. Flag all HIGH-risk failure modes for this configuration. These get inc
high line 622

Template literal with variable interpolation in command context

SourceSKILL.md
622**For Claude Code:** Generate `CLAUDE.md` using `${CLAUDE_PLUGIN_ROOT}/generators/claude-md.md` template.
medium line 627

Template literal with variable interpolation in command context

SourceSKILL.md
627```
high line 1270

Template literal with variable interpolation in command context

SourceSKILL.md
1270**Skill source templates live at `${CLAUDE_PLUGIN_ROOT}/skill-sources/`.** Each subdirectory contains a `SKILL.md` template that must be read, vocabulary-transformed, and written to the user's skills
high line 1276

Template literal with variable interpolation in command context

SourceSKILL.md
1276| `${CLAUDE_PLUGIN_ROOT}/skill-sources/reduce/` | reduce | Processing |
high line 1277

Template literal with variable interpolation in command context

SourceSKILL.md
1277| `${CLAUDE_PLUGIN_ROOT}/skill-sources/reflect/` | reflect | Processing |
high line 1278

Template literal with variable interpolation in command context

SourceSKILL.md
1278| `${CLAUDE_PLUGIN_ROOT}/skill-sources/reweave/` | reweave | Processing |
high line 1279

Template literal with variable interpolation in command context

SourceSKILL.md
1279| `${CLAUDE_PLUGIN_ROOT}/skill-sources/verify/` | verify | Processing |
high line 1280

Template literal with variable interpolation in command context

SourceSKILL.md
1280| `${CLAUDE_PLUGIN_ROOT}/skill-sources/validate/` | validate | Processing |
high line 1281

Template literal with variable interpolation in command context

SourceSKILL.md
1281| `${CLAUDE_PLUGIN_ROOT}/skill-sources/seed/` | seed | Orchestration |
high line 1282

Template literal with variable interpolation in command context

SourceSKILL.md
1282| `${CLAUDE_PLUGIN_ROOT}/skill-sources/ralph/` | ralph | Orchestration |
high line 1283

Template literal with variable interpolation in command context

SourceSKILL.md
1283| `${CLAUDE_PLUGIN_ROOT}/skill-sources/pipeline/` | pipeline | Orchestration |
high line 1284

Template literal with variable interpolation in command context

SourceSKILL.md
1284| `${CLAUDE_PLUGIN_ROOT}/skill-sources/tasks/` | tasks | Orchestration |
high line 1285

Template literal with variable interpolation in command context

SourceSKILL.md
1285| `${CLAUDE_PLUGIN_ROOT}/skill-sources/stats/` | stats | Navigation |
high line 1286

Template literal with variable interpolation in command context

SourceSKILL.md
1286| `${CLAUDE_PLUGIN_ROOT}/skill-sources/graph/` | graph | Navigation |
high line 1287

Template literal with variable interpolation in command context

SourceSKILL.md
1287| `${CLAUDE_PLUGIN_ROOT}/skill-sources/next/` | next | Navigation |
high line 1288

Template literal with variable interpolation in command context

SourceSKILL.md
1288| `${CLAUDE_PLUGIN_ROOT}/skill-sources/learn/` | learn | Growth |
high line 1289

Template literal with variable interpolation in command context

SourceSKILL.md
1289| `${CLAUDE_PLUGIN_ROOT}/skill-sources/remember/` | remember | Growth |
high line 1290

Template literal with variable interpolation in command context

SourceSKILL.md
1290| `${CLAUDE_PLUGIN_ROOT}/skill-sources/rethink/` | rethink | Evolution |
high line 1291

Template literal with variable interpolation in command context

SourceSKILL.md
1291| `${CLAUDE_PLUGIN_ROOT}/skill-sources/refactor/` | refactor | Evolution |
high line 1294

Template literal with variable interpolation in command context

SourceSKILL.md
12941. Read `${CLAUDE_PLUGIN_ROOT}/skill-sources/[name]/SKILL.md`
high line 1555

Template literal with variable interpolation in command context

SourceSKILL.md
1555Run all 15 primitive checks against the generated system. Use `${CLAUDE_PLUGIN_ROOT}/reference/validate-kernel.sh` if available. Otherwise manually verify:
high line 1628

Template literal with variable interpolation in command context

SourceSKILL.md
1628**If a preset was selected:** Check `${CLAUDE_PLUGIN_ROOT}/presets/[preset]/starter/` for domain-specific starter notes. Use the most relevant starter as a seed:
Scanned on Mar 14, 2026
View Security Dashboard