Scan Report
5 /100
video-edit-strategy
视频剪辑策略生成 - analyzes video materials and user intent to output structured JSON editing strategies
Pure documentation skill that only generates video editing strategy JSON; no executable code, no network access, no credential handling, and no file operations beyond accepting user-provided file paths as input.
Safe to install
No action required. This skill is safe to use as it only outputs JSON strategies and does not execute any commands.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | Skill does not read or write files; only accepts user-provided paths as JSON inp… |
| Network | NONE | NONE | — | No network operations defined |
| Shell | NONE | NONE | — | No shell execution in skill; references downstream skills only |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | References downstream skills in execution_plan but does not invoke them directly |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 37.8 KB · 1232 lines Markdown 3f · 1232L
├─
examples.md
Markdown
├─
SKILL.md
Markdown
└─
strategy-schema.md
Markdown
Security Positives
✓ Pure documentation/specification skill with no executable code
✓ No network requests or external communication
✓ No credential access or sensitive file operations
✓ No obfuscation or hidden functionality
✓ Output is limited to structured JSON video editing strategies
✓ Only references user-provided file paths without accessing them directly