oRPC Durable Iterator Integration
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the "@orpc/experimental-durable-iterator" package from the npm registry to enable durable event streams.- [PROMPT_INJECTION]: The skill implements logic to process incoming event streams, which represents a surface for indirect prompt injection if the agent processes message content without external validation.
- Ingestion points: Message iteration logic in SKILL.md (e.g., "for await (const { message } of iterator)").
- Boundary markers: Absent in the provided implementation examples.
- Capability inventory: Network operations (Websockets/Fetch) and execution of RPC methods (e.g., "singleClient", "routerClient").
- Sanitization: Not implemented in the provided example code.
Audit Metadata