Claude Hemat

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is a transparent model-routing helper, with the main thing to notice being that it may pass a user's task to another Claude model session.

This skill appears safe to install as an instruction-only model router. Before using it, understand that complex tasks may be sent to Sonnet or Opus sessions, so avoid including sensitive information unless you are comfortable with that delegation.

Findings (1)

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

If a task contains sensitive information, that information may be included in the prompt sent to the spawned Sonnet or Opus session.

Why it was flagged

The skill instructs the agent to forward the full task description to a spawned advanced model session. This is disclosed and purpose-aligned, but users should recognize that task content may be shared with another model session.

Skill content
sessions_spawn(
  message: "<the full task description>",
  model: "anthropic/claude-sonnet-4-5"
Recommendation

Use the skill with the same care you would use when sending sensitive prompts to advanced model providers, and avoid including unnecessary private data in tasks that may be escalated.