agently-triggerflow
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill manages workflows driven by LLM outputs, which constitutes a potential injection surface. However, the skill provides and demonstrates robust mitigation patterns:
- Ingestion points: Processes model-generated retrieval tasks and action plans in
examples/instant_retrieval_overlap.pyandexamples/response_fanout.py. - Boundary markers: Utilizes Agently's structured output controls to enforce schema compliance on model responses.
- Capability inventory: Actions are limited to workflow routing and state updates within the execution context; no arbitrary shell execution or filesystem access is exposed to the model.
- Sanitization: Implements strict developer-authored validation functions (e.g.,
validate_plan) to verify the integrity and constraints of ingested data before processing. - [DYNAMIC_EXECUTION]: The skill includes mechanisms for execution state persistence (
saveandload). As documented inreferences/recovery.md, these features are designed for safety by excluding live coroutines, secrets, and system-level handles from serialization, requiring explicit host-side resource re-injection to prevent the execution of untrusted or stale state handles.
Audit Metadata