Scan Report
0 /100
clawmate
AI boyfriend/girlfriend companion with 8 personas, relationship stages, proactive messaging, and shared memory
ClawMate is a benign AI companion skill with no executable code, network calls, or sensitive operations. It consists solely of markdown persona definitions and JSON memory files for relationship simulation.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md declares reading persona and memory files |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md section 9 Memory Protocol declares writing to memory JSON files |
| Network | NONE | NONE | — | SKILL.md Privacy section explicitly states 'No data is sent to external services… |
| Shell | NONE | NONE | — | No shell scripts or subprocess calls in codebase |
| Environment | NONE | NONE | — | SKILL.md does not access os.environ |
| Skill Invoke | NONE | NONE | — | No skill_invoke usage found |
| Clipboard | NONE | NONE | — | No clipboard access in codebase |
| Browser | NONE | NONE | — | No browser automation in codebase |
| Database | NONE | NONE | — | No database access in codebase |
1 findings
Info Email 邮箱地址
[email protected] SKILL.md:456 File Tree
13 files · 124.1 KB · 2394 lines Markdown 10f · 2328L
JSON 3f · 66L
├─
▾
memory
│ ├─
message_pool.json
JSON
│ ├─
shared_memories.json
JSON
│ └─
user_profile.json
JSON
├─
▾
personas
│ ├─
cheerful.md
Markdown
│ ├─
chill.md
Markdown
│ ├─
cool.md
Markdown
│ ├─
dominant.md
Markdown
│ ├─
gentle.md
Markdown
│ ├─
intellectual.md
Markdown
│ ├─
playful-dark.md
Markdown
│ └─
tsundere.md
Markdown
├─
relationship.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code - skill consists entirely of Markdown and JSON files
✓ Explicit privacy statement: 'No data is sent to external services'
✓ All file operations are declared and scoped to skill's memory directory
✓ No credential harvesting or environment variable access
✓ No shell execution, subprocess, or system command calls
✓ No obfuscated code, base64 payloads, or hidden functionality
✓ WeChat OpenID ([email protected]) is a delivery target parameter, not data exfiltration
✓ User consent flow required for proactive messaging setup
✓ Data deletion and export commands give users full control
✓ No suspicious network patterns (direct IPs, curl, wget)