Capability Scope Expansion Watcher

PassAudited by ClawScan on May 1, 2026.

Overview

The provided artifacts describe a coherent instruction-only audit helper with no credentials, persistence, or mutation authority; its declared curl/python3 use and optional installed-skill-list input are worth noticing but are purpose-aligned.

This appears safe to use for auditing skill-version drift. Before installing, note that it may use curl/python3 for analysis and that providing a full installed skill list can reveal your agent’s configuration; share only the inputs needed for the report.

Findings (3)

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

The agent may use command-line tooling to gather or process version information if the user asks for an audit.

Why it was flagged

The skill declares curl and python3 as required binaries. These are local command/network-capable tools, but their use is disclosed and fits the stated purpose of retrieving and analyzing skill version history.

Skill content
requires:
      bins: [curl, python3]
Recommendation

Approve command or network use only for skill identifiers, version ranges, or artifact sources you intend to analyze.

What this means

Sharing a full installed skill list may expose which tools and capabilities are present in the user’s agent environment.

Why it was flagged

The skill may consume an installed skill list as analysis input. That is purpose-aligned, but installed-skill data can reveal the agent’s configuration and should be treated as contextual information shared for the task.

Skill content
- An agent's installed skill list to identify which skills have drifted
  furthest from their initial capability declarations
Recommendation

Provide only the skill identifiers or lists needed for the audit, and redact unrelated private metadata when possible.

What this means

Users have less external context for who maintains the skill or where its instructions originated.

Why it was flagged

The registry metadata does not provide an external source or homepage for independent provenance review. This is mitigated by the artifact being instruction-only with no install spec or code files.

Skill content
Source: unknown
Homepage: none
Recommendation

Review the visible instructions before use and prefer trusted publishers or source-linked packages for higher-impact skills.