azure-eventhub-rust

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides documentation and examples for official Azure SDK crates (azure_messaging_eventhubs and azure_identity) from a trusted vendor.
  • [EXTERNAL_DOWNLOADS]: Recommends installing official Azure libraries from the standard crates.io registry.
  • [PROMPT_INJECTION]: The skill implements a consumer pattern that reads data from an external event stream. 1. Ingestion points: The receiver.receive_events() method in SKILL.md retrieves data from a remote Azure Event Hub. 2. Boundary markers: No specific delimiters or 'ignore' instructions are used for the ingested content. 3. Capability inventory: The skill does not perform any dangerous operations (such as command execution or file system writes) with the received data; it only prints it to the console. 4. Sanitization: The data is printed directly without validation or sanitization.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 05:19 PM