扫描报告
0 /100
solution-expert
Turn customer background, current problems, and target requirements into a consulting-grade solution narrative and PPT-ready JSON outline
A straightforward consulting-style PPT solution generator with no security concerns—pure text processing and local file I/O.
可以安装
No action needed. This skill is safe for use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: Reads .docx, .md, .txt, .json input files |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md: Writes .json and .pptx output files |
| 网络访问 | NONE | NONE | — | No network calls in skill |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: Runs python3 工具/generate_ppt_from_json.py (local script only) |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 6.4 KB · 186 行 Markdown 1f · 182L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
└─
SKILL.md
Markdown
安全亮点
✓ No shell commands, subprocess, or external script execution beyond declared local tool
✓ No network requests or outbound data transfer
✓ No credential harvesting or environment variable access
✓ No obfuscation, base64 encoding, or anti-analysis patterns
✓ No sensitive file access (no ~/.ssh, ~/.aws, .env access)
✓ No downloads or remote code execution
✓ Clean doc-to-code alignment with no hidden functionality
✓ Pure text processing and structured JSON output workflow