Agent Development
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns, data exfiltration, or dangerous command execution detected in any of the provided files.
- [Indirect Prompt Injection] (LOW): The skill provides a surface for indirect prompt injection as it generates agent configurations based on user-provided descriptions. This is the intended functionality of the agent-creation template.
- Ingestion points: User input in Step 2 of
examples/agent-creation-prompt.md("[YOUR DESCRIPTION]"). - Boundary markers: Absent in the example template prompt.
- Capability inventory: Generated agents are shown using tools such as
Read,Write,Grep, andGlobas described inexamples/agent-creation-prompt.md. - Sanitization: No sanitization of user-provided descriptions is performed before they are processed by the LLM to generate the agent configuration.
Audit Metadata