MCP Config Access
High
- Category
- Agent Snooping
- Content
### Checking Availability Discover MCP tools dynamically at runtime. Look for tools with names matching patterns like `solidity-erc20`, `cairo-erc721`, `stellar-fungible`, etc. Server names follow patterns like `OpenZeppelinSolidityContracts`, `OpenZeppelinCairoContracts`, or `OpenZeppelinContracts`. MCP tool schemas are self-describing. To learn what a generator supports, inspect its parameter list — each boolean parameter (e.g., `pausable`, `mintable`, `upgradeable`) corresponds to a feature toggle. Do not rely on prior knowledge of what parameters exist; read the schema each time, since tools are updated independently of this skill.
- Confidence
- 84% confidence
- Finding
- The skill instructs the agent to dynamically enumerate MCP tools and inspect their schemas at runtime. In an adversarial or multi-tenant environment, that can expand the agent's knowledge of available capabilities beyond the user's immediate request and enable capability discovery that may be abused to reach higher-risk tools or sensitive configuration metadata.
