create-agent-adapter
Provides a technical guide for creating Paperclip agent adapters, detailing architecture, interfaces, and module structure.
Install this skill
or
65/100
Security score
The create-agent-adapter skill was audited on May 15, 2026 and we found 3 security issues across 2 threat categories, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
critical line 306
Eval function call - arbitrary code execution
SourceSKILL.md
| 306 | - Never `eval()` or dynamically execute anything from output |
medium line 607
Access to hidden dotfiles in home directory
SourceSKILL.md
| 607 | Codex has a global personal skills directory (`$CODEX_HOME/skills` or `~/.codex/skills`). The adapter symlinks Paperclip skills there if they don't already exist. This is acceptable because it's the a |
medium line 649
Access to .env file
SourceSKILL.md
| 649 | - User-provided secrets in `config.env` are passed as env vars, redacted in `onMeta` logs |
Scanned on May 15, 2026
View Security Dashboard