Skip to main content

api-and-interface-design

Facilitates the design of stable APIs and interfaces, ensuring clear contracts and consistent error handling for seamless integration.

Install this skill

or
85/100

Security score

The api-and-interface-design skill was audited on Feb 27, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 208

Template literal with variable interpolation in command context

SourceSKILL.md
208case 'in_progress': return `In progress (${status.assignee})`;
medium line 209

Template literal with variable interpolation in command context

SourceSKILL.md
209case 'completed': return `Done on ${status.completedAt}`;
medium line 210

Template literal with variable interpolation in command context

SourceSKILL.md
210case 'cancelled': return `Cancelled: ${status.reason}`;
Scanned on Feb 27, 2026
View Security Dashboard