azure-keyvault-certificates-rust
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads the official 'azure_security_keyvault_certificates' and 'azure_identity' libraries from crates.io. These are official Microsoft SDKs for the Azure platform.
- [COMMAND_EXECUTION]: The skill instructs users to use 'cargo add' for project dependency management, which is standard development practice for Rust.
- [INDIRECT_PROMPT_INJECTION]: The skill processes certificate metadata retrieved from the Azure service. 1. Ingestion points: Certificate data is ingested via 'get_certificate' and 'list_certificate_properties' in SKILL.md. 2. Boundary markers: The skill does not implement specific boundary markers for the data, relying on the agent's internal context management. 3. Capability inventory: Includes full CRUD operations (Create, Read, Update, Delete) on Azure Key Vault certificates. 4. Sanitization: Data is handled through typed models provided by the official Azure SDK, reducing the risk of injection during processing.
Audit Metadata