azure-mgmt-apimanagement-py
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: azure-mgmt-apimanagement-py description: | Azure API Management SDK for Python.
Malicious tool definition detected
Tool: references/acceptance-criteria.md [1/2] Description: # Azure API Management SDK Acceptance Criteria **SDK**: `azure-mgmt-apimanagement` **Repository**: https://github.com/Azure/azure-sdk-for-python **Commit**: Latest stable v10.x **Purpose**: Skill testing acceptance criteria for validating generated code correctness --- ## 1.
Tool: references/acceptance-criteria.md [2/2] Description: in policy ```python policy_xml = """<policies> <inbound> <set-header name="Authorization" exists-action="override"> <value>Bearer {{backend-api-key}}</value> </set-header> </inbound> </policies>""" ``` #### ❌ INCORRECT: Storing plain secrets without secret flag ```python named_value = client.named_value.begin_create_or_update( resource_group_name="my-rg", service_name="my-apim", named_value_id="backend-api-key", parameters=NamedValueCrea