agent-creator
Warn
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes code templates for both TypeScript and Python that utilize the
npxcommand to fetch and execute external code. - Evidence: The configuration snippets for
mcpServersinclude the commandnpx claude-flow@alpha mcp start. This package is retrieved from the public NPM registry at runtime and is not associated with a known trusted organization. - [COMMAND_EXECUTION]: The skill instructs the creation of agents equipped with high-impact tools and recommends permission settings that remove human-in-the-loop oversight.
- Evidence: The SDK implementation examples explicitly list
BashandWritein theallowedToolsarray. - Evidence: The
agent-creator-process.dotfile highlights abypassPermissionsmode described as "Auto-approve all," which poses a significant risk of unauthorized command execution if the agent is compromised or follows a malicious prompt. - [REMOTE_CODE_EXECUTION]: The framework encourages a pattern of "reverse engineering" and executing remote scripts as part of its "Phase 4: Deep Technical Enhancement."
- Evidence: The integration of the
claude-flowMCP server vianpxconstitutes remote code execution, as the logic of the server is hosted externally and executed locally to provide the agent's core capabilities.
Audit Metadata