Clone a dockersamples Labspace repo, extract learning objectives and module structure from labspace.yaml, and produce a Hugo guide page under content/guides/ with correct frontmatter, labspace-launch shortcode, and Docker docs style compliance. Use when asked to create a lab guide, write a Labspace page, add a Docker lab tutorial, migrate a lab to docs, or document a hands-on lab.
99
100%
Does it follow best practices?
Impact
97%
1.42xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
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.
The skill explicitly clones and reads a public GitHub repo (https://github.com/dockersamples/{REPO_NAME}) and ingests files such as README.md, labspace/labspace.yaml, labspace/*.md, .github/workflows/*.yml, and compose.override.yaml — untrusted third-party content that the agent parses and uses to decide guide content and actions (e.g., model-download), enabling 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.
Cloning https://github.com/dockersamples/{REPO_NAME}.git at runtime fetches repository content that is parsed and injected into the guide-generation process, meaning external repo files can directly control the agent's prompts/instructions.
d1eaa21
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.