feature-workflow
Fail
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [Privilege Escalation] (HIGH): The orchestration guides in
references/step-4.mdandreferences/team-spawn.mdexplicitly instruct the agent to spawn sub-agents (Workers) using themode: "bypassPermissions"parameter. This grants these sub-agents the ability to use powerful tools likeBashandWritewithout prompting the user for confirmation, which is a direct violation of the least-privilege principle and typical security posture. - [Dynamic Execution] (MEDIUM): The skill utilizes a complex dynamic execution pattern where a 'Coordinator' agent assembles prompts for 'Worker' agents at runtime. These prompts are constructed by inlining content from multiple markdown files (
00-TASK_MASTER.mdand variousNN-TASK.md), leading to a large and complex execution context that is difficult to audit statically. - [Indirect Prompt Injection] (LOW): The skill processes untrusted user data to drive its automated workflow, creating an injection surface.
- Ingestion points: The file
.ai/tasks/<TASK_ID>/00-user-prompt.mdserves as the primary entry point for user-controlled data. - Boundary markers: The system relies on standard Markdown headers (e.g., '## Requirements') but lacks robust delimiters or explicit instructions to ignore potentially malicious commands embedded within the user's requirements.
- Capability inventory: The skill possesses broad capabilities, including full filesystem access via
Bash(Read, Write, Edit, Glob, Grep) and the ability to spawn and manage other AI agents. - Sanitization: There is no evidence of sanitization or validation of the user input before it is consumed by the 'Requirements Analyst' agent or subsequently inlined into 'Worker' prompts.
- [Command Execution] (SAFE): The
scripts/task.shscript is used for local task management (status tracking and file initialization). While it usessedto modify configuration files, its behavior is scoped to the skill's own task directory.
Recommendations
- AI detected serious security threats
Audit Metadata