agent-protocol
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and implementation patterns for agentic communication protocols. The included code snippets follow industry best practices, such as using the Zod library for strict schema validation of tool inputs and implementing authentication middleware for remote servers.
- [EXTERNAL_DOWNLOADS]: The documentation and code examples reference well-known, industry-standard libraries including the Model Context Protocol (MCP) SDK, Express, and Zod for Node.js, as well as Httpx and JSonSchema for Python. These dependencies are used for their intended architectural purposes within the protocol implementations.
- [COMMAND_EXECUTION]: A testing utility in the documentation demonstrates using
subprocess.Popento launch a local Node.js server for integration testing. This is a standard software development practice and does not involve executing remote code or accessing sensitive system files.
Audit Metadata