azure-scaffold-wizard
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [Scaffolding and Project Generation]: The skill's primary function is to generate complete project structures and source files based on user requirements. This involves significant file-writing activity, which is the expected and documented behavior of a developer-oriented scaffolding tool.
- [Azure Security Best Practices]: The generated code patterns consistently utilize Azure's recommended security practices, such as using
DefaultAzureCredentialfor secret-less authentication and@secure()for protecting sensitive infrastructure parameters in Bicep templates. - [Installation and Dependencies]: The skill utilizes standard installation patterns via
npxandgit, targeting official repositories. Dependencies listed in the provided templates are well-known, versioned packages from established registries like PyPI and NPM. - [Monitoring and Observability]: Integrated observability patterns using OpenTelemetry and Azure Monitor are included across the project types, demonstrating a focus on production-ready operational standards.
Audit Metadata