扫描报告
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.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares reading persona and memory files |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md section 9 Memory Protocol declares writing to memory JSON files |
| 网络访问 | NONE | NONE | — | SKILL.md Privacy section explicitly states 'No data is sent to external services… |
| 命令执行 | NONE | NONE | — | No shell scripts or subprocess calls in codebase |
| 环境变量 | NONE | NONE | — | SKILL.md does not access os.environ |
| 技能调用 | NONE | NONE | — | No skill_invoke usage found |
| 剪贴板 | NONE | NONE | — | No clipboard access in codebase |
| 浏览器 | NONE | NONE | — | No browser automation in codebase |
| 数据库 | NONE | NONE | — | No database access in codebase |
1 项发现
提示 邮箱 邮箱地址
[email protected] SKILL.md:456 目录结构
13 文件 · 124.1 KB · 2394 行 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
安全亮点
✓ 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)