Skip to main content

Language Patterns

Offers best practices and idioms for TypeScript, Python, and React, enhancing code quality and maintainability.

Install this skill

or
89/100

Security score

The Language Patterns skill was audited on Feb 12, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96const response = await fetch(`/api/users/${id}`);
medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98throw new Error(`Failed to fetch user: ${response.status}`);
low line 53

Fetch to external URL

SourceSKILL.md
53const response = await fetch('/api/data');
Scanned on Feb 12, 2026
View Security Dashboard