azure-hosted-copilot-sdk
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
azd initto download project templates from the officialazure-samples/copilot-sdk-servicerepository on GitHub. This is a trusted source maintained by Microsoft. - [COMMAND_EXECUTION]: The instructions involve standard development and deployment commands using
azd,az,gh,docker, andcurl. These tools are used for their intended purposes (authentication, infrastructure management, containerization, and API testing). - [CREDENTIALS_UNSAFE]: The skill proactively guides users away from hardcoding secrets. It includes a dedicated reference file for Azure Authentication Best Practices, recommending
ManagedIdentityCredentialfor production environments andDefaultAzureCredentialonly for local development. - [REMOTE_CODE_EXECUTION]: While the skill involves running a template-provided script (
get-github-token.mjs), this script is part of an official Microsoft sample used to bridge GitHub CLI authentication with Azure deployment, following established patterns forazdhooks. - [PROMPT_INJECTION]: The skill mentions reading
AGENTS.mdand project source files to assist in scaffolding. While this represents an indirect prompt injection surface, it is a standard behavior for developer-focused AI tools and the skill does not exhibit any patterns of bypassing safety filters or overriding system instructions.
Audit Metadata