kotlin-specialist
Warn
Audited by Snyk on Feb 15, 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.70). The skill's code examples clearly ingest external, potentially untrusted content — e.g., ProductRepository uses an HttpClient to GET/POST to a configurable "$baseUrl/products" and the Ktor routes read arbitrary client request bodies via call.receive(...), so it consumes third‑party/user‑provided data as part of its workflow.
Audit Metadata