Skill Recommender Pro

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill appears to do what it says: it lists installed OpenClaw skills and searches for related skills to recommend, without evidence of hidden data theft, persistence, or account mutation.

This looks safe for normal use as a recommendation helper. It will inspect your installed OpenClaw skills and may search the skill registry, so treat its output as advice rather than approval and review any suggested skill before installing it.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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 read the list of installed skills and use that information to personalize recommendations.

Why it was flagged

The skill directs the agent to run local CLI/Python commands to enumerate installed skills. This is coherent with recommendation generation, but users should notice that it inspects the local OpenClaw setup.

Skill content
clawhub list 2>/dev/null || echo "No skills installed" ... subprocess.run(["clawhub", "list"], capture_output=True, text=True, timeout=10)
Recommendation

Use it when you are comfortable sharing your installed-skill inventory with the active agent session, and review any recommendation before installing additional skills.

What this means

There is less publisher/source context to help judge trust, but the reviewed artifacts do not show hidden dependencies or remote install code.

Why it was flagged

The skill has limited provenance information, though it also has no install script or bundled executable code in the provided artifacts.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Prefer installing from trusted publishers when possible, and keep review focused on the visible SKILL.md instructions before use.