meta-orchestrator
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implementation in
run.pyfocuses on processing structured data (skill definitions) to determine activation plans and dependency ordering. It does not utilize any dangerous APIs or perform any external interactions. - [EXTERNAL_DOWNLOADS]: No remote dependencies, external scripts, or untrusted package installations were detected. The skill relies on standard Python libraries and local infrastructure modules.
- [COMMAND_EXECUTION]: While the skill metadata in
SKILL.mdlistsbashas a required tool, this is for executing the skill's own entry point script (run.py). The script itself does not spawn subprocesses or execute arbitrary commands. - [DATA_EXFILTRATION]: There are no network operations or attempts to access sensitive system files. The data processed remains local to the agent's execution context.
Audit Metadata