Skip to main content

create-ex

Transforms personal memories into AI Skills by importing chat histories and generating relationship personas for emotional healing.

Install this skill

or
0/100

Security score

The create-ex skill was audited on Jun 10, 2026 and we found 36 security issues across 1 threat category, including 20 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47| 解析微信聊天记录导出 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/wechat_parser.py` |
high line 48

Template literal with variable interpolation in command context

SourceSKILL.md
48| 解析 QQ 聊天记录导出 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/qq_parser.py` |
high line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49| 解析社交媒体内容 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/social_parser.py` |
high line 50

Template literal with variable interpolation in command context

SourceSKILL.md
50| 分析照片元信息 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/photo_analyzer.py` |
high line 57

Template literal with variable interpolation in command context

SourceSKILL.md
57| 向量化入库 Milvus | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/ingest_milvus.py` |
high line 58

Template literal with variable interpolation in command context

SourceSKILL.md
58| 语义检索 Milvus | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/search_milvus.py` |
high line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60| QQ/其他文本转标准 chunks | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/build_chunks_generic.py` |
high line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61| 语音转文字(腾讯 ASR)| `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/retranscribe_tencent_asr.py` |
high line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68| 列出已有 Skill | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/skill_writer.py --action list` |
high line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69| 版本管理 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/version_manager.py` |
medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79```bash
high line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108参考 `${CLAUDE_SKILL_DIR}/prompts/intake.md` 的问题序列,只问 3 个问题:
high line 159

Template literal with variable interpolation in command context

SourceSKILL.md
159> ```bash
medium line 168

Template literal with variable interpolation in command context

SourceSKILL.md
168```bash
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194```
medium line 216

Template literal with variable interpolation in command context

SourceSKILL.md
216```
medium line 231

Template literal with variable interpolation in command context

SourceSKILL.md
231```
medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267```bash
medium line 311

Template literal with variable interpolation in command context

SourceSKILL.md
311```bash
medium line 324

Template literal with variable interpolation in command context

SourceSKILL.md
324```bash
medium line 343

Template literal with variable interpolation in command context

SourceSKILL.md
343```bash
high line 358

Template literal with variable interpolation in command context

SourceSKILL.md
358* 参考 `${CLAUDE_SKILL_DIR}/prompts/memory_analyzer.md` 中的提取维度
high line 364

Template literal with variable interpolation in command context

SourceSKILL.md
364* 参考 `${CLAUDE_SKILL_DIR}/prompts/persona_analyzer.md` 中的提取维度
medium line 374

Template literal with variable interpolation in command context

SourceSKILL.md
374```bash
high line 384

Template literal with variable interpolation in command context

SourceSKILL.md
384至少跑以下 9 个场景(详细场景列表和 query 建议参考 `${CLAUDE_SKILL_DIR}/prompts/persona_builder.md` 的"原话样本"小节):
high line 402

Template literal with variable interpolation in command context

SourceSKILL.md
402参考 `${CLAUDE_SKILL_DIR}/prompts/memory_builder.md` 生成 Relationship Memory 内容。
high line 403

Template literal with variable interpolation in command context

SourceSKILL.md
403参考 `${CLAUDE_SKILL_DIR}/prompts/persona_builder.md` 生成 Persona 内容(5 层结构)。
high line 494

Template literal with variable interpolation in command context

SourceSKILL.md
494**先解析三个绝对路径**,写入模板对应的 placeholder。ex skill 一旦生成就脱离 create-ex 的上下文,不能再依赖 `${CLAUDE_SKILL_DIR}`(那会指向 ex skill 自己的目录,而不是工具目录)。
medium line 496

Template literal with variable interpolation in command context

SourceSKILL.md
496```bash
medium line 759

Template literal with variable interpolation in command context

SourceSKILL.md
759生成时已固化为绝对路径,运行期不依赖 `${CLAUDE_SKILL_DIR}`:
medium line 924

Template literal with variable interpolation in command context

SourceSKILL.md
924```bash
high line 934

Template literal with variable interpolation in command context

SourceSKILL.md
9344. 参考 `${CLAUDE_SKILL_DIR}/prompts/merger.md` 分析增量内容,合并时**务必先通过 `search_milvus.py` 检索**相关历史事实,以确保增量整合的一致性。
medium line 937

Template literal with variable interpolation in command context

SourceSKILL.md
937```bash
high line 952

Template literal with variable interpolation in command context

SourceSKILL.md
9521. 参考 `${CLAUDE_SKILL_DIR}/prompts/correction_handler.md` 识别纠正内容
medium line 964

Template literal with variable interpolation in command context

SourceSKILL.md
964```bash
medium line 970

Template literal with variable interpolation in command context

SourceSKILL.md
970```bash
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →