subagent-creator
Warn
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the creation of sub-agents with full access to the host system via the Bash tool.
- Evidence: SKILL.md and references/available-tools.md explicitly define and encourage the use of the
Bashtool for "executing Shell commands" across multiple examples (e.g., code-reviewer, debugger, data-scientist). - [COMMAND_EXECUTION]: The architecture supports a privilege mode that removes human-in-the-loop safety checks.
- Evidence: SKILL.md documents the
bypassPermissionsvalue for thepermissionModefield, which allows sub-agents to perform actions without requiring user approval. - [EXTERNAL_DOWNLOADS]: Sub-agents can be configured to interact with remote web resources.
- Evidence: references/available-tools.md lists
WebFetchandWebSearchas available tools for sub-agents to fetch and process arbitrary web content. - [DATA_EXFILTRATION]: The concurrent availability of file system access and network tools enables the unauthorized transmission of local data.
- Evidence: A sub-agent configured with both
Read/Grep(to access local files) andWebFetch(to reach external URLs) can be easily prompted to exfiltrate sensitive local data. - [PROMPT_INJECTION]: The skill defines a framework vulnerable to indirect prompt injection through data ingestion points.
- Ingestion points: Sub-agents ingest data via the
Readtool (local source code/logs) and theWebFetchtool (external web content). - Boundary markers: The provided templates (assets/subagent-template.md) and instructions lack requirements for delimiters or instructions to ignore embedded commands in processed data.
- Capability inventory: Sub-agents possess high-impact capabilities including
Bashcommand execution,Write/Editfile modification, and network access. - Sanitization: There are no requirements or examples provided for sanitizing or validating external content before it is processed by the agent's logic.
Audit Metadata