扫描报告
0 /100
apollo-debugging / sysflow-systematic-debugging
Systematic debugging methodology skill using a 4-phase approach: root cause investigation, pattern analysis, hypothesis & testing, and implementation
Pure documentation skill providing a 4-phase debugging methodology with no executable code, scripts, or dangerous capabilities.
可以安装
No action needed. This is a methodology document with zero attack surface.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in SKILL.md |
| 网络访问 | NONE | NONE | — | No network calls in SKILL.md |
| 命令执行 | NONE | NONE | — | No shell execution in SKILL.md |
| 环境变量 | NONE | NONE | — | No env access in SKILL.md |
| 技能调用 | NONE | NONE | — | No cross-skill invocations declared |
| 剪贴板 | NONE | NONE | — | No clipboard access in SKILL.md |
| 浏览器 | NONE | NONE | — | No browser automation in SKILL.md |
| 数据库 | NONE | NONE | — | No database access in SKILL.md |
目录结构
2 文件 · 6.0 KB · 234 行 Markdown 1f · 228L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable code or scripts present
✓ No external dependencies (requirements.txt, package.json, etc.)
✓ No filesystem, network, or shell capabilities declared or inferred
✓ Pure documentation skill providing debugging methodology
✓ No credential harvesting or sensitive data access
✓ No remote code execution patterns