ask-expert-consult-mcp-wisdom-cascade
Warn
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's setup instructions require cloning a repository from an external source (
https://github.com/pakgik01/ask-expert-consult-mcp.git) that is not identified as a trusted organization or well-known service. - [REMOTE_CODE_EXECUTION]: The installation procedure involves running
npm installorpip installon the cloned repository, followed by executing the server usingnodeorpython. This pattern results in the execution of third-party code on the host system. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to its core functionality of processing external data.
- Ingestion points: The
ask_expertandenrich_contexttools ingest untrusted data via thequestionandcode_snippetparameters defined inSKILL.md. - Boundary markers: There are no defined delimiters or instructions provided to the agent to ignore potentially malicious instructions embedded within the user-provided code snippets or questions.
- Capability inventory: The skill possesses the capability to perform network requests to external AI models (OpenRouter) and read from a local knowledge cache (
wisdom_cache.db). - Sanitization: No input sanitization or validation mechanisms are described for the data being interpolated into the expert consultation prompts.
Audit Metadata