Skip to main content

create-current

Transforms personal relationships into AI Skills by analyzing social media and chat history for enhanced understanding and communication.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

high line 46

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
122```
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 218

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
372```bash
high line 385

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
397```bash
medium line 403

Template literal with variable interpolation in command context

SourceSKILL.md
403```bash
medium line 417

Template literal with variable interpolation in command context

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