azure-functions-tests
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the Azure Functions Core Tools and GPG signing keys from Microsoft's official package repositories (
packages.microsoft.comandgo.microsoft.com). These are well-known, trusted sources for Azure development utilities. - [COMMAND_EXECUTION]: The instructions guide users through the execution of standard development and testing commands, including
func startfor the local runtime,azuritefor storage emulation, andcurlfor invoking function endpoints during local integration tests. - [CREDENTIALS_UNSAFE]: The skill explicitly addresses secret management by instructing users to store sensitive connection strings in
local.settings.jsonand providing warnings to ensure this file is excluded from source control via.gitignoreto prevent accidental exposure.
Audit Metadata