azure-security-keyvault-secrets-java
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection Surface]: The skill facilitates the retrieval of secret data from Azure Key Vault (as seen in
SKILL.mdandreferences/examples.md). This creates a surface where the agent might process data that could contain untrusted instructions. - Ingestion points: Secret retrieval operations such as
getSecretandlistPropertiesOfSecretsin both documentation and example files. - Boundary markers: The instructions do not specify delimiters to isolate the retrieved secret values from other prompt content.
- Capability inventory: The skill utilizes network access for Azure API communication and demonstrates local file writing for secret backups.
- Sanitization: The skill does not include specific guidance for sanitizing or validating the content retrieved from the external vault before it is processed.
- [Credential Placeholders in Documentation]: The skill's examples in
SKILL.mdandreferences/examples.mdinclude placeholder strings likeP@ssw0rd123!andsk_live_abc123xyz. These are identified as illustrative examples for SDK usage rather than actual hardcoded credentials and are standard in technical documentation.
Audit Metadata