ask-expert-consult-mcp-wisdom-cascade
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to clone a repository from an unverified GitHub account (https://github.com/pakgik01/ask-expert-consult-mcp.git) and install dependencies via
npm installorpip install. While this is a standard setup for an MCP server, it involves downloading and executing code from an external source not associated with the provided trusted vendor list. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the processing of external data (user questions and code snippets) by AI models through the
ask_expertandenrich_contexttools. This creates an attack surface where malicious instructions embedded in the input could influence the behavior of the agent. - Ingestion points:
questionandcode_snippetparameters in theask_experttool. - Boundary markers: None specified in the documentation.
- Capability inventory: Network communication with OpenRouter API and local filesystem access for a SQLite database.
- Sanitization: No sanitization or validation logic is described for the incoming code snippets or questions.
Audit Metadata