Skip to main content

create-ex

Transforms personal memories into an AI Skill by importing chat histories and photos, creating a dynamic relationship persona.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

high line 45

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
50| 版本管理 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/version_manager.py` |
high line 51

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
120```
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148```
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163```
medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178```
high line 217

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
223* 参考 `${CLAUDE_SKILL_DIR}/prompts/persona_analyzer.md` 中的提取维度
high line 229

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
3663. 参考 `${CLAUDE_SKILL_DIR}/prompts/merger.md` 分析增量内容
medium line 369

Template literal with variable interpolation in command context

SourceSKILL.md
369```bash
high line 382

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
394```bash
medium line 400

Template literal with variable interpolation in command context

SourceSKILL.md
400```bash
Scanned on May 21, 2026
View Security Dashboard
Installation guide →