azure-storage-queue-ts
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and provides instructions for installing official packages from Microsoft, specifically @azure/storage-queue and @azure/identity.
- [CREDENTIALS_UNSAFE]: The documentation correctly emphasizes the use of environment variables for credentials and recommends managed identities, while explicitly flagging hardcoding secrets as an anti-pattern.
- [PROMPT_INJECTION]: The skill identifies ingestion points for external data from message queues which could contain indirect instructions.
- Ingestion points: Message content is retrieved via receiveMessages in SKILL.md.
- Boundary markers: No explicit delimiters or boundary markers are shown in the code examples.
- Capability inventory: Includes functions for message and queue management like sendMessage and deleteMessage in SKILL.md.
- Sanitization: Examples include JSON parsing, but no additional sanitization or semantic validation is provided.
Audit Metadata