Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
76
67%
Does it follow best practices?
Impact
87%
1.06xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.github/skills/openspec-apply-change/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.85). The runtime path “openspec instructions apply … --json” returns `contextFiles`, which the skill then reads and injects into the agent context; those files are outsider-authored OpenSpec artifacts (e.g., proposals/specs/design/tasks) not authored by the operating user.