migrate-skill-agent
Warn
Audited by Snyk on Jun 19, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Outsider-authored free text from the public/community
skills-storeGit repository is ingested at runtime viagit pulland then copied from files likeSKILL.mdand agent.md/.tomlinto the target directories (e.g.,$STORE/.claude/skills/$NAME/SKILL.md,$STORE/.codex/agents/$NAME.md), which are then available for the agent/LLM to read.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The script verifies the skills-store remote must match URLs such as https://github.com/Mineru98/skills-store.git (also listed as https://github.com/Mineru98/skills-store, git@github.com:Mineru98/skills-store.git, ssh://git@github.com/Mineru98/skills-store.git) and then runs git pull and copies SKILL.md / agent files from that repo into local .claude/.codex directories at runtime, which lets externally fetched content directly control agent prompts/instructions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata