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
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
Template literal with variable interpolation in command context
| 378 | console.log(`Final price: $${discountedPrice}`); |
Template literal with variable interpolation in command context
| 452 | ```yaml |
Fetch to external URL
| 374 | const response = await fetch( |
Access to .env file
| 360 | cp .env.example .env |
Access to .env file
| 361 | # Edit .env with your database credentials |
External URL reference
| 326 | [](https://travis-ci.org/org/repo) |
External URL reference
| 327 | [](https://codecov.io/gh/org/repo) |
External URL reference
| 328 | [](LICENSE) |
External URL reference
| 375 | 'http://localhost:3000/api/v1/products/prod-123/price?quantity=60&customerType=premium' |
External URL reference
| 384 | - **Interactive Docs**: http://localhost:3000/api-docs (Swagger UI) |
External URL reference
| 706 | - [JSDoc Documentation](https://jsdoc.app/) |
External URL reference
| 707 | - [TypeDoc Documentation](https://typedoc.org/) |
External URL reference
| 708 | - [OpenAPI Specification](https://swagger.io/specification/) |
External URL reference
| 709 | - [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html) |
External URL reference
| 710 | - [Markdown Guide](https://www.markdownguide.org/) |
External URL reference
| 711 | - [Graphviz Documentation](https://graphviz.org/documentation/) |