azure-webapp-deploy
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/verify_deploy.pyusessubprocess.runto execute the systemcurlutility. This is used to verify that the deployed application's endpoints are responding correctly. - [EXTERNAL_DOWNLOADS]: The
scripts/verify_deploy.pyscript performs network requests to external URLs (deployment endpoints) to verify status. This is a core part of its verification functionality but constitutes an external network interaction. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection (Category 8):
- Ingestion points:
scripts/verify_deploy.pyfetches and returns the first 500 characters of HTTP response bodies from remote URLs.scripts/inspect_webapp_deploy.pyreads content from local repository files such aspackage.jsonand.env.example. - Boundary markers: No explicit delimiters or instructions to ignore embedded content are used when returning this data to the agent context in the script's JSON output.
- Capability inventory: The skill provides the agent with the ability to modify infrastructure and repository state using
azandghCLI commands as outlined inscripts/render_plan.pyandreferences/workflow.md. - Sanitization: Ingested HTTP content is truncated to 500 characters, which provides a minor reduction in risk but does not eliminate the potential for malicious instructions to influence the agent.
Audit Metadata