Rocom

PassAudited by VirusTotal on May 10, 2026.

Overview

Type: OpenClaw Skill Name: rocom Version: 1.5.0 The 'rocom' skill is a legitimate offline data utility for game statistics. The primary execution script, 'rocom.mjs', is a simple Node.js tool that performs read-only operations on local JSON files within the 'data/' directory. It contains no network modules, no external dependencies, and no credential-handling logic. The documentation in 'SKILL.md' and 'references/game-knowledge.md' provides standard usage instructions and guidance for the AI agent without any evidence of prompt injection or malicious intent.

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

The skill runs code locally to answer game-data queries, rather than being pure text-only documentation.

Why it was flagged

The skill is invoked by running a bundled local Node.js script. This is consistent with its offline query purpose, but users should notice that installing/using it means allowing local code execution.

Skill content
`node rocom.mjs pet search dimo` ... `node rocom.mjs skill list`
Recommendation

Use it only if you are comfortable running the bundled Node.js script, and avoid giving it credentials because none are required.

What this means

You have less external provenance to rely on when deciding whether to trust the local script and bundled data.

Why it was flagged

The registry metadata does not identify an upstream code repository or homepage. This is a provenance limitation, though the artifacts show no remote install step or hidden dependency.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer verifying the skill package/source before use, especially because it runs a local script.