install-skills
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (LOW): The skill is designed to download content from external GitHub repositories using
git cloneandcurl. While it defaults to trusted sources likeanthropics/skills, it accepts any user-provided GitHub repository URL. - Evidence:
scripts/install-skill.shusesgit cloneon a URL constructed from theSOURCE_REPOvariable.scripts/list-skills.shusescurlagainst the GitHub API. - COMMAND_EXECUTION (SAFE): The skill executes shell commands (
git,mkdir,cp,rm) to manage local files. These are restricted to the skill's intended purpose of installation and do not usesudoor other privilege escalation techniques. - INDIRECT_PROMPT_INJECTION (LOW): This skill creates a significant ingestion surface by downloading instructions (
SKILL.md) from untrusted external repositories. An attacker could host a repository with malicious instructions that the agent would then execute once installed. - Ingestion points:
scripts/install-skill.shclones remote repositories into the local environment. - Boundary markers: Absent. The agent is instructed to treat the downloaded files as valid skills.
- Capability inventory: The skill can write files to the local filesystem (
.github/skillsor~/.copilot/skills) and executegitandcurlcommands. - Sanitization: Absent. There is no validation of the content of the downloaded skills before installation.
Audit Metadata