Skip to main content

when-documenting-code-use-doc-generator

Automates code documentation generation, including API docs, README files, inline comments, and architecture diagrams for better clarity.

Install this skill

or
54/100

Security score

The when-documenting-code-use-doc-generator skill was audited on Feb 28, 2026 and we found 16 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 378

Template literal with variable interpolation in command context

SourceSKILL.md
378console.log(`Final price: $${discountedPrice}`);
medium line 452

Template literal with variable interpolation in command context

SourceSKILL.md
452```yaml
medium line 374

Fetch to external URL

SourceSKILL.md
374const response = await fetch(
medium line 360

Access to .env file

SourceSKILL.md
360cp .env.example .env
medium line 361

Access to .env file

SourceSKILL.md
361# Edit .env with your database credentials
low line 326

External URL reference

SourceSKILL.md
326[![Build Status](https://img.shields.io/travis/org/repo.svg)](https://travis-ci.org/org/repo)
low line 327

External URL reference

SourceSKILL.md
327[![Coverage](https://img.shields.io/codecov/c/github/org/repo.svg)](https://codecov.io/gh/org/repo)
low line 328

External URL reference

SourceSKILL.md
328[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
low line 375

External URL reference

SourceSKILL.md
375'http://localhost:3000/api/v1/products/prod-123/price?quantity=60&customerType=premium'
low line 384

External URL reference

SourceSKILL.md
384- **Interactive Docs**: http://localhost:3000/api-docs (Swagger UI)
low line 706

External URL reference

SourceSKILL.md
706- [JSDoc Documentation](https://jsdoc.app/)
low line 707

External URL reference

SourceSKILL.md
707- [TypeDoc Documentation](https://typedoc.org/)
low line 708

External URL reference

SourceSKILL.md
708- [OpenAPI Specification](https://swagger.io/specification/)
low line 709

External URL reference

SourceSKILL.md
709- [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
low line 710

External URL reference

SourceSKILL.md
710- [Markdown Guide](https://www.markdownguide.org/)
low line 711

External URL reference

SourceSKILL.md
711- [Graphviz Documentation](https://graphviz.org/documentation/)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →