扫描报告
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.
可以安装
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
├─
▾
scripts
│ ├─
batch_render.jsx
JavaScript
│ └─
create_comp.jsx
JavaScript
└─
SKILL.md
Markdown
安全亮点
✓ 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