azure-hosted-copilot-sdk
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Project Context Ingestion: The skill analyzes files such as
AGENTS.mdandpackage.jsonto determine the codebase configuration. While this is necessary for tailoring the deployment, it represents a surface for indirect prompt injection if these user-controlled files contain instructions designed to influence the agent's behavior. - External Template Scaffolding: It uses
azd initto download application templates from theazure-samplesrepository. This is an expected development workflow using templates from a well-known source to bootstrap infrastructure and application code. - CLI Tool Execution: The instructions call for the use of official command-line tools including
az,azd, andgh. These tools are used for their intended purposes of resource management, project initialization, and authentication within the developer's environment. - Credential Management: The skill describes an automated process to retrieve authentication tokens via the
ghCLI for storage in Azure Key Vault. This process is part of the standard deployment automation provided by the official Microsoft templates and is used to securely manage secrets. - Azure Authentication Standards: The provided guidance correctly emphasizes the use of
ManagedIdentityCredentialfor production environments andDefaultAzureCredentialfor local development, adhering to Azure's recommended security patterns for passwordless authentication.
Audit Metadata