azure-cosmosdb
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides technical documentation and code templates for Azure Cosmos DB without any malicious instructions or suspicious patterns.
- [CREDENTIALS_SAFE]: Code examples correctly demonstrate the use of environment variables (
process.envandos.environ) for managing sensitive configuration such as database endpoints and master keys, avoiding hardcoded credentials. - [EXTERNAL_DOWNLOADS]: The skill references official and well-known packages (
@azure/cosmosandazure-cosmos) from Microsoft for interacting with the database service. - [COMMAND_EXECUTION]: Provided shell commands are limited to standard package manager operations and legitimate Azure CLI usage for resource management.
- [PROMPT_INJECTION]: Code snippets for database queries demonstrate the use of parameterized inputs (e.g., using
@userIdand@domain), which is a primary defense against injection vulnerabilities in database queries.
Audit Metadata