skill-creator-agent
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection attacks because it lacks proper sanitization and boundary markers for external data.
- Ingestion points: User-provided requests (
userRequest,task) and file contents (relevantFiles) are directly embedded into system prompts inSKILL.md(lines 354, 434, 532). - Boundary markers: No delimiters or instructional guards are present to prevent the agent from following instructions embedded within the processed data.
- Capability inventory: The skill patterns utilize highly privileged tools including
Bash,Write,Edit, andWebFetch. - Sanitization: There is no evidence of input validation or escaping of special characters.
- [COMMAND_EXECUTION]: The provided code implementations explicitly configure agents with administrative-level tools such as
BashandEdit(e.g.,allowedTools: ['Read', 'Grep', 'Bash']on line 343). - [EXTERNAL_DOWNLOADS]: The documentation suggests installing the
@anthropic-ai/claude-agent-sdk(NPM) andclaude_agent_sdk(PyPI) packages. These are official developer resources for building agentic applications.
Audit Metadata