Skip to main content

mcp-response-optimization

Optimizes MCP responses for WordPress, Playwright, and Notion to enhance token efficiency and prevent conversation deadlocks.

Install this skill

or
40/100

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

medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123console.log(`Found ${ids.length} posts`)
medium line 137

Template literal with variable interpolation in command context

SourceSKILL.md
137`Found ${posts.length} posts: ${post_ids.join(', ')}`
medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147`Retrieved post: ${post.title} (${post.id})`
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160`Found ${filtered.length} matches: [${filtered.map(p => p.id)}]`
medium line 219

Template literal with variable interpolation in command context

SourceSKILL.md
219`Extracted ${product_data.length} products → /outputs/products.json`
medium line 241

Template literal with variable interpolation in command context

SourceSKILL.md
241`Found ${count} products`
medium line 244

Template literal with variable interpolation in command context

SourceSKILL.md
244`Sample product: ${sample}`
medium line 275

Template literal with variable interpolation in command context

SourceSKILL.md
275`Found ${page_ids.length} pages: ${page_ids}`
medium line 316

Template literal with variable interpolation in command context

SourceSKILL.md
316`Found ${ids.length} items: ${ids}`
medium line 325

Template literal with variable interpolation in command context

SourceSKILL.md
325`Here's what I found: ${JSON.stringify(mcp_response)}`
medium line 332

Template literal with variable interpolation in command context

SourceSKILL.md
332`Found ${summary.count} items: ${summary.items.join(', ')}`
medium line 377

Template literal with variable interpolation in command context

SourceSKILL.md
377`Summary: ${summary.count} items (${summary.first_id} to ${summary.last_id})`
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →