Skip to main content

mcp-executor

Enables execution of complex multi-tool workflows using TypeScript or Python, optimizing data processing and tool integration.

Install this skill

or
89/100

Security score

The mcp-executor skill was audited on Mar 3, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108params: { path: `/tmp/data/${f.name}` }
medium line 355

Template literal with variable interpolation in command context

SourceSKILL.md
355console.log(`Progress: ${processed}/${items.length}`);
low line 322

External URL reference

SourceSKILL.md
322callMCPTool("mcp__api__fetch", { url: "https://api.example.com/data" })
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →