create-ex
Transforms personal memories into an AI Skill by importing chat histories and photos, creating a dynamic relationship persona.
Install this skill
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
Template literal with variable interpolation in command context
| 45 | | 解析微信聊天记录导出 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/wechat_parser.py` | |
Template literal with variable interpolation in command context
| 46 | | 解析 QQ 聊天记录导出 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/qq_parser.py` | |
Template literal with variable interpolation in command context
| 47 | | 解析社交媒体内容 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/social_parser.py` | |
Template literal with variable interpolation in command context
| 48 | | 分析照片元信息 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/photo_analyzer.py` | |
Template literal with variable interpolation in command context
| 50 | | 版本管理 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/version_manager.py` | |
Template literal with variable interpolation in command context
| 51 | | 列出已有 Skill | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/skill_writer.py --action list` | |
Template literal with variable interpolation in command context
| 73 | 参考 `${CLAUDE_SKILL_DIR}/prompts/intake.md` 的问题序列,只问 3 个问题: |
Template literal with variable interpolation in command context
| 120 | ``` |
Template literal with variable interpolation in command context
| 148 | ``` |
Template literal with variable interpolation in command context
| 163 | ``` |
Template literal with variable interpolation in command context
| 178 | ``` |
Template literal with variable interpolation in command context
| 217 | * 参考 `${CLAUDE_SKILL_DIR}/prompts/memory_analyzer.md` 中的提取维度 |
Template literal with variable interpolation in command context
| 223 | * 参考 `${CLAUDE_SKILL_DIR}/prompts/persona_analyzer.md` 中的提取维度 |
Template literal with variable interpolation in command context
| 229 | 参考 `${CLAUDE_SKILL_DIR}/prompts/memory_builder.md` 生成 Relationship Memory 内容。 |
Template literal with variable interpolation in command context
| 230 | 参考 `${CLAUDE_SKILL_DIR}/prompts/persona_builder.md` 生成 Persona 内容(5 层结构)。 |
Template literal with variable interpolation in command context
| 366 | 3. 参考 `${CLAUDE_SKILL_DIR}/prompts/merger.md` 分析增量内容 |
Template literal with variable interpolation in command context
| 369 | ```bash |
Template literal with variable interpolation in command context
| 382 | 1. 参考 `${CLAUDE_SKILL_DIR}/prompts/correction_handler.md` 识别纠正内容 |
Template literal with variable interpolation in command context
| 394 | ```bash |
Template literal with variable interpolation in command context
| 400 | ```bash |