oss-analyze
Warn
Audited by Snyk on Jun 21, 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.95). Outsider-authored free text is ingested when the skill fetches and reads an arbitrary GitHub repository at runtime (e.g., via gitmcp.io MCP
get_file_content/get_file_treeorcurlraw.githubusercontent.com /git clone), then parses README/docs/source files into the generatedknowledge/oss-feature-matrix.mdthat is fed back into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches repository content at runtime (e.g., https://gitmcp.io/{owner}/{repo}, raw.githubusercontent.com raw file URLs, or via
gh repo clone/git clone) and injects that remote content into the agent's context to drive the generated feature matrix, so the fetched files can directly control the agent's prompts/output.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata