azure-storage-blob-java
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as a documentation resource for the official Microsoft Azure Java SDK. All external dependencies (com.azure) are associated with a well-known and trusted service provider.
- [CREDENTIALS_UNSAFE]: The provided code snippets use safe placeholders like '' and '' for authentication, preventing the exposure of actual secrets.
- [PROMPT_INJECTION]: The skill facilitates reading external data from Azure Blobs, which represents an indirect prompt injection surface. Ingestion points: blobClient.downloadContent() and blobClient.openInputStream() in SKILL.md. Boundary markers: None present in the snippets. Capability inventory: blobClient.upload(), blobClient.delete(), and blobClient.setMetadata(). Sanitization: No data validation or escaping is shown in the usage examples. This surface is noted as a standard feature of the storage SDK.
- [EXTERNAL_DOWNLOADS]: The skill identifies official 'com.azure' Maven artifacts, which are hosted on standard registries and maintained by a trusted vendor.
Audit Metadata