laniameda-gallery-query
Warn
Audited by Snyk on Apr 17, 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.90). This skill queries the laniameda.gallery Convex backend and can list public assets (scope='public'), return asset.promptText and sourceUrl, and download external URLs (see SKILL.md and scripts/query.ts), and the docs explicitly instruct agents to "use the savedPath and promptText in the current task," meaning untrusted/user-ingested third-party prompt content can be read and influence subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The script requires a runtime CONVEX_URL and makes POST requests to ${CONVEX_URL}/api/query and ${CONVEX_URL}/api/action to fetch asset data (including promptText) that is injected into the agent workflow, so remote content can directly control prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata