可信 — 风险评分 0/100
上次扫描:20 小时前 重新扫描
0 /100
after-effects-mcp
Automates Adobe After Effects using ExtendScript (.jsx) files and aerender CLI
Legitimate Adobe After Effects automation skill using official ExtendScript (.jsx) files and aerender CLI. All functionality is properly declared and uses standard Adobe DOM APIs for composition management and rendering.
技能名称after-effects-mcp
分析耗时23.3s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE ExtendScript File API only reads/writes within AE project context, not general f…
命令执行 NONE NONE aerender CLI is explicitly documented for headless rendering - legitimate docume…
网络访问 NONE NONE No network requests found in codebase
环境变量 NONE NONE No environment variable access
技能调用 NONE NONE Standard skill invocation only
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser access
数据库 NONE NONE No database access

目录结构

4 文件 · 7.5 KB · 318 行
Markdown 2f · 243L JavaScript 2f · 75L
├─ 📁 references
│ └─ 📝 extendscript_api.md Markdown 134L · 2.6 KB
├─ 📁 scripts
│ ├─ 📜 batch_render.jsx JavaScript 32L · 1.0 KB
│ └─ 📜 create_comp.jsx JavaScript 43L · 1.1 KB
└─ 📝 SKILL.md Markdown 109L · 2.7 KB

安全亮点

✓ All functionality accurately declared in SKILL.md
✓ ExtendScript files use official Adobe ExtendScript DOM API only
✓ No credential harvesting or sensitive data access
✓ No obfuscation, base64 encoding, or anti-analysis techniques
✓ No external network requests or C2 communication
✓ No hidden functionality or shadow scripts
✓ Documentation matches implementation (create_comp.jsx and batch_render.jsx match documented patterns)
✓ References are legitimate Adobe API documentation