azure-keyvault-keys-rust
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill uses official SDK crates for Microsoft Azure (azure_security_keyvault_keys, azure_identity) which are trusted resources from a well-known service provider.
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection through external data ingestion.
- Ingestion points: Key names and properties are retrieved from the Azure Key Vault service via the list_key_properties operation described in SKILL.md.
- Boundary markers: No delimiters or explicit instructions to ignore embedded content are used when printing or processing key metadata.
- Capability inventory: The skill includes management capabilities such as creating and deleting keys.
- Sanitization: No sanitization or escaping is applied to the metadata retrieved from the remote API before it is presented to the agent.
Audit Metadata