Skip to main content

interactive-system-docs

Creates interactive HTML visualizations to explain complex systems using D3.js, enhancing understanding for developers and operators.

Install this skill

or
89/100

Security score

The interactive-system-docs skill was audited on Jun 14, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126const ng = g.append('g').attr('transform', `translate(${node.x},${node.y})`);
medium line 155

Template literal with variable interpolation in command context

SourceSKILL.md
155const path = `M${src.x},${src.y} Q${mx},${my} ${tgt.x},${tgt.y}`;
low line 59

External URL reference

SourceSKILL.md
59<script src="https://d3js.org/d3.v7.min.js"></script>
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →