Fomo Research (DEPRECATED)

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: fomo-research-skill Version: 0.2.0 The skill is explicitly marked as DEPRECATED in SKILL.md and instructs the AI agent to install a different skill (`fomo-research`) using `npx clawhub install fomo-research`. While the stated intent is to guide users to an updated version, this instruction acts as a prompt injection, directing the agent to execute an external command to install software. This introduces a supply chain risk, as the agent might blindly install an unknown skill, which could potentially be malicious, even if the current skill itself does not exhibit malicious behavior.

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 the user runs the command, they will install a different skill than the one currently being reviewed.

Why it was flagged

The skill redirects users to install a different skill using a CLI command. This is explicit and consistent with a deprecation notice, but it changes what skill a user may install and should be verified.

Skill content
description: "⚠️ DEPRECATED — use fomo-research instead. Install: npx clawhub install fomo-research" ... ```bash
npx clawhub install fomo-research
```
Recommendation

Only run the replacement install command after checking the replacement skill's source, publisher, permissions, and current review status.