task-orchestrator
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a set of internal Python scripts (
task_decomposer.py,priority_calculator.py,progress_monitor.py) to process task data. Analysis of these scripts confirms they only use standard libraries for string manipulation, JSON handling, and date calculations. - [SAFE]: No network operations (e.g., requests, curl, wget) or external data exfiltration patterns were detected in the instructions or the accompanying scripts.
- [SAFE]: The skill does not employ any obfuscation techniques, hidden URLs, or dynamic code execution (eval/exec). All logic is transparent and follows standard software development practices.
- [SAFE]: While the skill processes natural language input from users to generate task lists, it does so using safe regular expression matching and does not pass untrusted data into sensitive sinks like shell interpreters or database queries.
Audit Metadata