flowing

Pass

Audited by Gen Agent Trust Hub on May 11, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or data exfiltration techniques were detected. The skill implementation relies on standard Python libraries for task orchestration and parallel execution. \n- [PROMPT_INJECTION]: The skill provides an orchestration framework where data flows between tasks, creating a potential surface for indirect injection if tasks handle untrusted data. \n
  • Ingestion points: Tasks within the DAG receive inputs from the outputs of preceding tasks as managed in scripts/flowing.py. \n
  • Boundary markers: No explicit boundary markers or instruction-guarding delimiters are implemented within the orchestrator's data flow mechanism. \n
  • Capability inventory: The orchestrator manages the execution of local Python functions and handles threading; it does not possess inherent capabilities for file system access or network operations. \n
  • Sanitization: Task outputs are passed directly to dependent tasks without sanitization or validation by the runner.
Audit Metadata
Risk Level
SAFE
Analyzed
May 11, 2026, 03:21 PM