workflow-compliance-supervisor
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The helper script
scripts/run_local_validator.pyexecutes local Python validation tools usingsubprocess.call(). The commands are constructed using a list of arguments and a base path defined by the$UIUX_SKILL_SYSTEM_ROOTenvironment variable. While this allows the skill to perform its auditing functions, it involves executing shell-level commands based on the skill's instructions. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because its core function involves reading and analyzing untrusted external data from a project's workspace, which could contain malicious instructions designed to subvert the audit process.
- Ingestion points: The skill reads
TASK-PLAN.md,progress-state.json,agent-progress-screen.html, andworkflow-log.jsonlfrom the project directory (as identified inSKILL.mdandreferences/decision-framework.md). - Boundary markers: Absent. The skill instructions do not specify the use of delimiters or 'ignore' instructions to separate untrusted artifact content from the agent's control logic.
- Capability inventory: The skill has the capability to execute local subprocesses (via
scripts/run_local_validator.py) and write validation reports or log entries to the project folder. - Sanitization: Absent. Although
SKILL.mdmentions producing a 'sanitized report,' there is no technical evidence of escaping or validation logic to prevent content from project files from influencing the final output or downstream tools.
Audit Metadata