Skip to main content

Action Pattern Conventions

Provides guidance on implementing action patterns in Laravel, Symfony, React, Vue, and Node.js for reusable and focused classes.

Install this skill

or
90/100

Security score

The Action Pattern Conventions skill was audited on Feb 9, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 207

Template literal with variable interpolation in command context

SourceSKILL.md
207className={`btn btn-${variant}`}
medium line 27

Webhook reference - potential data exfiltration

SourceSKILL.md
27- **Reusability**: Can be called from multiple contexts (controllers, jobs, CLI, API, webhooks)
Scanned on Feb 9, 2026
View Security Dashboard