keyapi-instagram

Warn

Audited by Snyk on Jul 14, 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). SKILL.md’s required workflow includes resolving KeyAPI endpoint docs by fetching https://docs.keyapi.ai/llms.txt and linked endpoint pages at runtime (public web content), which is then parsed and used to build the LLM-visible execution context (e.g., method/path/params/body/response contract).

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 1.00). The skill's search-keyapi-docs.mjs fetches https://docs.keyapi.ai/llms.txt (and may fetch linked https://docs.keyapi.ai/en/instagram/... pages) at runtime to extract OpenAPI methods/paths/params which directly control which API calls the agent constructs and executes, and the SKILL mandates this docs resolution as a required step.

Issues (2)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 14, 2026, 09:25 AM
Issues
2
Security Audit — snyk — keyapi-instagram