mcp-response-optimization
Optimizes MCP responses for WordPress, Playwright, and Notion to enhance token efficiency and prevent conversation deadlocks.
Install this skill
Security score
The mcp-response-optimization skill was audited on Mar 3, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 123 | console.log(`Found ${ids.length} posts`) |
Template literal with variable interpolation in command context
| 137 | `Found ${posts.length} posts: ${post_ids.join(', ')}` |
Template literal with variable interpolation in command context
| 147 | `Retrieved post: ${post.title} (${post.id})` |
Template literal with variable interpolation in command context
| 160 | `Found ${filtered.length} matches: [${filtered.map(p => p.id)}]` |
Template literal with variable interpolation in command context
| 219 | `Extracted ${product_data.length} products → /outputs/products.json` |
Template literal with variable interpolation in command context
| 241 | `Found ${count} products` |
Template literal with variable interpolation in command context
| 244 | `Sample product: ${sample}` |
Template literal with variable interpolation in command context
| 275 | `Found ${page_ids.length} pages: ${page_ids}` |
Template literal with variable interpolation in command context
| 316 | `Found ${ids.length} items: ${ids}` |
Template literal with variable interpolation in command context
| 325 | `Here's what I found: ${JSON.stringify(mcp_response)}` |
Template literal with variable interpolation in command context
| 332 | `Found ${summary.count} items: ${summary.items.join(', ')}` |
Template literal with variable interpolation in command context
| 377 | `Summary: ${summary.count} items (${summary.first_id} to ${summary.last_id})` |