扫描报告
5 /100
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
This is a pure-documentation meta-skill guiding skill-invocation workflow with no executable code, scripts, or dangerous capabilities present.
可以安装
No action needed. The skill contains only Markdown documentation describing skill invocation rules and flow diagrams. No security controls are required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No code or file operations present; SKILL.md is documentation only |
| 网络访问 | NONE | NONE | — | No network operations in any file |
| 命令执行 | NONE | NONE | — | No shell commands or subprocess calls |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | Meta-documentation only; does not invoke other skills itself |
| 剪贴板 | NONE | NONE | — | No clipboard operations |
| 浏览器 | NONE | NONE | — | No browser operations |
| 数据库 | NONE | NONE | — | No database operations |
目录结构
2 文件 · 3.8 KB · 92 行 Markdown 1f · 87L
JSON 1f · 5L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present — pure Markdown documentation
✓ No network requests, file operations, or shell commands
✓ No credential or sensitive data access
✓ No obfuscation, base64 payloads, or suspicious patterns
✓ No dependencies or package files
✓ No sensitive file paths accessed
✓ No data exfiltration vectors