Skip to main content

mapping-configuration

Facilitates event mapping configurations for GA4, Meta, and custom APIs, enhancing data transformation and tracking capabilities.

Install this skill

or
85/100

Security score

The mapping-configuration 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 138

Template literal with variable interpolation in command context

SourceSKILL.md
138name: { fn: (e) => `${e.entity}_${e.action}` }, // page_view
medium line 221

Template literal with variable interpolation in command context

SourceSKILL.md
221name: { fn: (e) => `product_${e.action}` },
medium line 249

Template literal with variable interpolation in command context

SourceSKILL.md
249name: { fn: (input) => `${input.entity} ${input.action}` },
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →