Skip to main content

feature-flags-implementation

Facilitates the implementation of database-backed feature flags, covering schema design, API patterns, and frontend integration.

Install this skill

or
88/100

Security score

The feature-flags-implementation skill was audited on Feb 19, 2026 and we found 4 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 274

Template literal with variable interpolation in command context

SourceSKILL.md
274const response = await fetch(`/api/feature-flags/${id}`, {
medium line 15

Curl to non-GitHub URL

SourceSKILL.md
15curl -X GET http://localhost:4098/api/feature-flags \
low line 16

Access to hidden dotfiles in home directory

SourceSKILL.md
16-H "Authorization: Bearer $(cat ~/.dashboard_token)"
low line 15

External URL reference

SourceSKILL.md
15curl -X GET http://localhost:4098/api/feature-flags \
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →