Scan Report
0 /100
planning-mode
Use this when a user proposes a project or task that needs planning. Guide them through staged questions with options and descriptions to clarify goals, constraints, scope, and technical approaches.
This is a pure-documentation skill with no executable code, scripts, or dependencies. All 4 files are Markdown references defining a project-planning methodology and question-generation framework.
Safe to install
This skill is safe to use. No action required.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file I/O operations in any of the 4 Markdown files. |
| Network | NONE | NONE | — | No network calls, URLs, IP addresses, or external fetch references. |
| Shell | NONE | NONE | — | No shell commands, subprocess calls, or bash references in any file. |
| Environment | NONE | NONE | — | No environment variable access in any file. |
| Skill Invoke | NONE | NONE | — | No cross-skill invocations observed. |
| Clipboard | NONE | NONE | — | No clipboard operations referenced. |
| Browser | NONE | NONE | — | No browser automation or web access. |
| Database | NONE | NONE | — | No database operations. |
File Tree
4 files · 19.3 KB · 633 lines Markdown 4f · 633L
├─
▾
references
│ ├─
dynamic-questions.md
Markdown
│ ├─
errors.md
Markdown
│ └─
templates.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with zero executable code
✓ All files are Markdown — no scripts, binaries, or compiled artifacts
✓ No external dependencies or package files
✓ Declared allowed-tools (sessions_spawn, memory_search, memory_get) are consistent with and fully explained by documentation
✓ No sensitive file access, credential harvesting, or network communication
✓ No obfuscation techniques (base64, eval, atob) or suspicious code patterns
✓ No hidden functionality — all content is visible in plain Markdown
✓ No supply chain risks — no third-party packages or unpinned versions