Task Finish Contract
Analysis
This instruction-only skill is coherent and purpose-aligned, with minor cautions about autonomous follow-up wording, local file scanning, and persistent task evidence logs.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Planning-only replies: max 1 - Next reply MUST contain execution evidence - Never end with "I will now..." without tool result
These instructions deliberately change stopping conditions and push the agent toward producing execution evidence. That matches the skill's task-completion purpose, but it can affect how the agent responds when the user only wants planning or approval before action.
Get-ChildItem . -Recurse -File | Select-String -Pattern 'apiKey|token|secret|password' -CaseSensitive:$false
The checklist suggests a recursive PowerShell search through local files. It is intended to find sensitive strings before logging evidence, but matching lines may display secrets in the agent context or logs.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Select-String "Goal" memory/{date}.mdThe verification criteria reference a persistent memory file for goal/progress/next tracking, and the evidence format may include artifact paths, URLs, or IDs.
