Skip to main content

markdown-documentation

Enhances documentation quality by mastering markdown formatting, GitHub Flavored Markdown, and README file creation.

Install this skill

or
61/100

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

high line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126console.log(`Hello, ${name}!`);
low line 99

External URL reference

SourceSKILL.md
99[Link text](https://example.com)
low line 100

External URL reference

SourceSKILL.md
100[Link with title](https://example.com "Link title")
low line 104

External URL reference

SourceSKILL.md
104[reference]: https://example.com
low line 107

External URL reference

SourceSKILL.md
107<https://example.com>
low line 208

External URL reference

SourceSKILL.md
208[![Build Status](https://img.shields.io/github/workflow/status/user/repo/CI)](https://github.com/user/repo/actions)
low line 209

External URL reference

SourceSKILL.md
209[![License](https://img.shields.io/github/license/user/repo)](LICENSE)
low line 210

External URL reference

SourceSKILL.md
210[![Version](https://img.shields.io/npm/v/package-name)](https://www.npmjs.com/package/package-name)
low line 233

External URL reference

SourceSKILL.md
233Try it live: [https://demo.example.com](https://demo.example.com)
low line 359

External URL reference

SourceSKILL.md
359- [Framework 1](https://example.com) - Description
low line 360

External URL reference

SourceSKILL.md
360- [Library 2](https://example.com) - Description
low line 361

External URL reference

SourceSKILL.md
361- [Tool 3](https://example.com) - Description
low line 365

External URL reference

SourceSKILL.md
365We use [SemVer](http://semver.org/) for versioning. For available versions, see the [tags on this repository](https://github.com/user/repo/tags).
low line 452

External URL reference

SourceSKILL.md
452[GitHub Markdown Guide](https://guides.github.com/features/mastering-markdown/)
low line 510

External URL reference

SourceSKILL.md
510![Build Status](https://img.shields.io/github/workflow/status/user/repo/CI)
low line 511

External URL reference

SourceSKILL.md
511![Coverage](https://img.shields.io/codecov/c/github/user/repo)
low line 512

External URL reference

SourceSKILL.md
512![Version](https://img.shields.io/npm/v/package-name)
low line 513

External URL reference

SourceSKILL.md
513![License](https://img.shields.io/github/license/user/repo)
low line 514

External URL reference

SourceSKILL.md
514![Downloads](https://img.shields.io/npm/dm/package-name)
low line 515

External URL reference

SourceSKILL.md
515![Stars](https://img.shields.io/github/stars/user/repo?style=social)
low line 605

External URL reference

SourceSKILL.md
605# Open http://localhost:6419
low line 633

External URL reference

SourceSKILL.md
633- [GitHub Markdown Guide](https://guides.github.com/features/mastering-markdown/)
low line 634

External URL reference

SourceSKILL.md
634- [CommonMark Spec](https://commonmark.org/)
low line 635

External URL reference

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

External URL reference

SourceSKILL.md
636- [GitHub Flavored Markdown Spec](https://github.github.com/gfm/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →