azure-cosmos-py
Fail
Audited by Gen Agent Trust Hub on Feb 14, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (HIGH): This skill creates a high-privilege attack surface where data retrieved from an external database could influence agent behavior.
- Ingestion points: Data is ingested through
container.query_itemsandcontainer.read_itemas documented inSKILL.md. - Boundary markers: No specific delimiters or boundary instructions are provided to the agent to mitigate the execution of instructions found in database records.
- Capability inventory: The skill provides significant write and delete capabilities via
create_item,replace_item,upsert_item, anddelete_iteminSKILL.md. - Sanitization: While the skill promotes parameterized queries to prevent SQL injection, it does not provide sanitization for instructions contained within the retrieved data itself.
- [External Downloads] (LOW): The skill requires
azure-cosmosandazure-identity. These are official Microsoft packages from a trusted source, so the severity of the download finding is downgraded per trust rules.
Recommendations
- AI detected serious security threats
Audit Metadata