Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
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.
Skill Namebreakup-decision
Duration27.2s
Enginepi
Safe to install
No action needed. This is a pure content skill with no security concerns.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No executable code; all files are Markdown documentation
Network NONE NONE No network requests in any file
Shell NONE NONE scripts/render.md describes rendering steps as documentation, not actual shell c…
Environment NONE NONE No environment variable access in any file
Skill Invoke NONE NONE Pure text workflow definition, no skill invocation code
Clipboard NONE NONE No clipboard access code
Browser NONE NONE No browser automation code
Database NONE NONE No database access code
4 findings
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/License-MIT-black?style=flat-square
README.md:9
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/OpenClaw-Skill-a855f7?style=flat-square
README.md:10
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/Energy-Mean%20Girl-ff6b9d?style=flat-square
README.md:11
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/Sugarcoating-Zero-2d1b4e?style=flat-square
README.md:12

File Tree

6 files · 16.6 KB · 408 lines
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

Security Positives

✓ 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