Skip to main content

documentation-generation

Generates comprehensive technical documentation including API docs and developer guides using tools like JSDoc and Storybook.

Install this skill

or
75/100

Security score

The documentation-generation skill was audited on Feb 9, 2026 and we found 11 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 623

Eval function call - arbitrary code execution

SourceSKILL.md
623expect(() => eval(code)).not.toThrow();
low line 489

Fetch to external URL

SourceSKILL.md
489const data = await client.fetch('/users');
low line 486

Access to .env file

SourceSKILL.md
486apiKey: process.env.API_KEY
low line 131

External URL reference

SourceSKILL.md
131url: 'http://localhost:3000',
low line 347

External URL reference

SourceSKILL.md
347The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
low line 348

External URL reference

SourceSKILL.md
348and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
low line 548

External URL reference

SourceSKILL.md
548url: 'https://mylib.dev',
low line 665

External URL reference

SourceSKILL.md
665- [Write the Docs](https://www.writethedocs.org/)
low line 666

External URL reference

SourceSKILL.md
666- [The Good Docs Project](https://thegooddocsproject.dev/)
low line 667

External URL reference

SourceSKILL.md
667- [VitePress](https://vitepress.dev/)
low line 668

External URL reference

SourceSKILL.md
668- [Docusaurus](https://docusaurus.io/)
Scanned on Feb 9, 2026
View Security Dashboard