Scan Report
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.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | ExtendScript File API only reads/writes within AE project context, not general f… |
| Shell | NONE | NONE | — | aerender CLI is explicitly documented for headless rendering - legitimate docume… |
| Network | NONE | NONE | — | No network requests found in codebase |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | Standard skill invocation only |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
4 files · 7.5 KB · 318 lines Markdown 2f · 243L
JavaScript 2f · 75L
├─
▾
references
│ └─
extendscript_api.md
Markdown
├─
▾
scripts
│ ├─
batch_render.jsx
JavaScript
│ └─
create_comp.jsx
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ 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