azure-functions-e2e-tests
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution for Testing: The skill is designed to run specific shell commands and a local Node.js CLI script to verify workspace installations. This execution is scoped to the testing process and uses standard utilities.
- Workspace Isolation: All test operations are restricted to specific subdirectories within a dedicated
reportsfolder, preventing accidental changes to the main project or user environment. - Validation via Dynamic Scripts: Short JavaScript snippets are executed via
node -eto validate the structure of generated configuration files. These operations are performed locally and are part of the validation logic. - Secure CI Strategy: The skill includes detailed guidance for secure continuous integration, emphasizing that sensitive credentials should not be exposed and recommending the use of OIDC for Azure interactions.
Audit Metadata