可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
0 /100
breakup-decision
Relationship decision analysis skill — Mean Girl style chatbot that helps users decide whether to stay or leave a relationship through structured evaluation
This skill is entirely text-based (Markdown documentation only) providing relationship advice with no executable code, network access, or credential handling.
技能名称breakup-decision
分析耗时27.2s
引擎pi
可以安装
No action needed. This is a pure content skill with no security concerns.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No executable code; all files are Markdown documentation
网络访问 NONE NONE No network requests in any file
命令执行 NONE NONE scripts/render.md describes rendering steps as documentation, not actual shell c…
环境变量 NONE NONE No environment variable access in any file
技能调用 NONE NONE Pure text workflow definition, no skill invocation code
剪贴板 NONE NONE No clipboard access code
浏览器 NONE NONE No browser automation code
数据库 NONE NONE No database access code
4 项发现
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-black?style=flat-square
README.md:9
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/OpenClaw-Skill-a855f7?style=flat-square
README.md:10
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/Energy-Mean%20Girl-ff6b9d?style=flat-square
README.md:11
🔗
中危 外部 URL 外部 URL
https://img.shields.io/badge/Sugarcoating-Zero-2d1b4e?style=flat-square
README.md:12

目录结构

6 文件 · 16.6 KB · 408 行
Markdown 6f · 408L
├─ 📁 references
│ ├─ 📝 dimensions.md Markdown 54L · 2.3 KB
│ ├─ 📝 veto-conditions.md Markdown 84L · 3.2 KB
│ └─ 📝 ziying-scenario.md Markdown 50L · 1.8 KB
├─ 📁 scripts
│ └─ 📝 render.md Markdown 41L · 1.6 KB
├─ 📝 README.md Markdown 91L · 2.9 KB
└─ 📝 SKILL.md Markdown 88L · 4.7 KB

安全亮点

✓ All content is Markdown documentation only — no executable code present
✓ No shell commands, subprocess calls, or system access
✓ No credential harvesting or environment variable access
✓ No network requests or data exfiltration
✓ No downloads from external sources
✓ No base64-encoded payloads or obfuscated code
✓ Skill only processes user-submitted relationship content for analysis
✓ All references to rendering (scripts/render.md) are documentation describing a workflow, not actual code