Skip to main content

jsdoc-typescript-docs

Generates comprehensive JSDoc documentation for TypeScript code, enhancing code clarity and API usability.

Install this skill

or
75/100

Security score

The jsdoc-typescript-docs skill was audited on Feb 12, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 71

Template literal with variable interpolation in command context

SourceSKILL.md
71const response = await fetch(`/api/users/${userId}`, options);
medium line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74throw new NotFoundError(`User ${userId} not found`);
medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134return `$${value.toFixed(2)}`;
medium line 137

Template literal with variable interpolation in command context

SourceSKILL.md
137return `${(value * 100).toFixed(1)}%`;
low line 287

Access to .env file

SourceSKILL.md
287* apiKey: process.env.API_KEY,
low line 286

External URL reference

SourceSKILL.md
286* baseUrl: 'https://api.example.com',
low line 308

External URL reference

SourceSKILL.md
308* const client = ApiClient.create({ baseUrl: 'https://api.example.com' });
low line 498

External URL reference

SourceSKILL.md
498"npm": "https://www.npmjs.com/package/my-package"
low line 544

External URL reference

SourceSKILL.md
544* @see https://example.com External link
Scanned on Feb 12, 2026
View Security Dashboard