Context Slimmer

PassAudited by ClawScan on May 1, 2026.

Overview

This is a user-directed local audit tool for specific context files; it reads persistent context data but shows no hidden exfiltration, destructive behavior, or automatic modification.

This skill appears safe for its stated purpose. Before installing or using it, be aware that it is meant to inspect files like USER.md, MEMORY.md, SOUL.md, and IDENTITY.md, which may contain private or behavior-shaping context. Apply any slimming recommendations manually and carefully so you do not remove important instructions or personal memory.

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.

What this means

Running the helper executes local code in the workspace and reads the named context files.

Why it was flagged

The skill tells the user to run a local shell helper. This is disclosed and central to measuring context-file sizes, but it is still local command execution.

Skill content
bash scripts/measure.sh

# Full audit (outputs recommendations)
bash scripts/measure.sh --audit
Recommendation

Run it only from the intended workspace and inspect the included script if you are cautious.

What this means

The audit may expose or influence decisions about persistent user memory, identity, and agent instruction files.

Why it was flagged

The script targets persistent always-loaded context and memory/profile-style files. This is purpose-aligned for context slimming, but these files may contain sensitive or behavior-shaping information.

Skill content
FILES="AGENTS.md TOOLS.md USER.md MEMORY.md HEARTBEAT.md SOUL.md IDENTITY.md"
Recommendation

Review recommendations before applying them, and avoid sharing audit outputs or file contents if they include private context.