skillscope

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

A user could install a recommended skill based on a third-party recommendation and command.

Why it was flagged

The skill relies on an external service response to provide install commands for other skills. This is purpose-aligned, but installation changes the user's agent environment and should be verified before running.

Skill content
User wants to install → provide the `install` command from the response
Recommendation

Review the recommended skill, source, and exact install command before installing; prefer official ClawHub installs when available.

What this means

Task descriptions or context could reveal user intentions, platform, region, or budget to the external Skillscope service.

Why it was flagged

The documented workflow sends the user's task and optional context to an external API. This is disclosed and central to the skill, but the data leaves the local agent.

Skill content
curl -X POST "https://skillscope.cn/api/v1/recommend" ... -d '{"task": "translate a PDF document to Chinese", "context": {"platform": "macos", "region": "cn", "budget": "free"}, "explain": true}'
Recommendation

Avoid including sensitive personal, business, or confidential details in recommendation requests unless you are comfortable sending them to the service.

What this means

A safety grade may influence installation decisions for other skills.

Why it was flagged

The skill presents third-party safety grades for other skills. This is aligned with its purpose, but users may over-trust the grade without independently reviewing the recommended skill.

Skill content
Security grades: A (safe) / B (limited access) / C (review needed) / D (risky)
Recommendation

Treat safety scores as advisory and still inspect the recommended skill's permissions, source, and behavior before installation.