Skip to main content

tool-executor-registry-migration

Guides the migration of tools from legacy switch statements to ToolExecutorRegistry handlers in Orient for improved execution.

Install this skill

or
95/100

Security score

The tool-executor-registry-migration skill was audited on Feb 25, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126return createToolError(`Failed: ${error instanceof Error ? error.message : String(error)}`);
Scanned on Feb 25, 2026
View Security Dashboard