Skip to main content

skill

Provides a comprehensive guide for editing GitBook documentation in various environments, detailing formatting and best practices.

Install this skill

or
83/100

Security score

The skill skill was audited on Feb 16, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 898

Curl to non-GitHub URL

SourceSKILL.md
898curl -H "X-API-Key: your-api-key" https://api.example.com/v1/users
low line 571

Access to .env file

SourceSKILL.md
571Configure your environment variables in the `.env` file.
low line 91

External URL reference

SourceSKILL.md
91* External: `[text](https://example.com)`
low line 298

External URL reference

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

External URL reference

SourceSKILL.md
324* External links: `[text](https://example.com)`
low line 720

External URL reference

SourceSKILL.md
720{% embed url="https://www.youtube.com/watch?v=dQw4w9WgXcQ" %}
low line 722

External URL reference

SourceSKILL.md
722{% embed url="https://codepen.io/username/pen/example" %}
low line 732

External URL reference

SourceSKILL.md
732{% file src="https://example.com/document.pdf" %}
low line 746

External URL reference

SourceSKILL.md
746<a href="https://example.com/download" class="button primary">Download Now</a>
low line 802

External URL reference

SourceSKILL.md
802{% openapi src="https://api.example.com/openapi.json" path="/users" method="get" %}
low line 803

External URL reference

SourceSKILL.md
803[https://api.example.com/openapi.json](https://api.example.com/openapi.json)
low line 898

External URL reference

SourceSKILL.md
898curl -H "X-API-Key: your-api-key" https://api.example.com/v1/users
low line 949

External URL reference

SourceSKILL.md
949<a href="https://example.com/signup" class="button primary" data-icon="rocket">Get Started</a>
Scanned on Feb 16, 2026
View Security Dashboard