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
| 147 | className={\`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
| 539 | className={\`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
| 215 | require('dotenv').config({ path: '.env.local' }); |
low line 217
Access to .env file
SourceSKILL.md
| 217 | const stripe = new Stripe(process.env.STRIPE_SECRET_KEY); |
Scanned on Feb 19, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry