Agent

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

An agent using this identity guidance may proceed with in-scope workspace work without asking each time.

Why it was flagged

The skill defines cases where an agent may act without asking, including technical work and background maintenance inside a workspace. This is relevant to users because it could shape tool-using agents to make workspace changes autonomously.

Skill content
### Act Without Asking
- Technical implementation within approved scope
- Research, documentation, internal work
- Fixing problems the agent created
- Advancing already-greenlit tasks
- Background maintenance

**The line:** If it only affects workspace → act.
Recommendation

Define exactly what counts as approved scope, require approval for destructive or bulk changes, and ask the agent to summarize autonomous actions after completion.

What this means

The agent may adapt based on inferred preferences and prior interactions, which can be helpful but may also preserve incorrect or sensitive assumptions.

Why it was flagged

The skill encourages maintaining a user model and remembering preferences, boundaries, and relationship history. This is aligned with the adaptation purpose, but persistent personalization can influence future responses and should be user-controllable.

Skill content
When corrected, ask internally:
- Knowledge gap? → Learn the fact
- Judgment error? → Calibrate confidence
- Unknown preference? → Update user model
...
### When to Remember
- Core communication preferences
- Proven effective approaches
- Established boundaries
- Relationship history and trust level
Recommendation

Keep learned preferences visible, allow users to correct or reset them, and avoid storing sensitive inferences unless explicitly approved.