multi-agent-architect
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill promotes secure development practices by explicitly instructing the use of environment variables for managing sensitive credentials like API keys and database URLs, effectively preventing hardcoded secrets in generated code.
- [COMMAND_EXECUTION]: Examples referencing execution tools, such as the Python REPL, include mandatory security warnings requiring execution within isolated, sandboxed environments to mitigate risks associated with arbitrary code execution.
- [PROMPT_INJECTION]: The skill identifies and provides solutions for common agentic logic failures, such as infinite loops and routing errors, by implementing step counters and validating agent transitions against hardcoded allowlists.
- [SAFE]: The documentation encourages a least-privilege approach by recommending that only necessary tools be bound to individual agents, reducing the potential attack surface of the multi-agent system.
Audit Metadata