skills/iii-hq/workers/queue/Gen Agent Trust Hub

queue

Pass

Audited by Gen Agent Trust Hub on Jul 14, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill describes a durable topic queue worker used to manage message delivery, retries, and dead-lettered messages. It defines standard functional triggers and configuration parameters.
  • [DATA_EXPOSURE]: Configuration examples reference local development endpoints (e.g., redis://localhost:6379, amqp://localhost:5672) and local file paths (./data/queue) for storage, which are standard for infrastructure components and do not expose sensitive information.
  • [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted data by publishing JSON payloads to topics that are then consumed by subscriber functions.
  • Ingestion points: Payloads are ingested via the iii::durable::publish function defined in SKILL.md.
  • Boundary markers: None specified in the documentation for payload encapsulation.
  • Capability inventory: The skill triggers functions defined by function_id (e.g., 'orders::process') with no direct system capabilities exposed in this file.
  • Sanitization: No explicit sanitization or validation of the JSON payload is mentioned within the worker configuration.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 14, 2026, 11:30 PM
Security Audit — agent-trust-hub — queue