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.com and go.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 start for the local runtime, azurite for storage emulation, and curl for 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.json and providing warnings to ensure this file is excluded from source control via .gitignore to prevent accidental exposure.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 12, 2026, 10:52 AM
Security Audit — agent-trust-hub — azure-functions-tests