create-lang-plugin
Fail
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides detailed implementation patterns utilizing
child_process.execFileSyncandchild_process.spawnSyncto execute arbitrary CLI tools and shell commands directly on the host operating system. - [REMOTE_CODE_EXECUTION]: The
exec.runfunction is designed to execute arbitrary code blocks provided by the AI agent, effectively creating a mechanism for unvalidated code execution through various language runtimes or CLI tools. - [PROMPT_INJECTION]: The
contextfield allows plugins to inject arbitrary strings into the prompt context via theadditionalContextparameter, which lacks boundary markers or sanitization, creating a surface for manipulating agent behavior through data injection.
Recommendations
- AI detected serious security threats
Audit Metadata