扫描报告
0 /100
arch-video-cut
Automatic Architecture Video Editing Workflow with Self-Learning Preferences
Legitimate architecture video editing workflow using ffmpeg for merging, subtitling, and audio mixing with a self-learning preference system. All shell execution is documented and necessary for video processing.
可以安装
No action needed. Skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | scripts/full_workflow.py:46 subprocess.run(..., shell=True) — required for ffmpe… |
| 文件系统 | WRITE | WRITE | ✓ 一致 | All writes scoped to data/ and config/ directories as documented |
1 项发现
中危 外部 URL 外部 URL
http://www.ual-studio.com/ SKILL.md:242 目录结构
6 文件 · 29.5 KB · 1018 行 Markdown 3f · 510L
Python 3f · 508L
├─
▾
scripts
│ ├─
full_workflow.py
Python
│ ├─
manage_preferences.py
Python
│ └─
preference_learner.py
Python
├─
README.md
Markdown
├─
SELF_LEARNING_GUIDE.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ All subprocess shell execution is directly documented via ffmpeg installation instructions in SKILL.md
✓ File I/O is strictly scoped to data/ and config/ directories, no sensitive paths accessed
✓ No external network connections made by runtime code (external URL is only in author branding in SKILL.md)
✓ No credential harvesting, environment variable iteration, or sensitive file access
✓ No obfuscation, base64 execution, or anti-analysis techniques
✓ No hidden functionality — SKILL.md accurately describes all capabilities
✓ No supply chain risks — uses only standard library and ffmpeg (documented as a prerequisite)
✓ Self-learning system only writes user preferences to config/user_preferences.json, no exfiltration