Skip to main content

api-and-interface-design

Guides the design of stable APIs and interfaces, ensuring clear contracts and boundaries for effective communication between systems.

Install this skill

or
85/100

Security score

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

Categories Tested

Security Issues

medium line 225

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
227case 'cancelled': return `Cancelled: ${status.reason}`;
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →