guru-mcp
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
mcporterbinary tool to execute commands against the Guru MCP server for operations like document search and card updates. - [SAFE]: API credential management for
GURU_API_TOKENcorrectly directs users to store sensitive information in a local.envfile rather than hardcoding values into the skill. - [SAFE]: Network communication is exclusively directed to the official Guru API domain (
mcp.api.getguru.com), which is a recognized and well-known service provider. - [SAFE]: An indirect prompt injection surface is identified as the skill ingests content from external Guru cards and AI responses. This is assessed as safe as it is central to the skill's primary documentation-retrieval purpose.
- Ingestion points:
guru_answer_generation,guru_search_documents, andguru_get_card_by_idinSKILL.md. - Boundary markers: None identified.
- Capability inventory:
guru_create_draftandguru_update_cardinSKILL.md. - Sanitization: None identified.
Audit Metadata