Skip to main content

crush

Creates a personalized AI model of a crush using chat logs and photos, enabling simulated conversations and emotional analysis.

Install this skill

or
0/100

Security score

The crush skill was audited on May 26, 2026 and we found 17 security issues across 2 threat categories, including 12 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 25

Template literal with variable interpolation in command context

SourceSKILL.md
25- `${CLAUDE_SKILL_DIR}` resolves to the skill directory automatically.
high line 31

Template literal with variable interpolation in command context

SourceSKILL.md
31- Use `{baseDir}` in place of `${CLAUDE_SKILL_DIR}` — OpenClaw resolves this at runtime.
high line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70| Parse WeChat exports | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/wechat_parser.py` |
high line 71

Template literal with variable interpolation in command context

SourceSKILL.md
71| Parse QQ exports | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/qq_parser.py` |
high line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72| Parse social media text | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/social_parser.py` |
high line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73| Analyze photo EXIF / GPS | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/photo_analyzer.py` |
high line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74| Bayesian message tagging | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/bayesian_tagger.py` |
high line 75

Template literal with variable interpolation in command context

SourceSKILL.md
75| Version snapshots | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/version_manager.py` |
high line 77

Template literal with variable interpolation in command context

SourceSKILL.md
77| List existing profiles | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/skill_writer.py --action list` |
high line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79**OpenClaw note**: Replace `${CLAUDE_SKILL_DIR}` with `{baseDir}` in all Bash commands.
high line 99

Template literal with variable interpolation in command context

SourceSKILL.md
99Follow `${CLAUDE_SKILL_DIR}/prompts/intake.md`. Ask three questions:
medium line 142

Template literal with variable interpolation in command context

SourceSKILL.md
142```bash
high line 167

Template literal with variable interpolation in command context

SourceSKILL.md
1671. Follow `${CLAUDE_SKILL_DIR}/prompts/correction_handler.md`.
medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177```bash
medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184```bash
medium line 189

Template literal with variable interpolation in command context

SourceSKILL.md
189```bash
medium line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29- Install to `~/.openclaw/skills/crush` or `<workspace>/skills/crush`.
Scanned on May 26, 2026
View Security Dashboard
Installation guide →