Skip to main content

recharts

Creates responsive and customizable React charts using the Recharts library for effective data visualization.

Install this skill

or
73/100

Security score

The recharts skill was audited on Mar 1, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 283

Template literal with variable interpolation in command context

SourceSKILL.md
283tickFormatter={(value) => `$${value}`} // format labels
medium line 322

Template literal with variable interpolation in command context

SourceSKILL.md
322<p className="label">{`${label}`}</p>
medium line 323

Template literal with variable interpolation in command context

SourceSKILL.md
323<p className="intro">{`Sales: ${payload[0].value}`}</p>
medium line 340

Template literal with variable interpolation in command context

SourceSKILL.md
340<li key={`item-${index}`} style={{ color: entry.color }}>
medium line 356

Template literal with variable interpolation in command context

SourceSKILL.md
356return <path d={`M${x},${y} ...`} fill={fill} />;
low line 711

External URL reference

SourceSKILL.md
711- [Official Documentation](https://recharts.github.io/en-US/)
low line 712

External URL reference

SourceSKILL.md
712- [Storybook](https://recharts.github.io/en-US/storybook/)
Scanned on Mar 1, 2026
View Security Dashboard