Rocom

ReviewAudited by ClawScan on May 10, 2026.

Overview

Prompt-injection indicators were detected in the submitted artifacts (unicode-control-chars); human review is required before treating this skill as clean.

This looks appropriate for an offline game reference tool. Before installing, note that it runs a local Node.js script and the registry source is not identified; do not provide credentials, and consider inspecting the package if you need stronger provenance assurance. ClawScan detected prompt-injection indicators (unicode-control-chars), so this skill requires review even though the model response was benign.

Findings (2)

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.