workflow-repair
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local CLI commands and scripts to manage tasks and verify system state.
- Evidence:
SKILL.mdrequirestrellison the system path and executestrellis -vfor version detection. - Evidence:
SKILL.mdinvokestask.py createandtask.py startto initialize dedicated repair tasks. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because its core logic is driven by the contents of an external report.
- Ingestion points:
SKILL.mdreads and parses findings fromWORKFLOW_QUESTIONS.mdin Step 1 and Step 2. - Boundary markers: The skill validates the report protocol (
workflow-scan-repair-v2) and frontmatter but lacks delimiters to prevent the agent from following instructions potentially embedded within the findings. - Capability inventory: The skill has write access to
docs/workflows/新项目开发工作流/and the ability to execute task management scripts. - Sanitization: There is no explicit sanitization of finding descriptions or evidence parsed from the report before they are used to generate a correction plan.
Audit Metadata