agent-framework-azure-ai-py

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • Indirect Prompt Injection Surface: The skill provides patterns for agents to ingest data from external sources like web searches and documents. While intended, this creates a surface for potential indirect prompt injection.
  • Ingestion points: Data entering through HostedWebSearchTool and HostedFileSearchTool in references/tools.md.
  • Boundary markers: The documentation includes citation formats (e.g., 【source†title】) in references/advanced.md to help the agent distinguish between source content and generated responses.
  • Capability inventory: The framework supports Python code execution via HostedCodeInterpreterTool and external API calls through MCP tools, as described in SKILL.md and references/mcp.md.
  • Sanitization: The framework is designed to utilize isolated service-side environments for tool execution to mitigate risks.
  • Dynamic Execution Capabilities: The skill demonstrates the use of the HostedCodeInterpreterTool, which allows agents to generate and execute Python code. This capability is a core feature of the framework and is executed within the Azure AI service's secure and isolated infrastructure.
  • External Package References: The installation steps in SKILL.md reference the agent-framework and agent-framework-azure-ai packages. These are the official SDK components provided by the vendor for building agent applications.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 12:18 PM
Security Audit — agent-trust-hub — agent-framework-azure-ai-py