creates draft task file in .specs/tasks/draft/ with original user intent
56
64%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./plugins/sdd/skills/add-task/SKILL.mdSecurity
2 findings: 1 critical severity, 1 high severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a prompt injection in the skill instructions. The skill contains hidden or deceptive instructions that fall outside its stated purpose and attempt to override the agent’s safety guidelines or intended behavior.
The prompt contains a direct, conflicting instruction to "Use Write tool" to create the task file in .specs/tasks/todo/ (line 100), which contradicts the stated goal and explicit constraints that files must be created only in .specs/tasks/draft/ (lines 9 and 120), so this hidden/conflicting directive lies outside the skill's declared purpose.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill explicitly requires inserting the "{EXACT user input as provided}" into created task files and preserving the original user input in outputs, so any secrets a user supplies would be reproduced verbatim by the LLM.
8539779
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.