ai-python-subagents
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFE
Full Analysis
- [Agent Orchestration Pattern]: The skill demonstrates how to define a subagent that accepts a 'topic' parameter. This is a common design pattern for task delegation within AI systems.
- [Untrusted Input Ingestion]: The 'research' tool accepts a string variable ('topic') which is interpolated into the child agent's message history. While this is the intended functionality, it is a standard practice to ensure that inputs processed by subagents are handled within the security boundaries provided by the underlying AI SDK.
Audit Metadata