Agent-Skills-for-Context-Engineering
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent context-compression skill; the main thing to notice is that it intentionally preserves and may evaluate conversation context, which can include sensitive task details.
This skill appears safe and purpose-aligned for context compression. Before using it, be mindful that compressed summaries can preserve sensitive conversation details, file paths, decisions, and task state. If you use the evaluation framework with an external LLM judge, review or redact compacted context before sending it.
Findings (2)
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.
Sensitive project details, file paths, decisions, or unfinished tasks may be preserved in summaries and reused later.
The skill intentionally preserves conversation state and artifact history across compression cycles. This is central to the skill's purpose, but persistent summaries can retain sensitive details or carry forward stale or incorrect context.
Maintain structured, persistent summaries with explicit sections for session intent, file modifications, decisions, and next steps.
Keep summaries scoped to the current task, avoid including secrets, and verify important file paths, decisions, and next steps before acting on compressed context.
If the optional judge workflow is implemented with an external model, private conversation or codebase context could be shared outside the local session.
The evaluation workflow describes sending compacted context and model responses to an LLM judge. This is purpose-aligned for evaluation, but compacted context may contain private conversation or project details if the workflow is connected to an external provider.
Feed probe question + model response + compressed context to judge
Use trusted model providers, review what compacted context is sent, and redact secrets or sensitive customer/project data before judge evaluation.
