adb-workflow-orchestrator

Pass

Audited by Gen Agent Trust Hub on Sep 4, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses subprocess.run in scripts/adb-run-workflow.py and scripts/run-bluestacks-demo.py to execute ADB commands and local automation scripts. Analysis shows that these commands are constructed using list arguments rather than shell strings, which effectively mitigates shell injection risks. The operations are consistent with the skill's primary purpose of mobile device automation.
  • [INDIRECT_PROMPT_INJECTION]: The orchestrator ingests external TOON (YAML) files to define workflows. While this introduces a potential attack surface if an attacker provides malicious workflow files, the execution logic is restricted to finding and running local Python scripts already present in the .claude/skills/ directory structure, limiting the potential impact.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 4, 2026, 12:32 PM
Security Audit — agent-trust-hub — adb-workflow-orchestrator