fp-go-mcp
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides the user to download the fp-go generator tool from IBM's official GitHub repository (
github.com/IBM/fp-go/gen/v2) using the standard Go package manager commandgo get -tool. - [COMMAND_EXECUTION]: The instructions involve configuring an MCP client (such as Claude Desktop) to execute the
go tool gen mcpcommand. This command launches the local server to provide documentation to the agent via stdio transport. - [SAFE]: Analysis of the skill instructions and metadata reveals no malicious patterns. The tools provided (
list_skills,use_skill,search_examples, andget_example) are read-only, operate on embedded data without requiring network access, and do not access sensitive system files or credentials. The configuration steps for the MCP client are standard for this protocol.
Audit Metadata