Skip to main content

Addon/Feature System Development Guide

Guides developers in creating consistent features and addons with proper architecture and feature gates in a TypeScript environment.

Install this skill

or
83/100

Security score

The Addon/Feature System Development Guide skill was audited on Feb 19, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147className={\`inline-flex items-center px-4 py-2 bg-gradient-to-r \${activeTheme.gradient} text-white rounded-lg hover:opacity-90 transition-all\`}
medium line 539

Template literal with variable interpolation in command context

SourceSKILL.md
539className={\`inline-flex items-center px-4 py-2 bg-gradient-to-r \${activeTheme.gradient} text-white rounded-lg hover:opacity-90 transition-all\`}
medium line 611

Template literal with variable interpolation in command context

SourceSKILL.md
611<div className={\`bg-gradient-to-r \${activeTheme.gradient}\`}>...</div>
low line 215

Access to .env file

SourceSKILL.md
215require('dotenv').config({ path: '.env.local' });
low line 217

Access to .env file

SourceSKILL.md
217const stripe = new Stripe(process.env.STRIPE_SECRET_KEY);
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →