Skip to main content

feature-generator

Provides a comprehensive guide for generating feature modules in React Native, enhancing development efficiency and structure.

Install this skill

or
85/100

Security score

The feature-generator skill was audited on Feb 19, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 242

Template literal with variable interpolation in command context

SourceSKILL.md
242// const response = await httpClient.get<{data: <FeatureName>}>(`${BASE_PATH}/${id}`);
medium line 254

Template literal with variable interpolation in command context

SourceSKILL.md
254// const response = await httpClient.patch<{data: <FeatureName>}>(`${BASE_PATH}/${id}`, input);
medium line 260

Template literal with variable interpolation in command context

SourceSKILL.md
260// await httpClient.delete(`${BASE_PATH}/${id}`);
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →