Trusted — Risk Score 0/100
Last scan:20 hr ago Rescan
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.
Skill Nameafter-effects-mcp
Duration23.3s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
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 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

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