agent-orchestration
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation and scripts reference official libraries and tools such as
openai,crewai,langgraph, andlangfuse. These are well-known and trusted technology providers used according to their intended purpose. - [COMMAND_EXECUTION]: The multi-scenario orchestration references include examples of using Python's
subprocessmodule to manage multiple agent terminal instances. This is a documented architectural pattern for parallel testing and is not used for malicious purposes. - [DATA_EXPOSURE]: The skill provides templates for managing sensitive data, such as database credentials and API keys, through environment variables (
process.env.OPENAI_API_KEY) and standard configuration files, adhering to security best practices for secret management.
Audit Metadata