azure-prepare

Warn

Audited by Socket on Sep 16, 2026

5 alerts found:

Anomalyx4Security
AnomalyLOW
references/services/functions/templates/README.md

The supplied fragment contains deployment documentation, not evident malware. It describes downloading remote source and IaC templates and deploying them non-interactively with `azd up`. This creates a supply-chain and operational risk if repository selection or remote content is compromised, but the fragment itself shows no data theft, reverse shell, credential harvesting, obfuscation, or destructive behavior. Review and pin trusted repositories/commits, validate downloaded paths and archives, inspect IaC and scripts, and require authorization before deployment.

Confidence: 96%Severity: 55%
AnomalyLOW
references/services/key-vault/sdk.md

The supplied code is a legitimate Azure Key Vault access and Event Grid integration example with no evident malware or supply-chain attack behavior. Printing secret values to standard output is a significant credential-exposure risk and should be removed or replaced with controlled handling. The external webhook should be authenticated and verified, and production deployments should use an appropriately managed credential rather than relying on an unrestricted DefaultAzureCredential chain.

Confidence: 98%Severity: 52%
SecurityMEDIUM
references/services/app-service/templates/recipes/cosmos/source/nodejs.md

The code appears to be a legitimate minimal Cosmos DB integration, not malware. However, the exposed endpoints are unsafe if deployed without external authentication and authorization: GET can disclose the entire container, while POST permits unrestricted document creation. Add authentication, authorization, input validation, request-size limits, pagination, rate limiting, and suitable error handling before production use.

Confidence: 98%Severity: 72%
AnomalyLOW
references/services/app-service/templates/recipes/cosmos/source/dotnet.md

No evidence of intentional malware, credential theft, data exfiltration to an attacker-controlled destination, or obfuscation is present. The primary security concern is an apparently unauthenticated endpoint that exposes all data in the configured Cosmos DB container, combined with unbounded result loading. Authentication, authorization, pagination, query limits, and input/configuration validation should be added before deployment.

Confidence: 98%Severity: 62%
AnomalyLOW
references/services/app-service/templates/recipes/cosmos/source/python.md

No malicious behavior or supply-chain attack indicators are present. The code uses legitimate Azure SDK functionality, but the example is insecure if deployed without external authentication and authorization: it exposes all container records and permits unrestricted item creation. Overall risk is moderate for an exposed application endpoint, while malware risk is negligible.

Confidence: 98%Severity: 55%
Audit Metadata
Analyzed At
Sep 16, 2026, 02:56 PM
Package URL
pkg:socket/skills-sh/microsoft%2Fskills%2Fazure-prepare%2F@9d28a5c20c3e123993d89d364ab8c85dd8615989e6354818ee564ef5780e800c
Security Audit — socket — azure-prepare