python-cola-skill
Warn
Audited by Snyk on Jun 18, 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.75). Outsider free text from the operating user’s HTTP request is ingested via
adapter/routes/user_routes.pyusingrequest.get_json()/request.args.get(...), then placed into DTO fields (UserCO,UserListQry) and passed through the application/service into the LLM context if the agent later summarizes/uses these values.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata