扫描报告
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.
可以安装
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
│ ├─
veto-conditions.md
Markdown
│ └─
ziying-scenario.md
Markdown
├─
▾
scripts
│ └─
render.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ 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