harness-work
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages the
Bashtool to perform repository operations usinggit, search files usinggrep, and delegate complex implementation tasks to acodexCLI tool. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection because it interprets and acts upon task descriptions and requirements stored in the user-editable
Plans.mdfile. - Ingestion points: Task names, Descriptions, and Definitions of Done (DoD) from the
Plans.mdfile (relative path). - Boundary markers: Status prefixes such as
cc:TODO,cc:WIP, andcc:完了are used to delimit task states in the file. - Capability inventory: The skill has access to
Bash,Write,Edit, andTasktools, which can be used to modify the environment, write code, and execute shell commands. - Sanitization: No explicit sanitization or escaping of the task content from
Plans.mdis described before it is processed by the agent or passed to sub-agents (Workers/Reviewers).
Audit Metadata