Skip to main content

inline-docs

Generates comprehensive JSDoc and docstrings from code analysis, optimizing token usage for efficient documentation.

Install this skill

or
64/100

Security score

The inline-docs skill was audited on Feb 12, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49```bash
medium line 95

Template literal with variable interpolation in command context

SourceSKILL.md
95```bash
medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170```bash
medium line 303

Template literal with variable interpolation in command context

SourceSKILL.md
303```bash
medium line 512

Template literal with variable interpolation in command context

SourceSKILL.md
512const response = await fetch(`/api/users/${userId}`);
medium line 515

Template literal with variable interpolation in command context

SourceSKILL.md
515throw new Error(`Failed to fetch user: ${response.statusText}`);
medium line 830

Template literal with variable interpolation in command context

SourceSKILL.md
830```bash
low line 902

External URL reference

SourceSKILL.md
902echo " - Visit http://localhost:6060"
Scanned on Feb 12, 2026
View Security Dashboard