Skip to main content

d3js-visualization

Creates interactive and responsive data visualizations using D3.js, enabling custom charts and complex data displays.

Install this skill

or
66/100

Security score

The d3js-visualization skill was audited on Feb 19, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96.attr("transform", `translate(${margin.left},${margin.top})`);
medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116.attr("transform", `translate(0,${height})`)
medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157.html(`<strong>${d.name}</strong><br/>Value: ${d.value}`);
medium line 274

Template literal with variable interpolation in command context

SourceSKILL.md
274tooltip.style("visibility", "visible").html(`Value: ${d.value}`);
medium line 286

Template literal with variable interpolation in command context

SourceSKILL.md
286.attr("viewBox", `0 0 ${width} ${height}`)
low line 59

External URL reference

SourceSKILL.md
59<script src="https://d3js.org/d3.v7.min.js"></script>
low line 399

External URL reference

SourceSKILL.md
399- D3.js API Reference: https://d3js.org/
low line 400

External URL reference

SourceSKILL.md
400- Observable Examples: https://observablehq.com/@d3
low line 404

External URL reference

SourceSKILL.md
404- D3 Graph Gallery: https://d3-graph-gallery.com/
low line 405

External URL reference

SourceSKILL.md
405- Amelia Wattenberger's D3 Tutorial: https://wattenberger.com/blog/d3
low line 408

External URL reference

SourceSKILL.md
408- ColorBrewer: https://colorbrewer2.org/
low line 409

External URL reference

SourceSKILL.md
409- D3 Color Schemes: https://d3js.org/d3-scale-chromatic
low line 412

External URL reference

SourceSKILL.md
412- Observable Trending: https://observablehq.com/trending
low line 413

External URL reference

SourceSKILL.md
413- Reddit r/dataisbeautiful: https://reddit.com/r/dataisbeautiful
Scanned on Feb 19, 2026
View Security Dashboard