create-azure-agent
Pass
Audited by Gen Agent Trust Hub on May 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill facilitates secure deployment by generating code that uses
os.environ.getfor the project connection string andDefaultAzureCredentialfor authentication, avoiding the risk of hardcoded secrets. - [SAFE]: Proactive security testing is integrated via
evals/evals.json, which includes test cases for name injection and restricted directory access to ensure the agent handles malicious or erroneous inputs correctly. - [PROMPT_INJECTION]: The skill contains a surface for indirect prompt injection because its core function involves processing and wrapping external, untrusted skill definitions into a new deployment.
- Ingestion points: The
scripts/scaffold_azure_agent.pyscript reads the contents of a targetSKILL.mdfile from a user-provided directory path. - Boundary markers: The generation logic does not currently enclose the imported instructions within dedicated boundary markers or include directives to ignore embedded instructions in the generated agent.
- Capability inventory: The skill employs the
Bashtool to execute the scaffolding script and hasWriteandReadpermissions to create the deployment directory structure. - Sanitization: The script performs direct string formatting without validating or sanitizing the content of the source
SKILL.mdfile before it is embedded in the generated Python integration script.
Audit Metadata