CtrlK
BlogDocsLog inGet started
Tessl Logo

add-task

creates draft task file in .specs/tasks/draft/ with original user intent

56

Quality

64%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./plugins/sdd/skills/add-task/SKILL.md
SKILL.md
Quality
Evals
Security

Security

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.

Critical

E004: Prompt injection detected in skill instructions.

What this means

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.

Why it was flagged

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.

Report incorrect finding
High

W007: Insecure credential handling detected in skill instructions.

What this means

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.

Why it was flagged

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.

Repository
NeoLabHQ/context-engineering-kit
Audited
Security analysis
Snyk

Is this your skill?

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.