Skip to main content

data-transformers

Provides centralized transformation logic for consistent data shaping across API routes, enhancing data handling and output consistency.

Install this skill

or
85/100

Security score

The data-transformers skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 202

Template literal with variable interpolation in command context

SourceSKILL.md
202if (diffMins < 60) return `${diffMins}m ago`;
medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203if (diffHours < 24) return `${diffHours}h ago`;
medium line 204

Template literal with variable interpolation in command context

SourceSKILL.md
204if (diffDays < 7) return `${diffDays}d ago`;
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →