The skill allows arbitrary command execution and command
Claims to do
Add Backlog Items: Add work items to a sprint through guided brainstorming and structured planning.
Actually does
The skill reads `BACKLOG.md`, `HANDOFF.md`, and `.sprint-config` files to determine sprint context. It guides the user through brainstorming and planning, then creates or updates `BACKLOG.md`, `refs/designs/F{n}-{name}.md`, and `active/F{n}-{name}.md`. In worktree mode, it uses `git worktree list`, `git worktree remove`, and a custom `worktree.command` to manage git worktrees, and can optionally invoke `/sprint:plan-backlog`.
The skill explicitly reads and executes a command specified in the '.sprint-config' file ('worktree.command'). If an attacker can control this configuration file, arbitrary commands can be executed on the host system.
Use command from .sprint-config (worktree.command)
The skill prompts the user for a sprint 'path or name'. If this input is not properly sanitized, it could lead to path traversal, allowing the agent to read or write files outside the intended sprint directory.
If not found, ask: 'Which sprint? (path or name)'
User-provided Feature Names are used to construct branch names and worktree paths. If these inputs are not sanitized before being used in shell commands (e.g., 'git worktree add'), it could lead to command injection.
Suggest branch name: feature/F{n}-{kebab-name}The skill explicitly executes 'git worktree list', demonstrating direct command execution capability. This confirms the agent's ability to interact with the underlying shell environment.
Show existing worktrees: `git worktree list`
The skill can invoke other internal skills (e.g., '/sprint:plan-backlog'). This capability, if combined with attacker-controlled parameters or malicious sub-skills, could lead to chained attacks or resource abuse.
Invoke /sprint:plan-backlog for the selected Task
The agent's reasoning and actions are heavily influenced by external files like '.sprint-config', 'BACKLOG.md', and guideline documents. Malicious content in these files could poison the agent's RAG or memory, leading to incorrect decisions or actions.
Read .sprint-config, Read BACKLOG.md, Read assets/{type}/guidelines.md[](https://mondoo.com/ai-agent-security/skills/github/workingdanny911/dannys-claude/add-backlog)<a href="https://mondoo.com/ai-agent-security/skills/github/workingdanny911/dannys-claude/add-backlog"><img src="https://mondoo.com/ai-agent-security/api/badge/github/workingdanny911/dannys-claude/add-backlog.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/workingdanny911/dannys-claude/add-backlog.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.