Scan Report
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.
Safe to install
No action needed. This skill is safe for use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md: Reads .docx, .md, .txt, .json input files |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md: Writes .json and .pptx output files |
| Network | NONE | NONE | — | No network calls in skill |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md: Runs python3 工具/generate_ppt_from_json.py (local script only) |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
2 files · 6.4 KB · 186 lines Markdown 1f · 182L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
└─
SKILL.md
Markdown
Security Positives
✓ 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