android-kotlin-coroutines
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.80). The skill's code examples explicitly fetch external data (e.g., downloadFile(url: String) using URL(url).openConnection(), and multiple examples calling api.getUsers()/api.getUser()/api.fetchData() and polling flows), which would ingest untrusted/third-party content from arbitrary URLs or remote APIs and could enable indirect prompt injection.
Audit Metadata