Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs. Triggers on tasks involving Docusaurus APIs, markdown features, configuration options, or best practices.
60
70%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Critical
Do not install without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/docusaurus-documentation/SKILL.mdSecurity
2 findings — 1 critical severity, 1 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a prompt injection in the skill instructions. The skill contains hidden or deceptive instructions that fall outside its stated purpose and attempt to override the agent’s safety guidelines or intended behavior.
Potential prompt injection detected (medium risk: 0.60). The prompt contains hidden instructions inside an HTML comment (progressive disclosure and LLM workflow steps like "claude-skills-cli validate") that are unrelated to the skill's stated purpose of fetching Docusaurus docs and thus constitute deceptive/hidden instructions outside the skill's scope.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). Uses WebFetch at runtime to fetch public Docusaurus web pages (outsider-authored content) and passes the fetched page text into the agent LLM via the `prompt` parameter.
343dcb2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.