after-effects
Automates Adobe After Effects projects using ExtendScript, enabling users to create and modify layers, keyframes, and compositions efficiently.
Install this skill
or
79/100
Security score
The after-effects skill was audited on Feb 12, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 91
Access to hidden dotfiles in home directory
SourceSKILL.md
| 91 | SKILL_SCRIPTS="$(readlink -f ~/.claude/skills/after-effects-assistant/scripts 2>/dev/null || readlink ~/.claude/skills/after-effects-assistant/scripts)" |
medium line 98
Access to hidden dotfiles in home directory
SourceSKILL.md
| 98 | - `~/.claude/skills/` is typically a symlink — ExtendScript `#include` fails through symlinks |
medium line 166
Access to hidden dotfiles in home directory
SourceSKILL.md
| 166 | 1. **`~/.ae-assistant-log`** — runner.sh logs every execution, args, results, and errors here |
medium line 168
Access to hidden dotfiles in home directory
SourceSKILL.md
| 168 | 3. **`~/.ae-assistant-extendscript.log`** — ExtendScript-level logs from `appendLog()` in utils.jsx |
medium line 171
Access to hidden dotfiles in home directory
SourceSKILL.md
| 171 | When an error occurs, read `~/.ae-assistant-log` to understand what happened, fix the script, and retry. |
Scanned on Feb 12, 2026
View Security Dashboard