flowing
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a legitimate orchestration framework for organizing complex task sequences into Directed Acyclic Graphs (DAGs).
- [SAFE]: Code analysis of
scripts/flowing.pyshows usage of standard Python modules (concurrent.futures,dataclasses, etc.) with no external dependencies or remote code downloads. - [SAFE]: No data exfiltration or credential exposure patterns were detected. The skill does not access sensitive files or perform network operations.
- [SAFE]: No prompt injection or malicious instructions were found in the documentation or metadata.
- [SAFE]: The execution model uses
ThreadPoolExecutorfor parallel task processing without attempting privilege escalation or persistent access.
Audit Metadata