queue-processing
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard usage of the iii engine primitives for reliable asynchronous task execution. No malicious code, obfuscation, or exfiltration patterns were detected.\n- [INDIRECT_PROMPT_INJECTION]: The skill describes a pattern where background workers process job payloads. This creates a surface for indirect prompt injection if the data being processed originates from untrusted sources.\n
- Ingestion points: Payloads received by
registerFunctionhandlers (SKILL.md).\n - Boundary markers: Absent; no specific instructions provided for delimiting untrusted content.\n
- Capability inventory: Uses
triggerfor enqueuing andregisterFunctionfor task processing (SKILL.md).\n - Sanitization: Not addressed in the architectural pattern description.
Audit Metadata