markdown-documentation
Enhances documentation quality by mastering markdown formatting, GitHub Flavored Markdown, and README file creation.
Install this skill
Security score
The markdown-documentation skill was audited on Feb 12, 2026 and we found 25 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 126 | console.log(`Hello, ${name}!`); |
External URL reference
| 99 | [Link text](https://example.com) |
External URL reference
| 100 | [Link with title](https://example.com "Link title") |
External URL reference
| 104 | [reference]: https://example.com |
External URL reference
| 107 | <https://example.com> |
External URL reference
| 208 | [](https://github.com/user/repo/actions) |
External URL reference
| 209 | [](LICENSE) |
External URL reference
| 210 | [](https://www.npmjs.com/package/package-name) |
External URL reference
| 233 | Try it live: [https://demo.example.com](https://demo.example.com) |
External URL reference
| 359 | - [Framework 1](https://example.com) - Description |
External URL reference
| 360 | - [Library 2](https://example.com) - Description |
External URL reference
| 361 | - [Tool 3](https://example.com) - Description |
External URL reference
| 365 | We use [SemVer](http://semver.org/) for versioning. For available versions, see the [tags on this repository](https://github.com/user/repo/tags). |
External URL reference
| 452 | [GitHub Markdown Guide](https://guides.github.com/features/mastering-markdown/) |
External URL reference
| 510 |  |
External URL reference
| 511 |  |
External URL reference
| 512 |  |
External URL reference
| 513 |  |
External URL reference
| 514 |  |
External URL reference
| 515 |  |
External URL reference
| 605 | # Open http://localhost:6419 |
External URL reference
| 633 | - [GitHub Markdown Guide](https://guides.github.com/features/mastering-markdown/) |
External URL reference
| 634 | - [CommonMark Spec](https://commonmark.org/) |
External URL reference
| 635 | - [Markdown Guide](https://www.markdownguide.org/) |
External URL reference
| 636 | - [GitHub Flavored Markdown Spec](https://github.github.com/gfm/) |