Related Skill

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

If used without review, the agent could install, update, or remove skills, changing what capabilities are available in future sessions.

Why it was flagged

The skill grants the agent access to the `npx skills` command family. This is aligned with discovering and managing skills, but it includes commands that can modify the local skill set.

Skill content
allowed-tools: Bash(npx skills *)
Recommendation

Only approve skill-management commands that match your request, and review the target skill before installing or updating it.

What this means

Newly installed skills may bring their own permissions, tools, dependencies, or data access patterns.

Why it was flagged

The documented workflow installs additional skills from a registry, including an option to install a broad bundle. This is the skill’s stated purpose, but it introduces downstream supply-chain and capability-expansion considerations.

Skill content
npx skills add inference-sh/skills@ai-image-generation ... # Install the full platform skill with all 150+ apps
Recommendation

Review each related skill’s permissions and source before installation, especially broad bundles such as the full platform skill.