Scan Report
0 /100
Drawing
Generate children's drawings and coloring pages with modular prompts, style packs, and print-ready constraints across image models.
A pure documentation-based prompt-engineering skill with no executable code, dependencies, or undeclared functionality.
Safe to install
Safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | All files are markdown documentation; no executable code that reads or writes fi… |
| Network | NONE | NONE | — | Skill documents that prompts are sent to image providers, but contains no networ… |
| Shell | NONE | NONE | — | CLI commands in model-portability.md are documented for user reference, not auto… |
| Environment | NONE | NONE | — | No environment variable access in any file |
| Skill Invoke | NONE | NONE | — | No skill invocation code present |
| Clipboard | NONE | NONE | — | No clipboard access code |
| Browser | NONE | NONE | — | No browser automation code |
| Database | NONE | NONE | — | No database access code |
5 findings
Medium External URL 外部 URL
https://clawic.com/skills/drawing SKILL.md:5 Medium External URL 外部 URL
https://platform.openai.com/docs/guides/image-generation source-notes.md:8 Medium External URL 外部 URL
https://cookbook.openai.com/examples/generate_images_with_gpt_image source-notes.md:18 Medium External URL 外部 URL
https://cloud.google.com/vertex-ai/generative-ai/docs/image/image-prompts-design source-notes.md:28 Medium External URL 外部 URL
https://docs.openclaw.ai/concepts/models source-notes.md:38 File Tree
9 files · 22.3 KB · 655 lines Markdown 8f · 650L
JSON 1f · 5L
├─
_meta.json
JSON
├─
coloring-pages.md
Markdown
├─
memory-template.md
Markdown
├─
model-portability.md
Markdown
├─
prompt-system.md
Markdown
├─
setup.md
Markdown
├─
SKILL.md
Markdown
├─
source-notes.md
Markdown
└─
style-packs.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code
✓ No dependencies (no requirements.txt, package.json, etc.)
✓ Clear Security & Privacy section explaining data flow
✓ Documents explicitly what data stays local vs leaves the machine
✓ No credential harvesting or sensitive file access
✓ No obfuscation or base64-encoded payloads
✓ No network calls to external IPs
✓ CLI commands are documented for user reference, not auto-executed