azure-mgmt-apimanagement-py
Fail
Audited by Snyk on Feb 13, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt includes examples that embed secret values directly in code (e.g., value="secret-key-value") and prints subscription.primary_key, which encourages handling and outputting secrets verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill includes an "Import API from URL" example that uses ContentFormat.OPENAPI_LINK with a value like "https://petstore.swagger.io/v2/swagger.json", meaning the agent can fetch and parse arbitrary public OpenAPI documents (third‑party, untrusted content) as part of its workflow.
Audit Metadata