azure-functions-create
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- Standard Development Toolchain Integration: The skill interacts with established developer utilities such as the Azure Functions Core Tools (
func),npm,dotnet, andgo. These interactions are necessary for initializing, building, and verifying cloud function projects. - Authorized Resource Acquisition: To provide up-to-date project structures, the skill fetches manifests and template files from official Azure CDN endpoints and GitHub repositories. These operations target vendor-controlled infrastructure for authoritative content.
- Automated Project Scaffolding: The workflow involves generating source code files and configuration (e.g.,
host.json,package.json) based on retrieved templates. This is the core functionality of a scaffolding skill and adheres to expected behavior. - Local Execution for Verification: The skill suggests running
func startand usingcurlto verify function endpoints locally. This practice helps ensure the generated code is functional before any cloud deployment occurs.
Audit Metadata