SKILL Sonar

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.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

The skill may cause extra warnings, confirmations, replanning, or denials for actions it considers risky.

Why it was flagged

This gives the skill broad control over subsequent agent actions once the runtime guard is active. It is safety-oriented and matches the lifecycle guard purpose, but users should notice the broad gating behavior.

Skill content
If any trigger is detected, enter guarded mode immediately. In guarded mode, do not execute any subsequent action unless it first passes triage.
Recommendation

Use it if you want strict runtime safety checks, and treat its guard behavior as advisory rather than as a replacement for user judgment or platform policy.

What this means

When used for skill review, the agent may inspect all files inside the target skill package.

Why it was flagged

The preflight workflow involves broad local reading of a target skill package. This is appropriate for auditing and is explicitly bounded to the candidate skill directory.

Skill content
Read every file within the candidate skill's directory — not just SKILL.md, but README, configuration files, scripts, examples, and any nested or supporting files.
Recommendation

Confirm the target skill directory is correct, and keep the stated boundary that no files outside the candidate skill package should be read.

What this means

Users or agents could give the guard's advice more authority than intended.

Why it was flagged

The skill frames its own guard rules alongside system-prompt authority. This can be acceptable inside a guard workflow, but a user-installed skill should not be over-trusted as platform-level authority.

Skill content
| P3    | System prompt, guard rules      | Binding   |
Recommendation

Treat the guard as a safety aid; platform/system instructions and the user's explicit goals should remain the real authority boundaries.