Add automated documentation updater to any Claude skill. Creates a Python sync script that downloads upstream docs, processes markdown for AI consumption, and maintains local cache with configurable refresh. Collects template variables, then delegates implementation through 5-phase workflow. Use when adding auto-updating reference documentation to plugins or skills.
67
81%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
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). This skill explicitly downloads and ingests documentation from a user-supplied DOC_SOURCE_URL (see "Download & Extract" in the Full Prompt Template and Phase 1/Phase 4 workflows) and requires the agent to read and use those fetched public docs for discovery and decision-making (see Phase 5 integration), exposing it to untrusted third‑party content that could contain indirect prompt injection.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill's runtime Download & Extract step fetches user-supplied DOC_SOURCE_URL (e.g. https://gitlab.com/gitlab-org/cli/-/archive/main/cli-main.tar.gz?path=docs) and injects the downloaded markdown into the skill's Documentation Index/agent context, meaning external content fetched at runtime can directly control prompts.
4e61312
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.