Capability Awareness System

PendingStatic analysis audit pending.

Overview

No static analysis result has been recorded yet. Pattern checks will appear here once the artifact has been analyzed.

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 agent may change how it responds based on instructions in other installed skills.

Why it was flagged

The skill intentionally makes installed skill documentation actionable for the agent. This is the core purpose, but it means untrusted or poorly written SKILL.md files could influence agent behavior.

Skill content
If exactly one skill clearly applies: read its SKILL.md at <location> with `read`, then follow it.
Recommendation

Only install or expose skills you trust, and review other SKILL.md files before letting the agent rely on them.

What this means

If the external repository changes or contains additional files, those contents may differ from the artifacts reviewed here.

Why it was flagged

The documentation includes a user-directed clone from an external GitHub repository, while the reviewed package itself contains only markdown files and no install spec.

Skill content
git clone https://github.com/pfaria32/openclaw-capability-awareness.git projects/capability-awareness-system
Recommendation

Prefer the ClawHub install path when possible, or inspect the GitHub repository before cloning it into the workspace.