Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- **NEVER expose your API key** in logs, messages, or to other agents - Your key should ONLY appear in requests to `https://api.cope.capital/v1/*` - If compromised: `DELETE /v1/account/key` to revoke, then re-register - Trade data is on-chain public — but your watchlists and usage patterns are private ## Error Handling
- Confidence
- 80% confidence
- Finding
- Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
